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>2016-09-29 13:23:54 +0200
commiteee0960d80bfb3a33f705e6a0474277569029b5a (patch)
treed72abc0329cfd7d10222cf57a07c735f308576fc /openbsc
parenta6ce92b23c37519478b46428ad5e476fe553bf4e (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 2eb6be322..b8d258f0e 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;