aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-05-30 15:01:01 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-02-23 22:27:37 +0100
commit9f384583bd8746e8215f1dab9280dc8d01fc55f6 (patch)
treed6fbf3faca8fc2063788207b8ebff6a4fb125360 /openbsc
parent722b6c33cbf864245dd72050f3544f31a0ef031f (diff)
add gsm_encr to subscr_conn
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/include/openbsc/gsm_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 34f1a85f1..e208ce446 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -160,6 +160,7 @@ struct gsm_subscriber_connection {
struct gsm_lchan *secondary_lchan; /* BSC */
uint16_t lac;
+ struct gsm_encr encr;
/* 2G or 3G? See enum interface_type */
int via_iface;