Review at  https://gerrit.osmocom.org/7350

bsc: TC_paging_imsi_load: clear RSL queue before checking for paging

Change-Id: I27ce27b3f9e33e7696fee71032fe28ce9ea6327c
---
M bsc/BSC_Tests.ttcn
1 file changed, 2 insertions(+), 0 deletions(-)


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

diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 8895265..c8961e9 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -1180,6 +1180,8 @@
 
        /* tell BSC there is no paging space anymore */
        f_ipa_tx(0, ts_RSL_PAGING_LOAD_IND(0));
+       f_sleep(0.2);
+       IPA_RSL[0].clear;
 
        /* Wait for 4 seconds if any more PAGING CMD are received on RSL. 
Normally,
         * there would be 8 retransmissions during 4 seconds */

-- 
To view, visit https://gerrit.osmocom.org/7350
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I27ce27b3f9e33e7696fee71032fe28ce9ea6327c
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <[email protected]>

Reply via email to