fixeria has uploaded this change for review.

View Change

bts_vty: fix wrong description used for C/I threshold values

Found this bug when building with CPPFLAGS="-Wunused-macros".

Change-Id: I02828acebe2d607f0e7fd3c61ce45f2af5237e49
---
M src/osmo-bsc/bts_vty.c
1 file changed, 2 insertions(+), 2 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/58/30058/1
diff --git a/src/osmo-bsc/bts_vty.c b/src/osmo-bsc/bts_vty.c
index 711ab06..732ed57 100644
--- a/src/osmo-bsc/bts_vty.c
+++ b/src/osmo-bsc/bts_vty.c
@@ -3432,9 +3432,9 @@
"Set target C/I thresholds (for dynamic mode), only available in ms-power-control\n"
VTY_DESC_CI_TYPE
"Lower C/I value\n"
- "Lower " POWER_CONTROL_MEAS_RXQUAL_DESC
+ "Lower " POWER_CONTROL_MEAS_CI_DESC
"Upper C/I value\n"
- "Upper " POWER_CONTROL_MEAS_RXQUAL_DESC)
+ "Upper " POWER_CONTROL_MEAS_CI_DESC)
{
struct gsm_power_ctrl_params *params = vty->index;
const char *type = argv[0];

To view, visit change 30058. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I02828acebe2d607f0e7fd3c61ce45f2af5237e49
Gerrit-Change-Number: 30058
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newchange