aboutsummaryrefslogtreecommitdiffstats
path: root/epan/lapd_sapi.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-09-19 21:02:41 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-09-19 21:02:41 +0000
commita2a1cd7bdc51624d29fe44fd006afd40a93f344f (patch)
treec80470f6442b84900f56dd4666f41e41fd4590cd /epan/lapd_sapi.h
parent9f454f909a7fecd5a3a4fbf3b80d8d4b9dc4e6ca (diff)
Make it possible to use GSM SAPI:s
svn path=/trunk/; revision=22912
Diffstat (limited to 'epan/lapd_sapi.h')
-rw-r--r--epan/lapd_sapi.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/epan/lapd_sapi.h b/epan/lapd_sapi.h
index cd8fcf0611..b4465e5b64 100644
--- a/epan/lapd_sapi.h
+++ b/epan/lapd_sapi.h
@@ -30,4 +30,9 @@
#define LAPD_SAPI_X25 16 /* X.25 Level 3 procedures */
#define LAPD_SAPI_L2 63 /* Layer 2 management procedures */
+#define LAPD_GSM_SAPI_RA_SIG_PROC 0
+#define LAPD_GSM_SAPI_NOT_USED_1 1
+#define LAPD_GSM_SAPI_NOT_USED_16 16
+#define LAPD_GSM_SAPI_OM_PROC 62
+
#endif /* lapd_sapi.h */