49 lines
1.1 KiB
C
49 lines
1.1 KiB
C
#ifndef ___SIGNAL_PRIM___
|
|
#define ___SIGNAL_PRIM___
|
|
|
|
#define L_Con_Req 401
|
|
#define L_Con_Ind 402
|
|
#define L_Con_Resp 403
|
|
#define L_Con_Conf 404
|
|
#define L_Data_Req 405
|
|
#define L_Data_Ind 406
|
|
#define L_Disc_Req 407
|
|
#define L_Disc_Resp 408
|
|
#define L_Disc_Ind 409
|
|
#define L_Disc_Conf 410
|
|
#define L_Abort_Req 411
|
|
#define L_Abort_Ind 412
|
|
#define L_Status 413
|
|
|
|
#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
|