<p>Vadim Yanitskiy has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/18326">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">oml: fix oml_mo_tx_sw_act_rep(): do not msgb_put() FOM header twice<br><br>This redundant call to msgb_put() appends five '00'O octets to the<br>"Software Activated Report" message, so they look like an unknown<br>attribute(s). I accidentally noticed this in Wireshark.<br><br>Change-Id: I7377575135f4a154572891d1b5b39ff814b97f38<br>---<br>M src/common/oml.c<br>1 file changed, 0 insertions(+), 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/26/18326/1</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 7a62faa..7e3b834 100644</span><br><span>--- a/src/common/oml.c</span><br><span>+++ b/src/common/oml.c</span><br><span>@@ -472,7 +472,6 @@</span><br><span>       if (!nmsg)</span><br><span>           return -ENOMEM;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-     msgb_put(nmsg, sizeof(struct abis_om_fom_hdr));</span><br><span>      return oml_mo_send_msg(mo, nmsg, NM_MT_SW_ACTIVATED_REP);</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/+/18326">change 18326</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/+/18326"/><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: I7377575135f4a154572891d1b5b39ff814b97f38 </div>
<div style="display:none"> Gerrit-Change-Number: 18326 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Vadim Yanitskiy <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>