Change in ...osmo-ttcn3-hacks[master]: bscnat: Start test global timers

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

pespin gerrit-no-reply at lists.osmocom.org
Thu Jun 13 14:55:34 UTC 2019


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


Change subject: bscnat: Start test global timers
......................................................................

bscnat: Start test global timers

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



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

diff --git a/bsc-nat/BSCNAT_Tests.ttcn b/bsc-nat/BSCNAT_Tests.ttcn
index 9d2fc4b..e97eb83 100644
--- a/bsc-nat/BSCNAT_Tests.ttcn
+++ b/bsc-nat/BSCNAT_Tests.ttcn
@@ -197,6 +197,7 @@
 
 function f_TC_recv_dump(boolean use_osmux := false) runs on test_CT {
 	timer T := 30.0;
+	T.start;
 
 	f_init(refers(bsc_ms_establish_fully),
 	       refers(bsc_do_nothing),
@@ -216,6 +217,7 @@
 
 testcase TC_ctrl_location() runs on test_CT {
 	timer T := 30.0;
+	T.start;
 
 	f_init(refers(bsc_ms_do_nothing),
 	       refers(bsc_ctrl_location),

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14438
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: I40672bb72fdd1624efcb8d3ee858b17c0188172b
Gerrit-Change-Number: 14438
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190613/d54f04e6/attachment.htm>


More information about the gerrit-log mailing list