This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Vadim Yanitskiy gerrit-no-reply at lists.osmocom.orgVadim Yanitskiy has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/20483 )
Change subject: vty: fix 'show bts' command: BTS number is optional
......................................................................
vty: fix 'show bts' command: BTS number is optional
Change-Id: If53fb07ec38f6bbc368ce84d14e59fa8167691d3
---
M src/common/vty.c
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/83/20483/1
diff --git a/src/common/vty.c b/src/common/vty.c
index 98e07be..d3926b6 100644
--- a/src/common/vty.c
+++ b/src/common/vty.c
@@ -936,9 +936,9 @@
}
-DEFUN(show_bts, show_bts_cmd, "show bts <0-255>",
- SHOW_STR "Display information about a BTS\n"
- BTS_NR_STR)
+DEFUN(show_bts, show_bts_cmd, "show bts [<0-255>]",
+ SHOW_STR "Display information about a BTS\n"
+ BTS_NR_STR)
{
const struct gsm_network *net = gsmnet_from_vty(vty);
int bts_nr;
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/20483
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: If53fb07ec38f6bbc368ce84d14e59fa8167691d3
Gerrit-Change-Number: 20483
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201008/404a7285/attachment.htm>