library/RSL_Types: add params argument to ts_RSL_MultirateCfg

Change-Id: Ia85339a9c268abc84f9b4228f8d418f1dac786e6
This commit is contained in:
Vadim Yanitskiy 2022-09-14 16:13:40 +07:00
parent b9bf00f96a
commit 0345d20778
1 changed files with 3 additions and 2 deletions

View File

@ -830,7 +830,8 @@ module RSL_Types {
variant (len) "LENGTHTO(mr_speech_ver,nscb,icmi,spare,start_mode,codec_modes,parameters)"
};
template (value) RSL_IE_MultirateCfg ts_RSL_MultirateCfg(boolean icmi := true, uint2_t start_mode := 0,
BIT8 codec_modes := '00000100'B /* 5,90k */) := {
BIT8 codec_modes := '00000100'B /* 5,90k */,
octetstring params := ''O) := {
len := 2,
mr_speech_ver := 1,
nscb := false,
@ -838,7 +839,7 @@ module RSL_Types {
spare := '0'B,
start_mode := start_mode,
codec_modes := codec_modes,
parameters := ''O
parameters := params
}
/* 9.3.53 */