fixeria has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/88/28288/1
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 <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange