sysmobts: Add variable for N(S) + 1 needed for the sysmobts

We could use the upper three bits of the ciph_state to store the
sequence number but make the code understandable first.
This commit is contained in:
Holger Hans Peter Freyther 2014-08-09 09:43:53 +02:00
parent 93dfa24f42
commit 2c6b59ca6a
1 changed files with 1 additions and 0 deletions

View File

@ -295,6 +295,7 @@ struct gsm_lchan {
} tch;
/* BTS-side ciphering state (rx only, bi-directional, ...) */
uint8_t ciph_state;
uint8_t ciph_ns;
uint8_t loopback;
struct {
uint8_t active;