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

Change-Id: Ic0ccca39be48dc2d42b92d433dcb5c6d65adbb33
This commit is contained in:
Harald Welte 2018-05-31 09:49:45 +02:00
parent 53603961fe
commit d68d2f0c0d
1 changed files with 0 additions and 7 deletions

View File

@ -235,13 +235,6 @@ function f_wait_oml(integer bts_nr, charstring status, float secs_max) runs on t
}
}
/* 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;