Go to the documentation of this file.
18 #define ST_LISTEN_NONE 0
19 #define ST_LISTEN_WAIT_CONF 1
20 #define ST_LISTEN_ACTIVE 2
21 #define ST_LISTEN_ACTIVE_WAIT_CONF 3
24 #define EV_LISTEN_REQ 1
26 #define EV_LISTEN_CONF_ERROR 2
28 #define EV_LISTEN_CONF_EMPTY 3
30 #define EV_LISTEN_CONF_OK 4
36 #define ST_PLCI_NONE 0
37 #define ST_PLCI_OUTGOING 1
38 #define ST_PLCI_ALLOCATED 2
39 #define ST_PLCI_ACTIVE 3
40 #define ST_PLCI_INCOMING 4
41 #define ST_PLCI_FACILITY_IND 5
42 #define ST_PLCI_ACCEPTING 6
43 #define ST_PLCI_DISCONNECTING 7
44 #define ST_PLCI_DISCONNECTED 8
45 #define ST_PLCI_RESUMEING 9
46 #define ST_PLCI_RESUME 10
47 #define ST_PLCI_HELD 11
49 #define EV_PLCI_CONNECT_REQ 1
51 #define EV_PLCI_CONNECT_CONF_ERROR 2
53 #define EV_PLCI_CONNECT_CONF_OK 3
55 #define EV_PLCI_FACILITY_IND_UP 4
57 #define EV_PLCI_CONNECT_IND 5
59 #define EV_PLCI_CONNECT_ACTIVE_IND 6
61 #define EV_PLCI_CONNECT_REJECT 7
64 #define EV_PLCI_DISCONNECT_REQ 8
72 #define EV_PLCI_DISCONNECT_IND 9
81 #define EV_PLCI_FACILITY_IND_DOWN 10
88 #define EV_PLCI_DISCONNECT_RESP 11
90 #define EV_PLCI_CONNECT_RESP 12
93 #define EV_PLCI_RESUME_REQ 13
95 #define EV_PLCI_RESUME_CONF_OK 14
97 #define EV_PLCI_RESUME_CONF_ERROR 15
99 #define EV_PLCI_RESUME_IND 16
101 #define EV_PLCI_HOLD_IND 17
103 #define EV_PLCI_RETRIEVE_IND 18
105 #define EV_PLCI_SUSPEND_IND 19
107 #define EV_PLCI_CD_IND 20
113 #define ST_NCCI_PREVIOUS -1
114 #define ST_NCCI_NONE 0
115 #define ST_NCCI_OUTGOING 1
116 #define ST_NCCI_INCOMING 2
117 #define ST_NCCI_ALLOCATED 3
118 #define ST_NCCI_ACTIVE 4
119 #define ST_NCCI_RESETING 5
120 #define ST_NCCI_DISCONNECTING 6
121 #define ST_NCCI_DISCONNECTED 7
123 #define EV_NCCI_CONNECT_B3_REQ 1
124 #define EV_NCCI_CONNECT_B3_IND 2
125 #define EV_NCCI_CONNECT_B3_CONF_OK 3
126 #define EV_NCCI_CONNECT_B3_CONF_ERROR 4
127 #define EV_NCCI_CONNECT_B3_REJECT 5
128 #define EV_NCCI_CONNECT_B3_RESP 6
129 #define EV_NCCI_CONNECT_B3_ACTIVE_IND 7
130 #define EV_NCCI_RESET_B3_REQ 8
131 #define EV_NCCI_RESET_B3_IND 9
132 #define EV_NCCI_DISCONNECT_B3_IND 10
133 #define EV_NCCI_DISCONNECT_B3_CONF_ERROR 11
134 #define EV_NCCI_DISCONNECT_B3_REQ 12
138 #define EV_NCCI_DISCONNECT_B3_RESP 13