aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/trx_vty.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bts-trx/trx_vty.c')
-rw-r--r--src/osmo-bts-trx/trx_vty.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/osmo-bts-trx/trx_vty.c b/src/osmo-bts-trx/trx_vty.c
index 4f74c441..6d6cded7 100644
--- a/src/osmo-bts-trx/trx_vty.c
+++ b/src/osmo-bts-trx/trx_vty.c
@@ -60,8 +60,7 @@ DEFUN(show_transceiver, show_transceiver_cmd, "show transceiver",
if (!transceiver_available) {
vty_out(vty, "transceiver is not connected%s", VTY_NEWLINE);
} else {
- vty_out(vty, "transceiver is connected, current fn=%u%s",
- transceiver_last_fn, VTY_NEWLINE);
+ vty_out(vty, "transceiver is connected%s", VTY_NEWLINE);
}
llist_for_each_entry(trx, &bts->trx_list, list) {