From 61c07842f2a12dfbde27b2c60b3a3c87934601ba Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 18 May 2010 11:57:08 +0200 Subject: [GPRS] BSSGP: Use correct values for SIGNALLING and PTM BVCI --- openbsc/include/openbsc/gprs_bssgp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openbsc/include') 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 +/* 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 */ -- cgit v1.2.3