<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmo-sccp/+/15992">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">xua: Select only active ASPs during tx in Override traffic mode<br><br>Change-Id: I7eb049011b81c5141fd3edf6f0ae0202ffb2c6c9<br>---<br>M src/xua_as_fsm.c<br>1 file changed, 1 insertion(+), 3 deletions(-)<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/15992/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/xua_as_fsm.c b/src/xua_as_fsm.c</span><br><span>index 04e592c..5d0b327 100644</span><br><span>--- a/src/xua_as_fsm.c</span><br><span>+++ b/src/xua_as_fsm.c</span><br><span>@@ -83,9 +83,7 @@</span><br><span>  /* FIXME: proper selection of the ASP based on the SLS! */</span><br><span>   for (i = 0; i < ARRAY_SIZE(as->cfg.asps); i++) {</span><br><span>               asp = as->cfg.asps[i];</span><br><span style="color: hsl(0, 100%, 40%);">-               if (!asp)</span><br><span style="color: hsl(0, 100%, 40%);">-                       continue;</span><br><span style="color: hsl(0, 100%, 40%);">-               if (asp)</span><br><span style="color: hsl(120, 100%, 40%);">+              if (asp && osmo_ss7_asp_active(asp))</span><br><span>                         break;</span><br><span>       }</span><br><span>    return asp;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmo-sccp/+/15992">change 15992</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/+/15992"/><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: I7eb049011b81c5141fd3edf6f0ae0202ffb2c6c9 </div>
<div style="display:none"> Gerrit-Change-Number: 15992 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>