Change in osmo-sgsn[master]: gbproxy: rename vty command "show gbproxy ..." to "show gbproxy bvc ..."

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
Sat Dec 12 14:18:28 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-sgsn/+/21691 )


Change subject: gbproxy: rename vty command "show gbproxy ..." to "show gbproxy bvc ..."
......................................................................

gbproxy: rename vty command "show gbproxy ..." to "show gbproxy bvc ..."

we have other objects to show, and the orthogoanl way to do this is
to rename the existing one.

Change-Id: I7836a37533a2de81720acedda712d61f429df12c
---
M src/gbproxy/gb_proxy_vty.c
1 file changed, 3 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/91/21691/1

diff --git a/src/gbproxy/gb_proxy_vty.c b/src/gbproxy/gb_proxy_vty.c
index fd102d6..18dd53f 100644
--- a/src/gbproxy/gb_proxy_vty.c
+++ b/src/gbproxy/gb_proxy_vty.c
@@ -184,8 +184,9 @@
 	return CMD_SUCCESS;
 }
 
-DEFUN(show_gbproxy, show_gbproxy_cmd, "show gbproxy (bss|sgsn) [stats]",
+DEFUN(show_gbproxy_bvc, show_gbproxy_bvc_cmd, "show gbproxy bvc (bss|sgsn) [stats]",
        SHOW_STR "Display information about the Gb proxy\n"
+       "Show BSSGP Virtual Connections\n"
        "Display BSS-side BVCs\n"
        "Display SGSN-side BVCs\n"
        "Show statistics\n")
@@ -320,7 +321,7 @@
 
 int gbproxy_vty_init(void)
 {
-	install_element_ve(&show_gbproxy_cmd);
+	install_element_ve(&show_gbproxy_bvc_cmd);
 	install_element_ve(&show_gbproxy_links_cmd);
 	install_element_ve(&logging_fltr_bvc_cmd);
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-sgsn/+/21691
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: I7836a37533a2de81720acedda712d61f429df12c
Gerrit-Change-Number: 21691
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201212/fed567e5/attachment.htm>


More information about the gerrit-log mailing list