aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2021-01-18 13:37:40 +0100
committerDaniel Willmann <dwillmann@sysmocom.de>2021-01-18 18:46:32 +0100
commit0d170d61aaecdc58c8b3e2834e12569468e0fd90 (patch)
tree220c72be3b55a42aa41941b4a9b1d84dbb19a9ad
parentfb5ccb468a02d94a84ef2ff18286096eb4f47ffa (diff)
gbproxy: Fix VTY cmd name
-rw-r--r--src/gbproxy/gb_proxy_vty.c4
1 files 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")