pespin has uploaded this change for review.

View Change

hnbgw: Add missing timer stop after use

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

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/74/38574/1
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: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I2c722f524de603b75f2b7c6ba85d074518d1f51c
Gerrit-Change-Number: 38574
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>