From e65513b2319cb2c0e797b31217baca9c433a219b Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 30 May 2016 15:01:01 +0200 Subject: add gsm_encr to subscr_conn Change-Id: Id5797cd1f1bfa2cca2d3fbabc1981aa75546421b --- openbsc/include/openbsc/gsm_data.h | 1 + 1 file changed, 1 insertion(+) 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 { -- cgit v1.2.3