aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-05-30 15:01:01 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-11-12 16:05:04 +0100
commit2fe226a6da42d01bfdd7aefbe167a77313dc9760 (patch)
tree52869c80d9abbfdd8e6371cd4e39f5eff4424a71
parent9a9bd05b65fa22fadc498568fe2ebdb41febbd43 (diff)
add gsm_encr to subscr_conn
-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 e55d2a607..c9607adc7 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;