Harald Welte has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/9400 )

Change subject: bsc: Remove duplicate f_sleep() function, we have one in 
Osmocom_Types
......................................................................

bsc: Remove duplicate f_sleep() function, we have one in Osmocom_Types

Change-Id: Ic0ccca39be48dc2d42b92d433dcb5c6d65adbb33
---
M bsc/BSC_Tests.ttcn
1 file changed, 0 insertions(+), 7 deletions(-)

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



diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 0da0a59..9b92207 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -235,13 +235,6 @@
        }
 }

-/* sleep for given number of (fractional) seconds */
-function f_sleep(float seconds) {
-       timer T := seconds;
-       T.start;
-       T.timeout;
-}
-
 /* global altstep for global guard timer; also takes care of responding RESET 
witH RESET-ACK */
 altstep as_Tguard() runs on test_CT {
        var BSSAP_N_UNITDATA_ind ud_ind;

--
To view, visit https://gerrit.osmocom.org/9400
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic0ccca39be48dc2d42b92d433dcb5c6d65adbb33
Gerrit-Change-Number: 9400
Gerrit-PatchSet: 2
Gerrit-Owner: Harald Welte <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder

Reply via email to