49 lines
1.2 KiB
C
49 lines
1.2 KiB
C
#ifndef ___SIGNAL_PRIM___
|
|
#define ___SIGNAL_PRIM___
|
|
|
|
#define L_CONNECT_REQUEST 101
|
|
#define L_CONNECT_INDICATION 102
|
|
#define L_CONNECT_RESPONSE 103
|
|
#define L_CONNECT_CONFIRM 104
|
|
#define L_DATA_REQUEST 105
|
|
#define L_DATA_INDICATION 106
|
|
#define L_DISCONNECT_REQUEST 107
|
|
#define L_DISCONNECT_RESPONSE 108
|
|
#define L_DISCONNECT_INDICATION 109
|
|
#define L_DISCONNECT_CONFIRM 110
|
|
#define L_ABORT_REQUEST 111
|
|
#define L_ABORT_INDICATION 112
|
|
#define L_STATUS 113
|
|
|
|
#define AF_Con_Req 201
|
|
#define AF_Con_Ind 202
|
|
#define AF_Con_Resp 203
|
|
#define AF_Con_Conf 204
|
|
#define AF_Data_Req 205
|
|
#define AF_Data_Ind 206
|
|
#define AF_Disc_Req 207
|
|
#define AF_Disc_Ind 208
|
|
#define AF_Disc_Resp 209
|
|
#define AF_Disc_Conf 210
|
|
#define AF_Rej_Req 211
|
|
#define AF_Rej_Ind 212
|
|
#define AF_Rej_Resp 213
|
|
#define AF_Rej_Conf 214
|
|
#define AF_Abort_Req 215
|
|
#define AF_Abort_Ind 216
|
|
|
|
#define AI_Con_Req 301
|
|
#define AI_Con_Ind 302
|
|
#define AI_Con_Resp 303
|
|
#define AI_Con_Conf 304
|
|
#define AI_Data_Req 305
|
|
#define AI_Data_Ind 306
|
|
#define AI_Disc_Req 307
|
|
#define AI_Disc_Ind 308
|
|
#define AI_Disc_Resp 309
|
|
#define AI_Disc_Conf 310
|
|
#define AI_Abort_Req 311
|
|
#define AI_Abort_Ind 312
|
|
|
|
#endif
|