| 
    libosmo-sigtran
    1.6.0.17-bd92
    
   Osmocom SIGTRAN library 
   | 
 
#include <osmo_ss7.h>
Data Fields | |
| struct llist_head | list | 
| struct osmo_ss7_instance * | inst | 
| osmo_ss7_instance to which we belong  More... | |
| struct osmo_ss7_link * | links [16] | 
| array of osmo_ss7_link  More... | |
| struct { | |
| char * name | |
| char * description | |
| uint32_t adjacent_pc | |
| uint32_t local_pc | |
| } | cfg | 
| uint32_t osmo_ss7_linkset::adjacent_pc | 
Referenced by osmo_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 osmo_ss7_link_destroy(), osmo_ss7_link_find_or_create(), osmo_ss7_linkset_destroy(), and osmo_ss7_linkset_find_or_create().
| struct osmo_ss7_link* osmo_ss7_linkset::links[16] | 
array of osmo_ss7_link
Referenced by osmo_ss7_link_destroy(), osmo_ss7_link_find_or_create(), and osmo_ss7_linkset_destroy().
| struct llist_head osmo_ss7_linkset::list | 
Referenced by osmo_ss7_linkset_destroy(), osmo_ss7_linkset_find_by_name(), and osmo_ss7_linkset_find_or_create().
| uint32_t osmo_ss7_linkset::local_pc | 
| char* osmo_ss7_linkset::name |