[PATCH] osmo-ttcn3-hacks[master]: BSC_Tests: fix f_pageing_helper() in case no paging was expe...

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
Wed Jan 31 15:08:34 UTC 2018


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

BSC_Tests: fix f_pageing_helper() in case no paging was expected

We have to wait for sime time until some RSL paging command would have
arrived, rather than continuing too quickly.

Change-Id: I63827aa3c42f77648ecad401b3cc4bae927b3b94
---
M bsc/BSC_Tests.ttcn
1 file changed, 1 insertion(+), 0 deletions(-)


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

diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 9da5b65..528b1c7 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -949,6 +949,7 @@
 			setverdict(fail, "RSL Channel Needed != BSSMAP Channel Needed");
 		}
 	}
+	f_sleep(2.0);
 	/* do a quick check on all not-included BTSs if they received paging */
 	for (i := 0; i < NUM_BTS; i := i + 1) {
 		timer T := 0.1;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I63827aa3c42f77648ecad401b3cc4bae927b3b94
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list