pespin submitted this change.

View Change

Approvals: fixeria: Looks good to me, but someone else must approve osmith: Looks good to me, approved Jenkins Builder: Verified
hnbgw: Add missing timer stop after use

Change-Id: I2c722f524de603b75f2b7c6ba85d074518d1f51c
---
M hnbgw/HNBGW_Tests.ttcn
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/hnbgw/HNBGW_Tests.ttcn b/hnbgw/HNBGW_Tests.ttcn
index f7346a9..bfe854b 100644
--- a/hnbgw/HNBGW_Tests.ttcn
+++ b/hnbgw/HNBGW_Tests.ttcn
@@ -1016,6 +1016,7 @@
setverdict(fail, "Timeout waiting for DLCX");
}
}
+ T.stop

tx := valueof(ts_RANAP_IuReleaseComplete());
f_iuh2iu(tx);
@@ -1075,6 +1076,7 @@
setverdict(fail, "Timeout waiting for DLCX");
}
}
+ T.stop;
}

testcase TC_rab_assign_fail() runs on test_CT {
@@ -2391,6 +2393,7 @@
setverdict(fail, "Timeout waiting for DLCX");
}
}
+ T.stop;

tx := valueof(ts_RANAP_IuReleaseComplete());
f_iuh2iu(tx);

To view, visit change 38574. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I2c722f524de603b75f2b7c6ba85d074518d1f51c
Gerrit-Change-Number: 38574
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>