<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-trx/+/21604">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">vty: fix swapped documentation for 'filler type' command<br><br>vty_cmd_string_from_valstr() expands the given 'struct value_string'<br>sequentionally, so the order of entries in both filler_{types,docs}<br>shall match (regardless of the value assigned).<br><br>Change-Id: Ieb3bbc4fb30f303c47555ca77d03a9e965bc72b5<br>---<br>M CommonLibs/trx_vty.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/04/21604/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/CommonLibs/trx_vty.c b/CommonLibs/trx_vty.c</span><br><span>index e672928..0bb83fe 100644</span><br><span>--- a/CommonLibs/trx_vty.c</span><br><span>+++ b/CommonLibs/trx_vty.c</span><br><span>@@ -68,8 +68,8 @@</span><br><span> };</span><br><span> </span><br><span> static const struct value_string filler_docs[] = {</span><br><span style="color: hsl(0, 100%, 40%);">-  { FILLER_ZERO,          "Send an empty burst (default)" },</span><br><span>         { FILLER_DUMMY,         "Send a Dummy Burst on C0 (TRX0) and empty burst on other channels" },</span><br><span style="color: hsl(120, 100%, 40%);">+      { FILLER_ZERO,          "Send an empty burst (default)" },</span><br><span>         { FILLER_NORM_RAND,     "Send a GMSK modulated Normal Burst with random bits (spectrum mask testing)" },</span><br><span>   { FILLER_EDGE_RAND,     "Send an 8-PSK modulated Normal Burst with random bits (spectrum mask testing)" },</span><br><span>         { FILLER_ACCESS_RAND,   "Send an Access Burst with random bits (Rx/Tx alignment testing)" },</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-trx/+/21604">change 21604</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-trx/+/21604"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-trx </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ieb3bbc4fb30f303c47555ca77d03a9e965bc72b5 </div>
<div style="display:none"> Gerrit-Change-Number: 21604 </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>