aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/iu.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/iu.h
parent5e007d9445b1fe0233b8d4618d6c1a01ec446788 (diff)
gprs: Save integrity protection status inside ue ctx, not mm ctx
Diffstat (limited to 'openbsc/include/openbsc/iu.h')
-rw-r--r--openbsc/include/openbsc/iu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/iu.h b/openbsc/include/openbsc/iu.h
index 4c4e6ae86..a364dd76b 100644
--- a/openbsc/include/openbsc/iu.h
+++ b/openbsc/include/openbsc/iu.h
@@ -10,6 +10,7 @@ struct ue_conn_ctx {
struct llist_head list;
struct osmo_sua_link *link;
uint32_t conn_id;
+ int integrity_active;
};
enum iu_event_type {