[overpower] VTY: fix copy-pasted warning message

Change-Id: Ie0bc0b503c7c7e893b5c94597c84c47fa881874d
Related: SYS#5319
This commit is contained in:
Vadim Yanitskiy 2021-10-20 18:09:27 +03:00 committed by fixeria
parent 63cc810acc
commit 014f6232d5
1 changed files with 1 additions and 1 deletions

View File

@ -759,7 +759,7 @@ DEFUN_USRATTR(cfg_bts_top_dl_acch,
struct gsm_bts *bts = vty->index;
if (bts->model->type != GSM_BTS_TYPE_OSMOBTS) {
vty_out(vty, "%% repeated ACCH not supported by BTS %u%s",
vty_out(vty, "%% ACCH overpower is not supported by BTS %u%s",
bts->nr, VTY_NEWLINE);
return CMD_WARNING;
}