aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/bts.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmo-bts/bts.h')
-rw-r--r--include/osmo-bts/bts.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/osmo-bts/bts.h b/include/osmo-bts/bts.h
index ffaeb577..ccbcf9a0 100644
--- a/include/osmo-bts/bts.h
+++ b/include/osmo-bts/bts.h
@@ -283,7 +283,11 @@ struct gsm_bts {
} fn_stats;
/* Radio Link Timeout counter. -1 disables timeout for
* lab/measurement purpose */
- int radio_link_timeout;
+ struct {
+ int oml; /* value communicated by BSC in OML */
+ int current; /* actual currently applied value */
+ bool vty_override; /* OML value overridden by VTY */
+ } radio_link_timeout;
int ul_power_target; /* Uplink Rx power target */