aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gprs_sgsn.h
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2016-03-18 13:54:32 +0100
committerDaniel Willmann <dwillmann@sysmocom.de>2016-03-18 13:58:20 +0100
commitffd9968d3ac369e2d60f086f1928b0860ba6e6ca (patch)
tree629bfb32e7e36b67bdd833acb8e6560c7fa449ea /openbsc/include/openbsc/gprs_sgsn.h
parentdeb227b98e4136f873f76ea3362bfb74673f48bc (diff)
libiu: Change gprs_transp_upd_key to be useful for CS as well
gprs_transp_upd_key only sends a security mode command which is needed for CS as well so change it. Make sure it is called after the UE is authenticated in Iu mode.
Diffstat (limited to 'openbsc/include/openbsc/gprs_sgsn.h')
-rw-r--r--openbsc/include/openbsc/gprs_sgsn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gprs_sgsn.h b/openbsc/include/openbsc/gprs_sgsn.h
index 4f34f1b88..ca47d134b 100644
--- a/openbsc/include/openbsc/gprs_sgsn.h
+++ b/openbsc/include/openbsc/gprs_sgsn.h
@@ -148,6 +148,7 @@ struct sgsn_mm_ctx {
/* Voice Support Match Indicator */
void *ue_ctx;
struct service_info service;
+ int integrity_active;
} iu;
/* VLR number */
uint32_t new_sgsn_addr;