From 3618d9d74895a2865e40f74f516e2d8619efebf9 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 21 Mar 2018 18:45:27 +0100 Subject: RSL: Add tr_RSL_ChanMode Change-Id: I938b8898db1cd9638cf2858b3b593fa3fd39bf1e --- library/RSL_Types.ttcn | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/library/RSL_Types.ttcn b/library/RSL_Types.ttcn index f8b66c6d..f26a1d85 100644 --- a/library/RSL_Types.ttcn +++ b/library/RSL_Types.ttcn @@ -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 { -- cgit v1.2.3