aboutsummaryrefslogtreecommitdiffstats
path: root/tests/osmo-bts.vty
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-09-09 18:31:55 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-09-14 11:42:58 +0200
commitc81b41c62e69f4ee212d39975f092a71d5f3bfa6 (patch)
treebf9bac7bdc83efcf239843de83d821b82e11feb1 /tests/osmo-bts.vty
parentc85027a510d36b7b0b59ec1a41854e3c6ccc70a5 (diff)
Support configuring TA loop SACCH block rate
Similar to what is already provided for power control loops. However, there's no existing way to communicate TA control parameters from the BSC to the BTS, so implement them locally in BTS vty. Related: SYS#5371 Change-Id: I9fa71f836bb9a79b0ef2567bfcfdf38ff217840b
Diffstat (limited to 'tests/osmo-bts.vty')
-rw-r--r--tests/osmo-bts.vty2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/osmo-bts.vty b/tests/osmo-bts.vty
index 48730304..fb74747c 100644
--- a/tests/osmo-bts.vty
+++ b/tests/osmo-bts.vty
@@ -284,6 +284,7 @@ OsmoBTS(trx)# list
power-ramp step-size <1-100000> (dB|mdB)
power-ramp step-interval <1-100>
ms-power-control (dsp|osmo)
+ ta-control interval <0-31>
phy <0-255> instance <0-255>
...
OsmoBTS(trx)# ?
@@ -291,5 +292,6 @@ OsmoBTS(trx)# ?
user-gain Inform BTS about additional, user-provided gain or attenuation at TRX output
power-ramp Power-Ramp settings
ms-power-control Mobile Station Power Level Control
+ ta-control Timing Advance Control Parameters
phy Configure PHY Link+Instance for this TRX
...