osmo-bts-trx: fix typo: s/bisc/bsic/ in 'show transceiver'

Change-Id: I39c6138e950ca7d3cda9c52d4e1cdaa218624641
This commit is contained in:
Vadim Yanitskiy 2021-06-18 18:40:53 +02:00
parent b04ffc11fb
commit a556c49114
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ DEFUN(show_transceiver, show_transceiver_cmd, "show transceiver",
vty_out(vty, " bsic : %d%s", l1h->config.bsic,
VTY_NEWLINE);
else
vty_out(vty, " bisc : undefined%s", VTY_NEWLINE);
vty_out(vty, " bsic : undefined%s", VTY_NEWLINE);
}
return CMD_SUCCESS;