gbproxy: Fix VTY cmd name

Change-Id: I5bb5f7cf93779a7a07965f2f35fdb59a7a2b731b
diff --git a/src/gb_proxy_vty.c b/src/gb_proxy_vty.c
index fb9e87a..537041e 100644
--- a/src/gb_proxy_vty.c
+++ b/src/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")