diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn index 1f8f95179..16afbf874 100644 --- a/bsc/BSC_Tests.ttcn +++ b/bsc/BSC_Tests.ttcn @@ -2366,6 +2366,9 @@ function f_test_si2quater(integer total_earfcns, template SystemInformationConfi 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;