diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn index eff1277b3..8874d8577 100644 --- a/bts/BTS_Tests.ttcn +++ b/bts/BTS_Tests.ttcn @@ -769,8 +769,9 @@ friend function f_rsl_chan_deact() runs on ConnHdlr { } friend template ConnHdlrPars t_Pars(template RslChannelNr chan_nr, - template RSL_IE_ChannelMode chan_mode, - float t_guard := 20.0) := { + template RSL_IE_ChannelMode chan_mode, + template (omit) TestSpecUnion spec := omit, + float t_guard := 20.0) := { chan_nr := valueof(chan_nr), chan_mode := valueof(chan_mode), t_guard := t_guard, @@ -794,7 +795,7 @@ friend template ConnHdlrPars t_Pars(template RslChannelNr chan_nr, ms_actual_ta := mp_ms_actual_ta_exp, facch_enabled := false }, - spec := omit, + spec := spec, encr := omit, bts0_band := omit, tsc := mp_tsc_def,