Change in osmo-gbproxy[master]: gbproxy_vty: Fix NRI VTY help MSC->SGSN

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 Feb 10 16:41:18 UTC 2021


laforge has submitted this change. ( 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(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



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: 2
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210210/76f8dda5/attachment.htm>


More information about the gerrit-log mailing list