[MERGED] osmo-ttcn3-hacks[master]: msc: Add missing timer start in MO call related tests

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 Jan 27 00:02:09 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: msc: Add missing timer start in MO call related tests
......................................................................


msc: Add missing timer start in MO call related tests

Change-Id: I13958b40426ef871b4c69561385a39eea95e24e4
---
M msc_tests/MSC_Tests.ttcn
1 file changed, 3 insertions(+), 0 deletions(-)

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



diff --git a/msc_tests/MSC_Tests.ttcn b/msc_tests/MSC_Tests.ttcn
index 8172e7a..9e01fd5 100644
--- a/msc_tests/MSC_Tests.ttcn
+++ b/msc_tests/MSC_Tests.ttcn
@@ -1144,6 +1144,7 @@
 
 	f_establish_fully(valueof(ts_MI_IMSI_LV(g_pars.imsi)), false, false);
 	timer T := 30.0;
+	T.start;
 	alt {
 	[] T.timeout { setverdict(fail, "Timeout waiting for channel release"); self.stop; }
 	[] BSSAP.receive(tr_BSSMAP_ClearCommand) {
@@ -1179,6 +1180,7 @@
 	BSSAP.send(ts_PDU_DTAP_MO(ts_ML3_MO_CC_SETUP(cpars.transaction_id, cpars.called_party)));
 
 	timer T := 30.0;
+	T.start;
 	alt {
 	[] T.timeout { setverdict(fail, "Timeout waiting for channel release"); self.stop; }
 	[] BSSAP.receive(tr_BSSMAP_ClearCommand) {
@@ -1223,6 +1225,7 @@
 	/* never respond to this */
 
 	timer T := 30.0;
+	T.start;
 	alt {
 	[] T.timeout { setverdict(fail, "Timeout waiting for channel release"); self.stop; }
 	[] BSSAP.receive(tr_BSSMAP_ClearCommand) {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I13958b40426ef871b4c69561385a39eea95e24e4
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