From 588d44ee65c8c4024713346da0249b2f42ea92e4 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 9 Jun 2010 10:28:29 +0200 Subject: [GPRS] Drop all PDP contexts not present in PDP CTX STATUS IE at RA UPD --- openbsc/include/openbsc/gsm_04_08_gprs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbsc/include/openbsc/gsm_04_08_gprs.h') diff --git a/openbsc/include/openbsc/gsm_04_08_gprs.h b/openbsc/include/openbsc/gsm_04_08_gprs.h index 5433e2b53..baa513b2f 100644 --- a/openbsc/include/openbsc/gsm_04_08_gprs.h +++ b/openbsc/include/openbsc/gsm_04_08_gprs.h @@ -71,6 +71,9 @@ enum gsm48_gprs_ie_mm { GSM48_IE_GMM_IMEISV = 0x23, /* 10.5.1.4 */ GSM48_IE_GMM_DRX_PARAM = 0x27, /* 10.5.5.6 */ GSM48_IE_GMM_MS_NET_CAPA = 0x31, /* 10.5.5.12 */ + GSM48_IE_GMM_PDP_CTX_STATUS = 0x32, /* 10.5.7.1 */ + GSM48_IE_GMM_PS_LCS_CAPA = 0x33, /* 10.5.5.22 */ + GSM48_IE_GMM_GMM_MBMS_CTX_ST = 0x35, /* 10.5.7.6 */ }; enum gsm48_gprs_ie_sm { -- cgit v1.2.3