laforge has submitted this change and it was merged. (
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(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
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 <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged