aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-05-30 15:01:01 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-03-09 18:34:15 +0100
commite65513b2319cb2c0e797b31217baca9c433a219b (patch)
tree1786c58bd9edc33eddc94aed64cfe3b010d154c1
parent412ae8684967f8f79c8c0f5835121f2bf6941409 (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 d382835af..157e69682 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -195,6 +195,7 @@ struct gsm_subscriber_connection {
struct gsm_classmark classmark;
uint16_t lac;
+ struct gsm_encr encr;
/* which Iu-CS connection, if any. */
struct {