libosmo-sigtran 2.1.0.93-5cebd.202505182026
Osmocom SIGTRAN library
|
#include <ss7_linkset.h>
Data Fields | ||
struct llist_head | list | |
struct osmo_ss7_instance * | inst | |
osmo_ss7_instance to which we belong | ||
struct osmo_ss7_link * | links [16] | |
array of osmo_ss7_link | ||
struct { | ||
char * name | ||
char * description | ||
uint32_t adjacent_pc | ||
uint32_t local_pc | ||
} | cfg | |
uint32_t osmo_ss7_linkset::adjacent_pc |
Referenced by ss7_linkset_find_or_create().
struct { ... } osmo_ss7_linkset::cfg |
char* osmo_ss7_linkset::description |
struct osmo_ss7_instance* osmo_ss7_linkset::inst |
osmo_ss7_instance to which we belong
Referenced by ss7_link_destroy(), ss7_linkset_destroy(), ss7_linkset_find_by_name(), and ss7_linkset_find_or_create().
struct osmo_ss7_link* osmo_ss7_linkset::links[16] |
array of osmo_ss7_link
Referenced by ss7_link_destroy(), ss7_linkset_destroy(), and ss7_linkset_is_available().
struct llist_head osmo_ss7_linkset::list |
Referenced by ss7_linkset_find_by_name(), and ss7_linkset_find_or_create().
uint32_t osmo_ss7_linkset::local_pc |
char* osmo_ss7_linkset::name |