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/.
daniel gerrit-no-reply at lists.osmocom.orgdaniel has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-sgsn/+/22288 )
Change subject: gbproxy: Fix VTY cmd name
......................................................................
gbproxy: Fix VTY cmd name
Change-Id: I5bb5f7cf93779a7a07965f2f35fdb59a7a2b731b
---
M src/gbproxy/gb_proxy_vty.c
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/88/22288/1
diff --git a/src/gbproxy/gb_proxy_vty.c b/src/gbproxy/gb_proxy_vty.c
index fb9e87a..537041e 100644
--- a/src/gbproxy/gb_proxy_vty.c
+++ b/src/gbproxy/gb_proxy_vty.c
@@ -363,7 +363,7 @@
return CMD_SUCCESS;
}
-DEFUN(cfg_sgsn_show_nri_all, show_nri_all_cmd,
+DEFUN(sgsn_show_nri_all, show_nri_all_cmd,
"show nri all",
SHOW_STR NRI_STR "Show all SGSNs\n")
{
@@ -375,7 +375,7 @@
return CMD_SUCCESS;
}
-DEFUN(show_nri, show_nri_nsei_cmd,
+DEFUN(show_nri_nsei, show_nri_nsei_cmd,
"show nri nsei <0-65535>",
SHOW_STR NRI_STR "Identify SGSN by NSEI\n"
"NSEI of the SGSN\n")
--
To view, visit https://gerrit.osmocom.org/c/osmo-sgsn/+/22288
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: I5bb5f7cf93779a7a07965f2f35fdb59a7a2b731b
Gerrit-Change-Number: 22288
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210118/1965cfa0/attachment.htm>