fixeria has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/30741 )

Change subject: library/RLCMAC_Templates: add ts_PTCCHDownlinkMsg
......................................................................

library/RLCMAC_Templates: add ts_PTCCHDownlinkMsg

Change-Id: Ia47a5c6a5b27b41a5339f1e8ce60405b01de0a1f
Related: OS#5500
---
M library/RLCMAC_Templates.ttcn
1 file changed, 37 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved
  pespin: Looks good to me, approved



diff --git a/library/RLCMAC_Templates.ttcn b/library/RLCMAC_Templates.ttcn
index 7d7ff28..612ce02 100644
--- a/library/RLCMAC_Templates.ttcn
+++ b/library/RLCMAC_Templates.ttcn
@@ -827,6 +827,43 @@
                payload := data
        }

+       template (value) PTCCHDownlinkMsg
+       ts_PTCCHDownlinkMsg(template (value) uint7_t tai0_ta := 0,
+                           template (value) uint7_t tai1_ta := 0,
+                           template (value) uint7_t tai2_ta := 0,
+                           template (value) uint7_t tai3_ta := 0,
+                           template (value) uint7_t tai4_ta := 0,
+                           template (value) uint7_t tai5_ta := 0,
+                           template (value) uint7_t tai6_ta := 0,
+                           template (value) uint7_t tai7_ta := 0,
+                           template (value) uint7_t tai8_ta := 0,
+                           template (value) uint7_t tai9_ta := 0,
+                           template (value) uint7_t tai10_ta := 0,
+                           template (value) uint7_t tai11_ta := 0,
+                           template (value) uint7_t tai12_ta := 0,
+                           template (value) uint7_t tai13_ta := 0,
+                           template (value) uint7_t tai14_ta := 0,
+                           template (value) uint7_t tai15_ta := 0) := {
+               ta_idx := {
+                       { spare := '0'B, ta_val := tai0_ta },
+                       { spare := '0'B, ta_val := tai1_ta },
+                       { spare := '0'B, ta_val := tai2_ta },
+                       { spare := '0'B, ta_val := tai3_ta },
+                       { spare := '0'B, ta_val := tai4_ta },
+                       { spare := '0'B, ta_val := tai5_ta },
+                       { spare := '0'B, ta_val := tai6_ta },
+                       { spare := '0'B, ta_val := tai7_ta },
+                       { spare := '0'B, ta_val := tai8_ta },
+                       { spare := '0'B, ta_val := tai9_ta },
+                       { spare := '0'B, ta_val := tai10_ta },
+                       { spare := '0'B, ta_val := tai11_ta },
+                       { spare := '0'B, ta_val := tai12_ta },
+                       { spare := '0'B, ta_val := tai13_ta },
+                       { spare := '0'B, ta_val := tai14_ta },
+                       { spare := '0'B, ta_val := tai15_ta }
+               },
+               padding := '2B2B2B2B2B2B2B'O
+       }
        template PTCCHDownlinkMsg
        tr_PTCCHDownlinkMsg(template (present) uint7_t tai0_ta := ?,
                            template (present) uint7_t tai1_ta := ?,

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/30741
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: Ia47a5c6a5b27b41a5339f1e8ce60405b01de0a1f
Gerrit-Change-Number: 30741
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to