#include <sig_ss7.h>
Public Types | |
enum | { LINKSET_STATE_DOWN = 0, LINKSET_STATE_UP } |
LINKSET_STATE_DOWN = 0 | |
LINKSET_STATE_UP | |
Data Fields | |
char | called_nai |
char | calling_nai |
sig_ss7_callback * | calls |
int | fds [SIG_SS7_NUM_DCHANS] |
int | flags |
char | internationalprefix [10] |
int | linkstate [SIG_SS7_NUM_DCHANS] |
ast_mutex_t | lock |
pthread_t | master |
char | nationalprefix [10] |
int | numchans |
int | numsigchans |
sig_ss7_chan * | pvts [SIG_SS7_MAX_CHANNELS] |
int | span |
ss7 * | ss7 |
enum sig_ss7_linkset:: { ... } | state |
char | subscriberprefix [20] |
int | type |
char | unknownprefix [20] |
Definition at line 222 of file sig_ss7.h.
anonymous enum |
Definition at line 233 of file sig_ss7.h.
00233 { 00234 LINKSET_STATE_DOWN = 0, 00235 LINKSET_STATE_UP 00236 } state;
char called_nai |
char calling_nai |
struct sig_ss7_callback* calls |
char internationalprefix[10] |
pthread_t master |
char nationalprefix[10] |
int numsigchans |
struct sig_ss7_chan* pvts[SIG_SS7_MAX_CHANNELS] |
enum { ... } state |
char subscriberprefix[20] |
int type |
char unknownprefix[20] |