<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/18604">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">abis_nm: cosmetic: use osmo_bts_feature_name()<br><br>Change-Id: I15078ac030b0b824a554239b19bc501c624e2a87<br>---<br>M src/osmo-bsc/abis_nm.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-bsc refs/changes/04/18604/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/abis_nm.c b/src/osmo-bsc/abis_nm.c</span><br><span>index d976ea3..218c4f1 100644</span><br><span>--- a/src/osmo-bsc/abis_nm.c</span><br><span>+++ b/src/osmo-bsc/abis_nm.c</span><br><span>@@ -593,11 +593,11 @@</span><br><span>                       if (!f1 && f2) {</span><br><span>                             LOGP(DNM, LOGL_ERROR, "BTS%u Get Attributes Response: reported feature '%s' "</span><br><span>                                   "is not supported, while we thought it is. Please fix.\n",</span><br><span style="color: hsl(0, 100%, 40%);">-                                    bts->nr, get_value_string(osmo_bts_features_descs, i));</span><br><span style="color: hsl(120, 100%, 40%);">+                                    bts->nr, osmo_bts_feature_name(i));</span><br><span>                  } else if (f1 && !f2) {</span><br><span>                              LOGP(DNM, LOGL_NOTICE, "BTS%u Get Attributes Response: reported feature '%s' "</span><br><span>                                  "is supported, while we thought it is not. Please fix.\n",</span><br><span style="color: hsl(0, 100%, 40%);">-                                    bts->nr, get_value_string(osmo_bts_features_descs, i));</span><br><span style="color: hsl(120, 100%, 40%);">+                                    bts->nr, osmo_bts_feature_name(i));</span><br><span>                  }</span><br><span>            }</span><br><span>    }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/18604">change 18604</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/+/18604"/><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: I15078ac030b0b824a554239b19bc501c624e2a87 </div>
<div style="display:none"> Gerrit-Change-Number: 18604 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>