[MERGED] osmo-ttcn3-hacks[master]: bsc: TC_paging_imsi_load: clear RSL queue before checking fo...

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sat Mar 17 18:06:24 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: bsc: TC_paging_imsi_load: clear RSL queue before checking for paging
......................................................................


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(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



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: merged
Gerrit-Change-Id: I27ce27b3f9e33e7696fee71032fe28ce9ea6327c
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list