From 7df570525181d3ff4305d5e690f10f99e5426332 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Tue, 23 Feb 2016 20:59:07 +0100 Subject: WIP: Try and activate RABs after service request --- openbsc/include/openbsc/gprs_sgsn.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'openbsc/include') 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; -- cgit v1.2.3