<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19759">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">stp: Bind to free SCTP port instead of hardcoded 9999<br><br>TTCN3 transforms -1 internally to 9999. We don't care about the src port<br>here since we are a client, so let's simple take a randomly free one.<br><br>Change-Id: I6665e628c5f1db31731d092f58d0bd2520f65ee6<br>---<br>M stp/STP_Tests_M3UA.ttcn<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/stp/STP_Tests_M3UA.ttcn b/stp/STP_Tests_M3UA.ttcn</span><br><span>index 58e52d3..68cea2a 100644</span><br><span>--- a/stp/STP_Tests_M3UA.ttcn</span><br><span>+++ b/stp/STP_Tests_M3UA.ttcn</span><br><span>@@ -95,7 +95,7 @@</span><br><span> friend function f_M3UA_connect(integer i) runs on RAW_M3UA_CT {</span><br><span>     var Result res;</span><br><span>      res := M3UA_CodecPort_CtrlFunct.f_IPL4_connect(M3UA[i], mp_stp_ip, mp_stp_m3ua_port,</span><br><span style="color: hsl(0, 100%, 40%);">-                                                   mp_local_ip, mp_local_m3ua_port+i, -1,</span><br><span style="color: hsl(120, 100%, 40%);">+                                                mp_local_ip, mp_local_m3ua_port+i, 0,</span><br><span>                                                         {sctp:=valueof(ts_SCTP)});</span><br><span>   if (not ispresent(res.connId)) {</span><br><span>             setverdict(fail, "Could not connect M3UA socket, check your configuration");</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19759">change 19759</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-ttcn3-hacks/+/19759"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I6665e628c5f1db31731d092f58d0bd2520f65ee6 </div>
<div style="display:none"> Gerrit-Change-Number: 19759 </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-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>