RSL: Add tr_RSL_ChanMode

Change-Id: I938b8898db1cd9638cf2858b3b593fa3fd39bf1e
This commit is contained in:
Harald Welte 2018-03-21 18:45:27 +01:00
parent dbd6b3f8ca
commit 3618d9d748
1 changed files with 10 additions and 0 deletions

View File

@ -332,6 +332,16 @@ module RSL_Types {
ch_rate_type := t,
coding_alg_rate := alg
}
template RSL_IE_ChannelMode tr_RSL_ChanMode(template RSL_ChanRateType t,
template RSL_SpeechAlgo alg) := {
len := ?,
reserved := '000000'B,
dtx_d := ?,
dtx_u := ?,
spd_ind := RSL_SPDI_SPEECH,
ch_rate_type := t,
coding_alg_rate := alg
}
/* 9.3.4 */
type record RSL_IE_BS_Power {