aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gprs_sgsn.h
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2016-04-08 17:35:53 +0200
committerDaniel Willmann <dwillmann@sysmocom.de>2016-04-08 18:04:04 +0200
commitbae25944247513cbed329ba6d2997412593e981b (patch)
tree78b5316af26ad6cf365c8c34581e316091a0f3e7 /openbsc/include/openbsc/gprs_sgsn.h
parent5e007d9445b1fe0233b8d4618d6c1a01ec446788 (diff)
gprs: Save integrity protection status inside ue ctx, not mm ctx
Diffstat (limited to 'openbsc/include/openbsc/gprs_sgsn.h')
-rw-r--r--openbsc/include/openbsc/gprs_sgsn.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/gprs_sgsn.h b/openbsc/include/openbsc/gprs_sgsn.h
index 28c319f59..0ff2c7383 100644
--- a/openbsc/include/openbsc/gprs_sgsn.h
+++ b/openbsc/include/openbsc/gprs_sgsn.h
@@ -107,6 +107,8 @@ struct service_info {
uint16_t pdp_status;
};
+struct ue_conn_ctx;
+
/* 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 {
@@ -146,9 +148,8 @@ struct sgsn_mm_ctx {
/* CSG Subscription Data */
/* LIPA Allowed */
/* Voice Support Match Indicator */
- void *ue_ctx;
+ struct ue_conn_ctx *ue_ctx;
struct service_info service;
- int integrity_active;
uint8_t rab_id;
} iu;
/* VLR number */