aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-06-18 18:40:53 +0200
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-06-18 18:40:53 +0200
commita556c491142c834bd1b961de1cc1f0ca3c859ecf (patch)
treef43614ec3ef71709d268dfc631acf8dced27c4d4
parentb04ffc11fb06f64223ded89c1fa0a26dc5756117 (diff)
osmo-bts-trx: fix typo: s/bisc/bsic/ in 'show transceiver'
-rw-r--r--src/osmo-bts-trx/trx_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-trx/trx_vty.c b/src/osmo-bts-trx/trx_vty.c
index d9d17d03..9af550e0 100644
--- a/src/osmo-bts-trx/trx_vty.c
+++ b/src/osmo-bts-trx/trx_vty.c
@@ -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;