BTS_Tests: accept optional TestSpecUnion in t_Pars

Change-Id: I75462c3d30544bb87b578f2627b304cce57393e5
Related: SYS#4895, OS#4941
This commit is contained in:
Vadim Yanitskiy 2021-06-01 01:20:55 +02:00
parent 9c3b82f5dc
commit e6c175575a
1 changed files with 4 additions and 3 deletions

View File

@ -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,