<p>lynxis lazus has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21619">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">pcu: TC_sns_add: fix wrong udp port in SNS ADD message<br><br>When sending the SNS ADD in the test case the ip/port to add must be different<br>from the current NSVCs.<br><br>Fixes: 90f1974fb040 ("NS_Emulation: Support multiple NS-VC within one NSE (NS-VCG)")<br><br>Change-Id: I9bbbf1431468a452df324a7559518496e3eb48e3<br>---<br>M pcu/PCU_Tests_SNS.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/19/21619/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/pcu/PCU_Tests_SNS.ttcn b/pcu/PCU_Tests_SNS.ttcn</span><br><span>index cd0cc67..40a0877 100644</span><br><span>--- a/pcu/PCU_Tests_SNS.ttcn</span><br><span>+++ b/pcu/PCU_Tests_SNS.ttcn</span><br><span>@@ -147,7 +147,7 @@</span><br><span> runs on RAW_NS_CT {</span><br><span>  log("f_outgoing_sns_add(idx_add=", idx_add, ")");</span><br><span>        var PDU_NS rx;</span><br><span style="color: hsl(0, 100%, 40%);">-  var NSVCConfiguration nsvc_cfg := g_nsconfig[idx].nsvc[0];</span><br><span style="color: hsl(120, 100%, 40%);">+    var NSVCConfiguration nsvc_cfg := g_nsconfig[idx_add].nsvc[0];</span><br><span>       if (nsvc_cfg.provider.ip.address_family == AF_INET) {</span><br><span>                var template (omit) IP4_Elements v4 := { ts_SNS_IPv4(nsvc_cfg.provider.ip.local_ip,</span><br><span>                                                               nsvc_cfg.provider.ip.local_udp_port,</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21619">change 21619</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/+/21619"/><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: I9bbbf1431468a452df324a7559518496e3eb48e3 </div>
<div style="display:none"> Gerrit-Change-Number: 21619 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: lynxis lazus <lynxis@fe80.eu> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>