aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2024-03-27 16:10:25 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2024-03-27 16:55:40 +0700
commit7093a5d9a24fde67533a33229098b0d9d83f330c (patch)
treeadca6abe67461825c7c06da15ed2f46314f7399d /library
parentd1a32e09ac73d1900355df040b90e13b86c49097 (diff)
msc: as_{iu_release,clear_cmd}_compl_disc: remove no-op timer arguments
Diffstat (limited to 'library')
-rw-r--r--library/RAN_Emulation.ttcnpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/RAN_Emulation.ttcnpp b/library/RAN_Emulation.ttcnpp
index 25727f39..5b2f1909 100644
--- a/library/RAN_Emulation.ttcnpp
+++ b/library/RAN_Emulation.ttcnpp
@@ -1552,7 +1552,7 @@ function f_ran_register_sccp_cr_without_payload() runs on RAN_ConnHdlr {
#ifdef RAN_EMULATION_RANAP
/* expect a IuReleaseCommand; Confirm that; expect SCCP-level N-DISCONNET.ind */
-altstep as_iu_release_compl_disc(float t := 5.0) runs on RAN_ConnHdlr {
+altstep as_iu_release_compl_disc() runs on RAN_ConnHdlr {
var RANAP_PDU ranap;
[] BSSAP.receive(tr_RANAP_IuReleaseCommand(?)) {
BSSAP.send(ts_RANAP_IuReleaseComplete);