<p>lynxis lazus has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-iuh/+/15180">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">iu_client: sccp_sap_up: don't decode empty disconnect indications<br><br>Change-Id: I1fea8f19433d908583de71d8d2401bbb8c0c7900<br>---<br>M src/iu_client.c<br>1 file changed, 3 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/80/15180/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/iu_client.c b/src/iu_client.c</span><br><span>index f8333af..ecadc9a 100644</span><br><span>--- a/src/iu_client.c</span><br><span>+++ b/src/iu_client.c</span><br><span>@@ -800,7 +800,9 @@</span><br><span>                 if (!ue)</span><br><span>                     break;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-              rc = ranap_cn_rx_co(cn_ranap_handle_co, ue, msgb_l2(oph->msg), msgb_l2len(oph->msg));</span><br><span style="color: hsl(120, 100%, 40%);">+           rc = 0;</span><br><span style="color: hsl(120, 100%, 40%);">+               if (msgb_l2len(oph->msg))</span><br><span style="color: hsl(120, 100%, 40%);">+                  rc = ranap_cn_rx_co(cn_ranap_handle_co, ue, msgb_l2(oph->msg), msgb_l2len(oph->msg));</span><br><span>          break;</span><br><span>       case OSMO_PRIM(OSMO_SCU_PRIM_N_DATA, PRIM_OP_INDICATION):</span><br><span>            /* connection-oriented data received */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-iuh/+/15180">change 15180</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-iuh/+/15180"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-iuh </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I1fea8f19433d908583de71d8d2401bbb8c0c7900 </div>
<div style="display:none"> Gerrit-Change-Number: 15180 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: lynxis lazus <lynxis@fe80.eu> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>