Change in osmo-sgsn[master]: gbproxy: Fix VTY cmd name

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/.

laforge gerrit-no-reply at lists.osmocom.org
Mon Jan 18 18:02:08 UTC 2021


laforge has submitted this change. ( 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(-)

Approvals:
  Jenkins Builder: Verified
  lynxis lazus: Looks good to me, approved



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: 2
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210118/c3b2ca0c/attachment.htm>


More information about the gerrit-log mailing list