From 5d52c97cff618e5763d38c267939b823e397a612 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 8 Apr 2012 20:23:28 +0200 Subject: add 'ciph_state' member to BTS-side lchan definition --- openbsc/include/openbsc/gsm_data_shared.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h index c16a45ba0..acee10c0f 100644 --- a/openbsc/include/openbsc/gsm_data_shared.h +++ b/openbsc/include/openbsc/gsm_data_shared.h @@ -252,6 +252,8 @@ struct gsm_lchan { uint8_t len; } last_sid; } tch; + /* BTS-side ciphering state (rx only, bi-directional, ...) */ + uint8_t ciph_state; #endif }; -- cgit v1.2.3