fixeria has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/28288 )
Change subject: BSC_Tests: remove redundant f_init()/f_sleep() calls
......................................................................
BSC_Tests: remove redundant f_init()/f_sleep() calls
Calling f_init() more than once does not make sense.
Change-Id: I625763b03c78835f6c4a80edd40cb3572411f7a2
---
M bsc/BSC_Tests.ttcn
1 file changed, 0 insertions(+), 6 deletions(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, but someone else must approve
pespin: Looks good to me, but someone else must approve
fixeria: Looks good to me, approved
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 8a7d465..8de3dcb 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -11074,9 +11074,6 @@
var RSL_Message chan_act;
var RSL_Message imm_ass;
- f_init(1, false);
- f_sleep(1.0);
-
f_vty_set_imm_ass(BSCVTY, 0, "pre-chan-ack");
/* RA containing reason=LU */
@@ -11149,9 +11146,6 @@
var RSL_Message chan_act;
var RSL_Message imm_ass;
- f_init(1, false);
- f_sleep(1.0);
-
f_vty_set_imm_ass(BSCVTY, 0, "pre-ts-ack");
/* RA containing reason=LU */
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/28288
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: I625763b03c78835f6c4a80edd40cb3572411f7a2
Gerrit-Change-Number: 28288
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: neels <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged