<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/23916">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">vty: fix the use of deprecated osmo_bts_feature_name()<br><br>Change-Id: I67863da286b0fd1ec42088bce12d3c76e4be30ba<br>---<br>M src/common/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-bts refs/changes/16/23916/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 45ee32c..0064ee0 100644</span><br><span>--- a/src/common/vty.c</span><br><span>+++ b/src/common/vty.c</span><br><span>@@ -998,7 +998,7 @@</span><br><span>         for (i = 0, no_features = true; i < _NUM_BTS_FEAT; i++) {</span><br><span>                 if (osmo_bts_has_feature(bts->features, i)) {</span><br><span>                     vty_out(vty, "    %03u ", i);</span><br><span style="color: hsl(0, 100%, 40%);">-                 vty_out(vty, "%-40s%s", osmo_bts_feature_name(i), VTY_NEWLINE);</span><br><span style="color: hsl(120, 100%, 40%);">+                     vty_out(vty, "%-40s%s", osmo_bts_features_desc(i), VTY_NEWLINE);</span><br><span>                   no_features = false;</span><br><span>                 }</span><br><span>    }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/23916">change 23916</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/+/23916"/><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: I67863da286b0fd1ec42088bce12d3c76e4be30ba </div>
<div style="display:none"> Gerrit-Change-Number: 23916 </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>