aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKeith <keith@rhizomatica.org>2021-09-23 06:43:03 +0200
committerkeith <keith@rhizomatica.org>2021-10-05 04:32:33 +0000
commit22622452095bff83b254b5c5123438564f3b2219 (patch)
tree1101658f83a450b59a10caa81765c190a6f33c2d /tests
parentb263d860e6ae98673b1c3973351af2e98c092dea (diff)
Implement MS Uplink Power Control Loop
* Adds vty option dyn-bsc for ms-power-control -> mode * Imports power_control.c from osmo-bts project [at commit 2f3cd4b697972d8484f9a9d3b7ef634086f65fa5] * Removes unused C/I code from osmo-bts's power_control.c This patch then calls the power loop on receipt of measurement reports and updates the MS Power Level accordingly. Change-Id: Ibc307e758697eb5ca3fb86622f35709d6077db9e
Diffstat (limited to 'tests')
-rw-r--r--tests/power_ctrl.vty4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/power_ctrl.vty b/tests/power_ctrl.vty
index 491adcadd..9747ec22a 100644
--- a/tests/power_ctrl.vty
+++ b/tests/power_ctrl.vty
@@ -28,7 +28,7 @@ OsmoBSC(config-net-bts)# list with-flags
OsmoBSC(config-net-bts)# bs-power-control
OsmoBSC(config-bs-power-ctrl)# list with-flags
...
- . l. mode (static|dyn-bts) [reset]
+ . l. mode (static|dyn-bts|dyn-bsc) [reset]
. l. bs-power (static|dyn-max) <0-30>
. lv ctrl-interval <0-31>
. lv step-size inc <2-6> red <2-4>
@@ -109,7 +109,7 @@ OsmoBSC(config-bs-power-ctrl)# exit
OsmoBSC(config-net-bts)# ms-power-control
OsmoBSC(config-ms-power-ctrl)# list with-flags
...
- . l. mode (static|dyn-bts) [reset]
+ . l. mode (static|dyn-bts|dyn-bsc) [reset]
. l. bs-power (static|dyn-max) <0-30>
. lv ctrl-interval <0-31>
. lv step-size inc <2-6> red <2-4>