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

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

Change-Id: I02828acebe2d607f0e7fd3c61ce45f2af5237e49
This commit is contained in:
Vadim Yanitskiy 2022-11-09 02:45:27 +07:00
parent ec95dac0ee
commit 2986ee497b
1 changed files with 2 additions and 2 deletions

View File

@ -3432,9 +3432,9 @@ DEFUN_USRATTR(cfg_power_ctrl_ci_thresh,
"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];