<p>Vadim Yanitskiy has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/12702">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">common/vty.c: fix 'cfg_phy_no_inst_cmd' command description<br><br>There is no need to add comma as we concatenate two strings.<br><br>Before this patch:<br><br>  OsmoBTS# configure terminal<br>  OsmoBTS(config)# phy 0<br>  OsmoBTS(phy)# no?<br><br>    no  PHY Instance number<br><br>  OsmoBTS(phy)# no ?<br><br>    instance<br>    osmotrx   OsmoTRX Transceiver configuration<br><br>After this patch:<br><br>  OsmoBTS# configure terminal<br>  OsmoBTS(config)# phy 0<br>  OsmoBTS(phy)# no?<br><br>    no  Negate a command or set its defaults<br><br>  OsmoBTS(phy)# no ?<br><br>    instance  Select a PHY instance to remove<br>    osmotrx   OsmoTRX Transceiver configuration<br><br>Change-Id: If10d85abc6506118ba08c37e8101f423d6f838ea<br>---<br>M src/common/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-bts refs/changes/02/12702/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 bb88c57..e4a9dc1 100644</span><br><span>--- a/src/common/vty.c</span><br><span>+++ b/src/common/vty.c</span><br><span>@@ -1463,8 +1463,8 @@</span><br><span> }</span><br><span> </span><br><span> DEFUN(cfg_phy_no_inst, cfg_phy_no_inst_cmd,</span><br><span style="color: hsl(0, 100%, 40%);">-   "no instance <0-255>"</span><br><span style="color: hsl(0, 100%, 40%);">-   NO_STR "Select a PHY instance to remove\n", "PHY Instance number\n")</span><br><span style="color: hsl(120, 100%, 40%);">+      "no instance <0-255>",</span><br><span style="color: hsl(120, 100%, 40%);">+        NO_STR "Select a PHY instance to remove\n" "PHY Instance number\n")</span><br><span> {</span><br><span>         int inst_nr = atoi(argv[0]);</span><br><span>         struct phy_link *plink = vty->index;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12702">change 12702</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/12702"/><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-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: If10d85abc6506118ba08c37e8101f423d6f838ea </div>
<div style="display:none"> Gerrit-Change-Number: 12702 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Vadim Yanitskiy <axilirator@gmail.com> </div>