This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20777 )
Change subject: library/L1CTL_Types: add missing template for L1CTL_TCH_MODE_REQ
......................................................................
library/L1CTL_Types: add missing template for L1CTL_TCH_MODE_REQ
Change-Id: I7641c373dca7280d208f4eac85185a9899f0cb71
Related: OS#4799
---
M library/L1CTL_Types.ttcn
1 file changed, 18 insertions(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
diff --git a/library/L1CTL_Types.ttcn b/library/L1CTL_Types.ttcn
index c5b10e4..7e7c9cf 100644
--- a/library/L1CTL_Types.ttcn
+++ b/library/L1CTL_Types.ttcn
@@ -515,6 +515,24 @@
}
};
+ template (value) L1ctlUlMessage
+ ts_L1CTL_TCH_MODE_REQ(template (value) L1ctlTchMode tch_mode := L1CTL_CHAN_MODE_SIGN,
+ template (value) L1ctlAudioMode audio_mode := t_L1CTL_AudioModeNone,
+ template (value) L1ctlLoopMode loop_mode := L1CTL_LOOP_MODE_OPEN) := {
+ header := ts_L1ctlHeader(L1CTL_TCH_MODE_REQ),
+ ul_info := omit,
+ ul_info_tbf := omit,
+ ul_info_abs := omit,
+ payload := {
+ tch_mode_req := {
+ tch_mode := tch_mode,
+ audio_mode := audio_mode,
+ loop_mode := loop_mode,
+ padding := '00'O
+ }
+ }
+ };
+
template L1ctlDlMessage tr_L1CTL_MsgType(template L1ctlMsgType msg_type) := {
header := tr_L1ctlHeader(msg_type),
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20777
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I7641c373dca7280d208f4eac85185a9899f0cb71
Gerrit-Change-Number: 20777
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201019/5865888d/attachment.htm>