aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2016-02-23 20:59:07 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-03 16:19:12 +0100
commit7df570525181d3ff4305d5e690f10f99e5426332 (patch)
treed321e4abb9e8446329b6b00d40bd44493eab5835 /openbsc/include
parentda7424cc548ad99e0ad7395bd668c505f5e5f66f (diff)
WIP: Try and activate RABs after service request
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gprs_sgsn.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gprs_sgsn.h b/openbsc/include/openbsc/gprs_sgsn.h
index ad8add518..4f34f1b88 100644
--- a/openbsc/include/openbsc/gprs_sgsn.h
+++ b/openbsc/include/openbsc/gprs_sgsn.h
@@ -102,6 +102,11 @@ enum sgsn_ran_type {
MM_CTX_T_GERAN_Iu,
};
+struct service_info {
+ uint8_t type;
+ uint16_t pdp_status;
+};
+
/* According to TS 03.60, Table 5: SGSN MM and PDP Contexts */
/* Extended by 3GPP TS 23.060, Table 6: SGSN MM and PDP Contexts */
struct sgsn_mm_ctx {
@@ -142,6 +147,7 @@ struct sgsn_mm_ctx {
/* LIPA Allowed */
/* Voice Support Match Indicator */
void *ue_ctx;
+ struct service_info service;
} iu;
/* VLR number */
uint32_t new_sgsn_addr;