diff options
author | Harald Welte <laforge@gnumonks.org> | 2010-05-18 11:57:08 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2010-05-18 11:57:08 +0200 |
commit | 61c07842f2a12dfbde27b2c60b3a3c87934601ba (patch) | |
tree | d8d0e4af0a89e3ee8e09cc386680efedbd13c088 /openbsc/include | |
parent | fdc73884d09c7679aa2e63359b791db46793db68 (diff) |
[GPRS] BSSGP: Use correct values for SIGNALLING and PTM BVCI
Diffstat (limited to 'openbsc/include')
-rw-r--r-- | openbsc/include/openbsc/gprs_bssgp.h | 4 |
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 */ |