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 };