laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/30058 )
Change subject: bts_vty: fix wrong description used for C/I threshold values ......................................................................
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(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
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];