<p>Harald Welte <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/13700">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">common/oml.c: use proper NACK reason in oml_tx_attr_resp()<br><br>Change-Id: I482caa0747f81da2979bfbdbd22bd6962af728cd<br>---<br>M src/common/oml.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/common/oml.c b/src/common/oml.c</span><br><span>index 03fdc56..568d406 100644</span><br><span>--- a/src/common/oml.c</span><br><span>+++ b/src/common/oml.c</span><br><span>@@ -275,7 +275,7 @@</span><br><span>       default:</span><br><span>             LOGP(DOML, LOGL_ERROR, "Unsupported MO class %s in Get Attribute Response\n",</span><br><span>                   get_value_string(abis_nm_obj_class_names, foh->obj_class));</span><br><span style="color: hsl(0, 100%, 40%);">-             len = -NM_NACK_RES_NOTIMPL;</span><br><span style="color: hsl(120, 100%, 40%);">+           len = -NM_NACK_OBJCLASS_NOTSUPP;</span><br><span>     }</span><br><span> </span><br><span>        if (len < 0) {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13700">change 13700</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/13700"/><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: merged </div>
<div style="display:none"> Gerrit-Change-Id: I482caa0747f81da2979bfbdbd22bd6962af728cd </div>
<div style="display:none"> Gerrit-Change-Number: 13700 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Vadim Yanitskiy <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>