From 0d170d61aaecdc58c8b3e2834e12569468e0fd90 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Mon, 18 Jan 2021 13:37:40 +0100 Subject: gbproxy: Fix VTY cmd name Change-Id: I5bb5f7cf93779a7a07965f2f35fdb59a7a2b731b --- src/gbproxy/gb_proxy_vty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gbproxy/gb_proxy_vty.c b/src/gbproxy/gb_proxy_vty.c index fb9e87a56..537041e72 100644 --- a/src/gbproxy/gb_proxy_vty.c +++ b/src/gbproxy/gb_proxy_vty.c @@ -363,7 +363,7 @@ DEFUN_ATTR(cfg_sgsn_no_allow_attach, cfg_sgsn_no_allow_attach_cmd, 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 @@ DEFUN(cfg_sgsn_show_nri_all, show_nri_all_cmd, 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") -- cgit v1.2.3