Change in osmo-gbproxy[master]: gbproxy_vty: Remove redundant command "show gbproxy links"

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
Wed Jun 16 20:31:38 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-gbproxy/+/24693 )

Change subject: gbproxy_vty: Remove redundant command "show gbproxy links"
......................................................................

gbproxy_vty: Remove redundant command "show gbproxy links"

show gbproxy bvc bss displays the same information

Change-Id: I069a4eb8031d2b486a1f88eaf2a0a6a1a06c9fd2
---
M src/gb_proxy_vty.c
1 file changed, 0 insertions(+), 16 deletions(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved



diff --git a/src/gb_proxy_vty.c b/src/gb_proxy_vty.c
index 9ac45e7..906beff 100644
--- a/src/gb_proxy_vty.c
+++ b/src/gb_proxy_vty.c
@@ -544,21 +544,6 @@
 	return CMD_SUCCESS;
 }
 
-DEFUN(show_gbproxy_links, show_gbproxy_links_cmd, "show gbproxy links",
-       SHOW_STR GBPROXY_STR "Show logical links\n")
-{
-	struct gbproxy_nse *nse;
-	int i, j;
-
-	hash_for_each(g_cfg->bss_nses, i, nse, list) {
-		struct gbproxy_bvc *bvc;
-		hash_for_each(nse->bvcs, j, bvc, list) {
-			gbprox_vty_print_bvc(vty, bvc);
-		}
-	}
-	return CMD_SUCCESS;
-}
-
 DEFUN(show_gbproxy_tlli_cache, show_gbproxy_tlli_cache_cmd,
       "show gbproxy tlli-cache",
       SHOW_STR GBPROXY_STR "Show TLLI cache entries\n")
@@ -738,7 +723,6 @@
 {
 	install_element_ve(&show_gbproxy_bvc_cmd);
 	install_element_ve(&show_gbproxy_cell_cmd);
-	install_element_ve(&show_gbproxy_links_cmd);
 	install_element_ve(&show_gbproxy_tlli_cache_cmd);
 	install_element_ve(&show_gbproxy_imsi_cache_cmd);
 	install_element_ve(&show_nri_all_cmd);

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

Gerrit-Project: osmo-gbproxy
Gerrit-Branch: master
Gerrit-Change-Id: I069a4eb8031d2b486a1f88eaf2a0a6a1a06c9fd2
Gerrit-Change-Number: 24693
Gerrit-PatchSet: 1
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-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210616/e52d2a10/attachment.htm>


More information about the gerrit-log mailing list