summaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-18 11:57:08 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-18 11:57:08 +0200
commit61c07842f2a12dfbde27b2c60b3a3c87934601ba (patch)
treed8d0e4af0a89e3ee8e09cc386680efedbd13c088 /openbsc/include
parentfdc73884d09c7679aa2e63359b791db46793db68 (diff)
[GPRS] BSSGP: Use correct values for SIGNALLING and PTM BVCI
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gprs_bssgp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gprs_bssgp.h b/openbsc/include/openbsc/gprs_bssgp.h
index 4afe811c..90b945ab 100644
--- a/openbsc/include/openbsc/gprs_bssgp.h
+++ b/openbsc/include/openbsc/gprs_bssgp.h
@@ -3,6 +3,10 @@
#include <stdint.h>
+/* Section 5.4.1 */
+#define BVCI_SIGNALLING 0x0000
+#define BVCI_PTM 0x0001
+
/* Section 11.3.26 / Table 11.27 */
enum bssgp_pdu_type {
/* PDUs between RL and BSSGP SAPs */