<p>neels has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19590">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bsc CBSP: fix TC_cbsp_write_lai<br><br>bts 2 matches the described scenario, not bts 0.<br><br>Change-Id: If8408df207176704db0d0ce9d75ae13d500d31ae<br>---<br>M bsc/BSC_Tests_CBSP.ttcn<br>1 file changed, 6 insertions(+), 2 deletions(-)<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/90/19590/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/bsc/BSC_Tests_CBSP.ttcn b/bsc/BSC_Tests_CBSP.ttcn</span><br><span>index 79b0723..d01b7d9 100644</span><br><span>--- a/bsc/BSC_Tests_CBSP.ttcn</span><br><span>+++ b/bsc/BSC_Tests_CBSP.ttcn</span><br><span>@@ -501,11 +501,15 @@</span><br><span> testcase TC_cbsp_write_lai() runs on cbsp_test_CT {</span><br><span>        var CBSP_IEs pages := {f_gen_page()};</span><br><span>        var template (value) BSSMAP_FIELD_CellIdentificationList cell_list;</span><br><span style="color: hsl(0, 100%, 40%);">-     cell_list := ts_BSSMAP_CIL_LAI({bssmap_lai(mp_cgi_bts0)});</span><br><span style="color: hsl(120, 100%, 40%);">+    /* bts0 and bts1 have the same LAI (only differ in cell identity).</span><br><span style="color: hsl(120, 100%, 40%);">+     * bts2 and bts3 also have the same LAI, but only bts2 has a CBCH.</span><br><span style="color: hsl(120, 100%, 40%);">+     * Target only bts2.</span><br><span style="color: hsl(120, 100%, 40%);">+   */</span><br><span style="color: hsl(120, 100%, 40%);">+   cell_list := ts_BSSMAP_CIL_LAI({bssmap_lai(mp_cgi_bts2)});</span><br><span>   f_cbsp_init_server(7001, 7501);</span><br><span>      f_cbsp_write(g_cbsp_msg_id, g_cbsp_ser_no, cell_list, content:=pages,</span><br><span>                     success_list:=?, fail_list:=omit);</span><br><span style="color: hsl(0, 100%, 40%);">- IPA_RSL[0].receive(tr_ASP_RSL_UD(f_page2rsl(pages[0], g_cbsp_msg_id, g_cbsp_ser_no)));</span><br><span style="color: hsl(120, 100%, 40%);">+        IPA_RSL[2].receive(tr_ASP_RSL_UD(f_page2rsl(pages[0], g_cbsp_msg_id, g_cbsp_ser_no)));</span><br><span>       f_sleep(5.0);</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/+/19590">change 19590</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/+/19590"/><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: If8408df207176704db0d0ce9d75ae13d500d31ae </div>
<div style="display:none"> Gerrit-Change-Number: 19590 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>