Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
lapd_sapi.h
Go to the documentation of this file.
1
12#ifndef __LAPD_SAPI_H__
13#define __LAPD_SAPI_H__
14
15#define LAPD_SAPI_Q931 0 /* Q.931 call control procedure */
16#define LAPD_SAPI_PM_Q931 1 /* Packet mode Q.931 call control procedure */
17#define LAPD_SAPI_X25 16 /* X.25 Level 3 procedures */
18#define LAPD_SAPI_L2 63 /* Layer 2 management procedures */
19
20#define LAPD_GSM_SAPI_RA_SIG_PROC 0
21#define LAPD_GSM_SAPI_NOT_USED_1 1
22#define LAPD_GSM_SAPI_NOT_USED_16 16
23#define LAPD_GSM_SAPI_OM_PROC 62
24
25#endif /* lapd_sapi.h */