<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/12489">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Cosmetic: msc_vty: remove redundant "0 =", "1 ="<br><br>Remove "0 =", "1 =" in-front of the boolean descriptions of<br>auth-tuple-reuse-on-error. The online VTY doc and the pdf manual<br>prepend the value automatically.<br><br>remove redundant VTY values<br><br>Change-Id: Ifd14c2fb3f58701eaf66570d729a660233fb83ed<br>---<br>M src/libmsc/msc_vty.c<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/89/12489/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/libmsc/msc_vty.c b/src/libmsc/msc_vty.c</span><br><span>index fbc2056..e2582a9 100644</span><br><span>--- a/src/libmsc/msc_vty.c</span><br><span>+++ b/src/libmsc/msc_vty.c</span><br><span>@@ -425,8 +425,8 @@</span><br><span> DEFUN(cfg_msc_auth_tuple_reuse_on_error, cfg_msc_auth_tuple_reuse_on_error_cmd,</span><br><span>       "auth-tuple-reuse-on-error (0|1)",</span><br><span>       "Configure authentication tuple re-use when HLR is not responsive\n"</span><br><span style="color: hsl(0, 100%, 40%);">-      "0 = never re-use auth tuples beyond auth-tuple-max-reuse-count (default)\n"</span><br><span style="color: hsl(0, 100%, 40%);">-      "1 = if the HLR does not deliver new tuples, do re-use already available old ones.\n")</span><br><span style="color: hsl(120, 100%, 40%);">+      "Never re-use auth tuples beyond auth-tuple-max-reuse-count (default)\n"</span><br><span style="color: hsl(120, 100%, 40%);">+      "If the HLR does not deliver new tuples, do re-use already available old ones.\n")</span><br><span> {</span><br><span>       gsmnet->vlr->cfg.auth_reuse_old_sets_on_error = atoi(argv[0]) ? true : false;</span><br><span>  return CMD_SUCCESS;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12489">change 12489</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/12489"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-msc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ifd14c2fb3f58701eaf66570d729a660233fb83ed </div>
<div style="display:none"> Gerrit-Change-Number: 12489 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>