aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-06-16 14:57:08 +0800
committerHarald Welte <laforge@gnumonks.org>2012-06-16 15:02:13 +0800
commit704cb8680bbdf62cdaa2583fd5072791b7589a90 (patch)
treeefb2ffd154b3a3ce60aec20fd9237db89eb3ed20
parent67161f27d1a6a46553ebe42e8c0459d75533a1d4 (diff)
gsm_data_shared: add handover related bits for osmo-bts
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index ad9b63f56..4b23613c9 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -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
};