<p>laforge has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19713">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">msc: Use random chosen unused local TCP port number for SMPP client<br><br>The existing code passed -1 as TCP port number to the SMPP client.<br>This - very unintuitively - causes TITAN to always chose port number<br>9999, as that's the default value in IPL4asp.  Let's use '0' instead.<br><br>Change-Id: I4db38f4099c388bed23f9a3611619866ede9cbc5<br>---<br>M msc/MSC_Tests.ttcn<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/osmo-ttcn3-hacks refs/changes/13/19713/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/msc/MSC_Tests.ttcn b/msc/MSC_Tests.ttcn</span><br><span>index d59d165..5497c2d 100644</span><br><span>--- a/msc/MSC_Tests.ttcn</span><br><span>+++ b/msc/MSC_Tests.ttcn</span><br><span>@@ -210,7 +210,7 @@</span><br><span> </span><br><span>   vc_SMPP := SMPP_Emulation_CT.create(id);</span><br><span>     map(vc_SMPP:SMPP_PORT, system:SMPP_PORT);</span><br><span style="color: hsl(0, 100%, 40%);">-       vc_SMPP.start(SMPP_Emulation.main_client(pars, mp_msc_ip, mp_msc_smpp_port, "", -1));</span><br><span style="color: hsl(120, 100%, 40%);">+       vc_SMPP.start(SMPP_Emulation.main_client(pars, mp_msc_ip, mp_msc_smpp_port, "", 0));</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/osmo-ttcn3-hacks/+/19713">change 19713</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/+/19713"/><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: I4db38f4099c388bed23f9a3611619866ede9cbc5 </div>
<div style="display:none"> Gerrit-Change-Number: 19713 </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>