gsm_data_shared: add handover related bits for osmo-bts

This commit is contained in:
Harald Welte 2012-06-16 14:57:08 +08:00
parent 67161f27d1
commit 704cb8680b
1 changed files with 8 additions and 0 deletions

View File

@ -255,6 +255,14 @@ struct gsm_lchan {
/* BTS-side ciphering state (rx only, bi-directional, ...) */
uint8_t ciph_state;
uint8_t loopback;
struct {
uint8_t active;
uint8_t ref;
/* T3105: PHYS INF retransmission */
struct osmo_timer_list t3105;
/* counts up to Ny1 */
unsigned int phys_info_count;
} ho;
#endif
};