<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/21013">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">vty: fix double '%' in description of some commands<br><br>Command description is not a format string => no need to escape.<br><br>Change-Id: Ib2e339efccec1fc5416ab4b9460a27fa1f8e8044<br>---<br>M src/common/vty.c<br>1 file changed, 5 insertions(+), 5 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/13/21013/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/common/vty.c b/src/common/vty.c</span><br><span>index 954e02c..7baddef 100644</span><br><span>--- a/src/common/vty.c</span><br><span>+++ b/src/common/vty.c</span><br><span>@@ -591,9 +591,9 @@</span><br><span>      cfg_bts_agch_queue_mgmt_params_cmd,</span><br><span>          "agch-queue-mgmt threshold <0-100> low <0-100> high <0-100000>",</span><br><span>         AGCH_QUEUE_STR</span><br><span style="color: hsl(0, 100%, 40%);">-          "Threshold to start cleanup\nin %% of the maximum queue length\n"</span><br><span style="color: hsl(0, 100%, 40%);">-     "Low water mark for cleanup\nin %% of the maximum queue length\n"</span><br><span style="color: hsl(0, 100%, 40%);">-     "High water mark for cleanup\nin %% of the maximum queue length\n",</span><br><span style="color: hsl(120, 100%, 40%);">+         "Threshold to start cleanup\nin % of the maximum queue length\n"</span><br><span style="color: hsl(120, 100%, 40%);">+    "Low water mark for cleanup\nin % of the maximum queue length\n"</span><br><span style="color: hsl(120, 100%, 40%);">+    "High water mark for cleanup\nin % of the maximum queue length\n",</span><br><span>         CMD_ATTR_IMMEDIATE)</span><br><span> {</span><br><span>  struct gsm_bts *bts = vty->index;</span><br><span>@@ -675,8 +675,8 @@</span><br><span>      "Configure filtering for uplink power control loop\n"</span><br><span>      "Select the filtering algorithm\n"</span><br><span>         "Exponentially Weighted Moving Average (EWMA)\n"</span><br><span style="color: hsl(0, 100%, 40%);">-      "Smoothing factor (in %%): beta = (100 - alpha)\n"</span><br><span style="color: hsl(0, 100%, 40%);">-    "1%% - lowest smoothing, 99%% - highest smoothing\n",</span><br><span style="color: hsl(120, 100%, 40%);">+       "Smoothing factor (in %): beta = (100 - alpha)\n"</span><br><span style="color: hsl(120, 100%, 40%);">+           "1% - lowest smoothing, 99% - highest smoothing\n",</span><br><span>        CMD_ATTR_IMMEDIATE)</span><br><span> {</span><br><span>  struct gsm_bts *bts = vty->index;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/21013">change 21013</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-bts/+/21013"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bts </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ib2e339efccec1fc5416ab4b9460a27fa1f8e8044 </div>
<div style="display:none"> Gerrit-Change-Number: 21013 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>