Change in osmo-ttcn3-hacks[master]: bsc: Fix tests TC_si2quater_*_earfcns

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Tue Apr 20 16:19:25 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/23797 )

Change subject: bsc: Fix tests TC_si2quater_*_earfcns
......................................................................

bsc: Fix tests TC_si2quater_*_earfcns

Update TC_si2quater_*_earfcns test to trigger Tx of SI2quater eutran
neigh list properly, by sending a CommonID with "Last Used E-UTRAN PLMN
ID" IE. This should have been updated in a recent commit (see
below).

Fixes: 841b90daf281c4bdeb73fb2956f195c88e2bff4c
Related: SYS#5337
Change-Id: I3073152475a338b29214393a9b550891d52e1f24
---
M bsc/BSC_Tests.ttcn
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  fixeria: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 1f8f951..16afbf8 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -2366,6 +2366,9 @@
 		var DchanTuple dt;
 
 		dt := f_est_dchan('23'O, 23, '00010203040506'O);
+		/* Send CommonID with some random PLMN (BSC doesn't take it into account
+		 * yet when generating the EUTRAN neigh list in RR CHannel Release) */
+		BSSAP.send(ts_BSSAP_DATA_req(dt.sccp_conn_id, ts_BSSMAP_CommonId('001019876543210'H, '323454'O)));
 
 		/* Instruct BSC to clear channel */
 		var BssmapCause cause := 0;

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/23797
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I3073152475a338b29214393a9b550891d52e1f24
Gerrit-Change-Number: 23797
Gerrit-PatchSet: 4
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210420/959e31b6/attachment.htm>


More information about the gerrit-log mailing list