fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/31978 )


Change subject: BTS_Tests: do L1CTL.clear in f_pcu_to_l1()
......................................................................

BTS_Tests: do L1CTL.clear in f_pcu_to_l1()

When calling f_pcu_to_l1(), the L1CTL port still contains many
BCCH related L1CTL DATA.ind messages in the queue - clear them.

Change-Id: I57b745bcfc48dc621359658cd43d2ee622fde49b
---
M bts/BTS_Tests.ttcn
1 file changed, 13 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/78/31978/1

diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index d901664..70a2137 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -5571,6 +5571,7 @@
                f_pcu_data_req(bts_nr, trx_nr, ts_nr, 0, 0, sapi, data);
        }

+       L1CTL.clear;
        T.start;
        alt {
        [expect_data] L1CTL.receive(tr_L1CTL_GPRS_DL_BLOCK_IND(tn := ts_nr, 
data := data)) {

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/31978
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: I57b745bcfc48dc621359658cd43d2ee622fde49b
Gerrit-Change-Number: 31978
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-MessageType: newchange

Reply via email to