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

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gbproxy: Fix cs paging tests<br><br>In commit 2c9300fd28 I only changed the TC_paging_ps_* tests and forgot<br>cs.<br><br>Change-Id: I625e0a0f01eaa951c7d91f8ced3edf0cac91bf74<br>Related: SYS#5226<br>---<br>M gbproxy/GBProxy_Tests.ttcn<br>1 file changed, 15 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/gbproxy/GBProxy_Tests.ttcn b/gbproxy/GBProxy_Tests.ttcn</span><br><span>index 31cb465..4f79a90 100644</span><br><span>--- a/gbproxy/GBProxy_Tests.ttcn</span><br><span>+++ b/gbproxy/GBProxy_Tests.ttcn</span><br><span>@@ -1815,8 +1815,13 @@</span><br><span> /* CS-PAGING on SIG-BVC for Location Area */</span><br><span> private function f_TC_paging_cs_sig_lac(charstring id) runs on BSSGP_ConnHdlr</span><br><span> {</span><br><span style="color: hsl(0, 100%, 40%);">-       /* Both PCU index 0 and 1 have a BVC within the LAC */</span><br><span style="color: hsl(0, 100%, 40%);">-  f_send_paging_cs_exp_multi(ts_BssgpP4LAC(pcu_bvc_cfg[0].cell_id.ra_id.lai), 0, {0, 1});</span><br><span style="color: hsl(120, 100%, 40%);">+       /* The first LAC (13135) is shared by all three NSEs */</span><br><span style="color: hsl(120, 100%, 40%);">+       f_send_paging_cs_exp_multi(ts_BssgpP4LAC(pcu_bvc_cfg[0].cell_id.ra_id.lai), 0, {0, 1, 2});</span><br><span style="color: hsl(120, 100%, 40%);">+    /* Reset state */</span><br><span style="color: hsl(120, 100%, 40%);">+     g_roi := {};</span><br><span style="color: hsl(120, 100%, 40%);">+  /* Make LAC (13300) available on pcu index 2 */</span><br><span style="color: hsl(120, 100%, 40%);">+       f_connect_to_pcu_bvc(port_idx := 2, nse_idx := 2, bvc_idx := 1);</span><br><span style="color: hsl(120, 100%, 40%);">+      f_send_paging_cs_exp_multi(ts_BssgpP4LAC(pcu_bvc_cfg[2].cell_id.ra_id.lai), 0, {2});</span><br><span> }</span><br><span> testcase TC_paging_cs_sig_lac() runs on test_CT {</span><br><span>       var BSSGP_ConnHdlr vc_conn;</span><br><span>@@ -1850,8 +1855,15 @@</span><br><span> /* CS-PAGING on SIG-BVC for Routeing Area */</span><br><span> private function f_TC_paging_cs_sig_rac(charstring id) runs on BSSGP_ConnHdlr</span><br><span> {</span><br><span style="color: hsl(0, 100%, 40%);">-      /* Only PCU index 0 has a matching BVC within the LAC */</span><br><span style="color: hsl(120, 100%, 40%);">+      /* Only PCU index 0 has a matching BVC with the RA ID */</span><br><span>     f_send_paging_cs_exp_multi(ts_BssgpP4RAC(pcu_bvc_cfg[0].cell_id.ra_id), 0, {0});</span><br><span style="color: hsl(120, 100%, 40%);">+      g_roi := {};</span><br><span style="color: hsl(120, 100%, 40%);">+  /* PCU index 1 and 2 have a matching BVC with the RA ID */</span><br><span style="color: hsl(120, 100%, 40%);">+    f_send_paging_cs_exp_multi(ts_BssgpP4RAC(pcu_bvc_cfg[2].cell_id.ra_id), 0, {1, 2});</span><br><span style="color: hsl(120, 100%, 40%);">+   g_roi := {};</span><br><span style="color: hsl(120, 100%, 40%);">+  /* PCU index 2 has two matching BVCs with the RA ID */</span><br><span style="color: hsl(120, 100%, 40%);">+        f_connect_to_pcu_bvc(port_idx := 2, nse_idx := 2, bvc_idx := 1);</span><br><span style="color: hsl(120, 100%, 40%);">+      f_send_paging_cs_exp_multi(ts_BssgpP4RAC(pcu_bvc_cfg[2].cell_id.ra_id), 0, {2});</span><br><span> }</span><br><span> testcase TC_paging_cs_sig_rac() runs on test_CT {</span><br><span>   var BSSGP_ConnHdlr vc_conn;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21583">change 21583</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/+/21583"/><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: I625e0a0f01eaa951c7d91f8ced3edf0cac91bf74 </div>
<div style="display:none"> Gerrit-Change-Number: 21583 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: daniel <dwillmann@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: daniel <dwillmann@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>