<p>laforge has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmo-sccp/+/15892">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">xua_asp_fsm: Don't send M3UA ERR and then send ASPAC_ACK<br><br>IF we cannot activate the ASP in response to an ASPAC, we should<br>return just the error and not an error + ASPACK_ACK.<br><br>Change-Id: I681021a13af9b91d8b2b849bd7149d6b1f783865<br>---<br>M src/xua_asp_fsm.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/libosmo-sccp refs/changes/92/15892/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/xua_asp_fsm.c b/src/xua_asp_fsm.c</span><br><span>index 890a6b5..9880d55 100644</span><br><span>--- a/src/xua_asp_fsm.c</span><br><span>+++ b/src/xua_asp_fsm.c</span><br><span>@@ -465,7 +465,7 @@</span><br><span>                            rctx = osmo_load32be(&part->dat[i * sizeof(uint32_t)]);</span><br><span>                               if (!osmo_ss7_as_find_by_rctx(asp->inst, rctx)) {</span><br><span>                                         peer_send_error(fi, M3UA_ERR_INVAL_ROUT_CTX);</span><br><span style="color: hsl(0, 100%, 40%);">-                                   break;</span><br><span style="color: hsl(120, 100%, 40%);">+                                        return;</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/libosmo-sccp/+/15892">change 15892</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/libosmo-sccp/+/15892"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmo-sccp </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I681021a13af9b91d8b2b849bd7149d6b1f783865 </div>
<div style="display:none"> Gerrit-Change-Number: 15892 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>