bsc: TC_paging_imsi_load: clear RSL queue before checking for paging

Change-Id: I27ce27b3f9e33e7696fee71032fe28ce9ea6327c
This commit is contained in:
Harald Welte 2018-03-17 18:01:10 +01:00
parent 8af4d797fa
commit 3b57ab5d8f
1 changed files with 2 additions and 0 deletions

View File

@ -1180,6 +1180,8 @@ testcase TC_paging_imsi_load() runs on test_CT {
/* 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 */