Change in osmo-msc[master]: Cosmetic: msc_vty: remove redundant "0 =", "1 ="

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/.

osmith gerrit-no-reply at lists.osmocom.org
Wed Jan 9 09:55:25 UTC 2019


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/12489


Change subject: Cosmetic: msc_vty: remove redundant "0 =", "1 ="
......................................................................

Cosmetic: msc_vty: remove redundant "0 =", "1 ="

Remove "0 =", "1 =" in-front of the boolean descriptions of
auth-tuple-reuse-on-error. The online VTY doc and the pdf manual
prepend the value automatically.

remove redundant VTY values

Change-Id: Ifd14c2fb3f58701eaf66570d729a660233fb83ed
---
M src/libmsc/msc_vty.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/89/12489/1

diff --git a/src/libmsc/msc_vty.c b/src/libmsc/msc_vty.c
index fbc2056..e2582a9 100644
--- a/src/libmsc/msc_vty.c
+++ b/src/libmsc/msc_vty.c
@@ -425,8 +425,8 @@
 DEFUN(cfg_msc_auth_tuple_reuse_on_error, cfg_msc_auth_tuple_reuse_on_error_cmd,
       "auth-tuple-reuse-on-error (0|1)",
       "Configure authentication tuple re-use when HLR is not responsive\n"
-      "0 = never re-use auth tuples beyond auth-tuple-max-reuse-count (default)\n"
-      "1 = if the HLR does not deliver new tuples, do re-use already available old ones.\n")
+      "Never re-use auth tuples beyond auth-tuple-max-reuse-count (default)\n"
+      "If the HLR does not deliver new tuples, do re-use already available old ones.\n")
 {
 	gsmnet->vlr->cfg.auth_reuse_old_sets_on_error = atoi(argv[0]) ? true : false;
 	return CMD_SUCCESS;

-- 
To view, visit https://gerrit.osmocom.org/12489
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifd14c2fb3f58701eaf66570d729a660233fb83ed
Gerrit-Change-Number: 12489
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190109/5bf6f963/attachment.htm>


More information about the gerrit-log mailing list