add 'ciph_state' member to BTS-side lchan definition

This commit is contained in:
Harald Welte 2012-04-08 20:23:28 +02:00
parent 9c3dc90d16
commit 5d52c97cff
1 changed files with 2 additions and 0 deletions

View File

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