<p>laforge has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmo-sccp/+/15976">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ASP FSM: Permit DOWN -> DOWN "transition"<br><br>let's avoid messages like<br>DLSS7 <000c> xua_asp_fsm.c:600 XUA_ASP(asp-client0){ASP_DOWN}: transition to state ASP_DOWN not permitted!<br><br>Change-Id: Iabbcf92e3022a4c3f165ce19be929915f92b455c<br>---<br>M src/xua_asp_fsm.c<br>1 file changed, 2 insertions(+), 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/76/15976/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 b3910b2..b704f84 100644</span><br><span>--- a/src/xua_asp_fsm.c</span><br><span>+++ b/src/xua_asp_fsm.c</span><br><span>@@ -634,7 +634,8 @@</span><br><span>                                 S(XUA_ASP_E_ASPSM_ASPUP_ACK) |</span><br><span>                               S(XUA_ASP_E_ASPSM_ASPDN) |</span><br><span>                           S(XUA_ASP_E_SCTP_EST_IND),</span><br><span style="color: hsl(0, 100%, 40%);">-             .out_state_mask = S(XUA_ASP_S_INACTIVE),</span><br><span style="color: hsl(120, 100%, 40%);">+              .out_state_mask = S(XUA_ASP_S_INACTIVE) |</span><br><span style="color: hsl(120, 100%, 40%);">+                               S(XUA_ASP_S_DOWN),</span><br><span>                 .name = "ASP_DOWN",</span><br><span>                .action = xua_asp_fsm_down,</span><br><span>          .onenter = xua_asp_fsm_down_onenter,</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmo-sccp/+/15976">change 15976</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/+/15976"/><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: Iabbcf92e3022a4c3f165ce19be929915f92b455c </div>
<div style="display:none"> Gerrit-Change-Number: 15976 </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>