From 7a2c919e8745d851a8b351fc80d1df3a770ab034 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(+) (limited to 'openbsc/include') diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h index ac8143e32..a3d803f57 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