aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-04-08 20:23:28 +0200
committerHarald Welte <laforge@gnumonks.org>2012-04-08 20:23:28 +0200
commit5d52c97cff618e5763d38c267939b823e397a612 (patch)
treea24ce9e8414da90b8d8d00a7e8f53fc159e76f97
parent9c3dc90d16a40789081c84e46620f4d66689fec1 (diff)
add 'ciph_state' member to BTS-side lchan definition
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h2
1 files changed, 2 insertions, 0 deletions
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
};