daniel has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-gbproxy/+/22807 )


Change subject: gbproxy_vty: Fix NRI VTY help MSC->SGSN
......................................................................

gbproxy_vty: Fix NRI VTY help MSC->SGSN

Change-Id: I33a60578c7dc28ec50b98c9b67b5cdb0d821d3d1
---
M src/gb_proxy_vty.c
1 file changed, 7 insertions(+), 7 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gbproxy refs/changes/07/22807/1

diff --git a/src/gb_proxy_vty.c b/src/gb_proxy_vty.c
index 9dbde58..9240d2d 100644
--- a/src/gb_proxy_vty.c
+++ b/src/gb_proxy_vty.c
@@ -276,7 +276,7 @@

 DEFUN_ATTR(cfg_sgsn_nri_add, cfg_sgsn_nri_add_cmd,
           "nri add <0-32767> [<0-32767>]",
-          NRI_STR "Add NRI value or range to the NRI mapping for this MSC\n"
+          NRI_STR "Add NRI value or range to the NRI mapping for this SGSN\n"
           NRI_FIRST_LAST_STR,
           CMD_ATTR_IMMEDIATE)
 {
@@ -318,7 +318,7 @@

 DEFUN_ATTR(cfg_sgsn_nri_del, cfg_sgsn_nri_del_cmd,
           "nri del <0-32767> [<0-32767>]",
-          NRI_STR "Remove NRI value or range from the NRI mapping for this 
MSC\n"
+          NRI_STR "Remove NRI value or range from the NRI mapping for this 
SGSN\n"
           NRI_FIRST_LAST_STR,
           CMD_ATTR_IMMEDIATE)
 {
@@ -348,10 +348,10 @@
 DEFUN_ATTR(cfg_sgsn_no_allow_attach, cfg_sgsn_no_allow_attach_cmd,
           "no allow-attach",
           NO_STR
-          "Do not assign new subscribers to this MSC."
-          " Useful if an MSC in an MSC pool is configured to off-load 
subscribers."
-          " The MSC will still be operational for already IMSI-Attached 
subscribers,"
-          " but the NAS node selection function will skip this MSC for new 
subscribers\n",
+          "Do not assign new subscribers to this SGSN."
+          " Useful if an SGSN in an SGSN pool is configured to off-load 
subscribers."
+          " The SGSN will still be operational for already IMSI-Attached 
subscribers,"
+          " but the NAS node selection function will skip this SGSN for new 
subscribers\n",
           CMD_ATTR_IMMEDIATE)
 {
        struct gbproxy_sgsn *sgsn = vty->index;
@@ -442,7 +442,7 @@
 DEFUN_ATTR(cfg_gbproxy_nri_null_del,
           cfg_gbproxy_nri_null_del_cmd,
           "nri null del <0-32767> [<0-32767>]",
-          NRI_STR NULL_NRI_STR "Remove NRI value or range from the NRI mapping 
for this MSC\n"
+          NRI_STR NULL_NRI_STR "Remove NULL-NRI value (or range)\n"
           NRI_FIRST_LAST_STR,
           CMD_ATTR_IMMEDIATE)
 {

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

Gerrit-Project: osmo-gbproxy
Gerrit-Branch: master
Gerrit-Change-Id: I33a60578c7dc28ec50b98c9b67b5cdb0d821d3d1
Gerrit-Change-Number: 22807
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <dwillm...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to