<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/23797">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bsc: Fix tests TC_si2quater_*_earfcns<br><br>Update TC_si2quater_*_earfcns test to trigger Tx of SI2quater eutran<br>neigh list properly, by sending a CommonID with "Last Used E-UTRAN PLMN<br>ID" IE. This should have been updated in a recent commit (see<br>below).<br><br>Fixes: 841b90daf281c4bdeb73fb2956f195c88e2bff4c<br>Related: SYS#5337<br>Change-Id: I3073152475a338b29214393a9b550891d52e1f24<br>---<br>M bsc/BSC_Tests.ttcn<br>1 file changed, 4 insertions(+), 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/97/23797/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn</span><br><span>index 1f8f951..869343a 100644</span><br><span>--- a/bsc/BSC_Tests.ttcn</span><br><span>+++ b/bsc/BSC_Tests.ttcn</span><br><span>@@ -2366,10 +2366,13 @@</span><br><span>             var DchanTuple dt;</span><br><span> </span><br><span>               dt := f_est_dchan('23'O, 23, '00010203040506'O);</span><br><span style="color: hsl(120, 100%, 40%);">+              /* Send CommonID with some random PLMN (BSC doesn't take it into account</span><br><span style="color: hsl(120, 100%, 40%);">+          /* yet when generating the EUTRAN neigh list in RR CHannel Release) */</span><br><span style="color: hsl(120, 100%, 40%);">+                BSSAP.send(ts_BSSAP_DATA_req(dt.sccp_conn_id, ts_BSSMAP_CommonId('001019876543210'H, '323454'O)));</span><br><span> </span><br><span>               /* Instruct BSC to clear channel */</span><br><span>          var BssmapCause cause := 0;</span><br><span style="color: hsl(0, 100%, 40%);">-             BSSAP.send(ts_BSSAP_DATA_req(dt.sccp_conn_id, ts_BSSMAP_ClearCommandCSFB(cause)));</span><br><span style="color: hsl(120, 100%, 40%);">+            BSSAP.send(ts_BSSAP_DATA_req(dt.sccp_conn_id, ts_BSSMAP_ClearCommand(cause)));</span><br><span> </span><br><span>           /* expect Clear Complete from BSC on A */</span><br><span>            BSSAP.receive(tr_BSSAP_DATA_ind(dt.sccp_conn_id, tr_BSSMAP_ClearComplete)) {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/23797">change 23797</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/+/23797"/><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: I3073152475a338b29214393a9b550891d52e1f24 </div>
<div style="display:none"> Gerrit-Change-Number: 23797 </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-MessageType: newchange </div>