Change in osmo-ttcn3-hacks[master]: bsc: Remove duplicate f_sleep() function, we have one in Osmocom_Types

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu May 31 20:59:43 UTC 2018


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 <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180531/e8e350c0/attachment.htm>


More information about the gerrit-log mailing list