bts: Fix BTS_Tests_VAMOS tests using AMR

Recent commit forgot to add the required new params to VAMOS tests.

Fixes: 091c530555
Change-Id: Ia382e200b51a7ddb99dc2583b538432740fd298c
This commit is contained in:
Pau Espin 2022-09-08 13:20:43 +02:00
parent 5bd8e88195
commit bcf135a0d0
1 changed files with 3 additions and 0 deletions

View File

@ -174,6 +174,9 @@ runs on test_CT {
for (var integer ch := 0; ch < lengthof(test[i]); ch := ch + 1) {
pars[ch] := valueof(t_Pars(test[i][ch].chan_nr,
test[i][ch].chan_mode));
if (test[i][ch].chan_mode.coding_alg_rate == RSL_CMOD_SP_GSM3) {
pars[ch].mr_conf := valueof(ts_RSL_MultirateCfg(false, 0, '00000100'B /* 5,90k */));
}
vc_conn[ch] := f_start_handler(handler, pars[ch], l1ctl := false);
}