<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/18873">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified

Objections:
  neels: I would prefer this is not merged as is

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">vty: hide 'mscpool roundrobin next'<br><br>The 'mscpool roundrobin next' command is intended for use only by ttcn3 tests.<br>Hide it.<br><br>Change-Id: Ie8799b61b74cfb34acd5aa4aeb1fb69ae7d216e2<br>---<br>M src/osmo-bsc/bsc_vty.c<br>1 file changed, 7 insertions(+), 7 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/bsc_vty.c b/src/osmo-bsc/bsc_vty.c</span><br><span>index 1ab10d3..9896bff 100644</span><br><span>--- a/src/osmo-bsc/bsc_vty.c</span><br><span>+++ b/src/osmo-bsc/bsc_vty.c</span><br><span>@@ -6286,13 +6286,13 @@</span><br><span> }</span><br><span> </span><br><span> /* Hidden since it exists only for use by ttcn3 tests */</span><br><span style="color: hsl(0, 100%, 40%);">-DEFUN(mscpool_roundrobin_next, mscpool_roundrobin_next_cmd,</span><br><span style="color: hsl(0, 100%, 40%);">-      "mscpool roundrobin next " MSC_NR_RANGE,</span><br><span style="color: hsl(0, 100%, 40%);">-      "MSC pooling: load balancing across multiple MSCs.\n"</span><br><span style="color: hsl(0, 100%, 40%);">-      "Adjust current state of the MSC round-robin algorithm (for testing).\n"</span><br><span style="color: hsl(0, 100%, 40%);">-      "Set the MSC nr to direct the next new subscriber to (for testing).\n"</span><br><span style="color: hsl(0, 100%, 40%);">-      "MSC number, as in the config file; if the number does not exist,"</span><br><span style="color: hsl(0, 100%, 40%);">-      " the round-robin continues to the next valid number.\n")</span><br><span style="color: hsl(120, 100%, 40%);">+DEFUN_HIDDEN(mscpool_roundrobin_next, mscpool_roundrobin_next_cmd,</span><br><span style="color: hsl(120, 100%, 40%);">+          "mscpool roundrobin next " MSC_NR_RANGE,</span><br><span style="color: hsl(120, 100%, 40%);">+            "MSC pooling: load balancing across multiple MSCs.\n"</span><br><span style="color: hsl(120, 100%, 40%);">+       "Adjust current state of the MSC round-robin algorithm (for testing).\n"</span><br><span style="color: hsl(120, 100%, 40%);">+            "Set the MSC nr to direct the next new subscriber to (for testing).\n"</span><br><span style="color: hsl(120, 100%, 40%);">+      "MSC number, as in the config file; if the number does not exist,"</span><br><span style="color: hsl(120, 100%, 40%);">+          " the round-robin continues to the next valid number.\n")</span><br><span> {</span><br><span>        bsc_gsmnet->mscs_round_robin_next_nr = atoi(argv[0]);</span><br><span>     return CMD_SUCCESS;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/18873">change 18873</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/c/osmo-bsc/+/18873"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bsc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ie8799b61b74cfb34acd5aa4aeb1fb69ae7d216e2 </div>
<div style="display:none"> Gerrit-Change-Number: 18873 </div>
<div style="display:none"> Gerrit-PatchSet: 6 </div>
<div style="display:none"> Gerrit-Owner: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>