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

Change subject: library: move tr_PTCCHDownlinkMsg to the proper module
......................................................................

library: move tr_PTCCHDownlinkMsg to the proper module

Change-Id: I9d5967142f2fbb1125434e99d7dd2557264d71c3
Related: OS#5500
---
M library/RLCMAC_Templates.ttcn
M library/RLCMAC_Types.ttcn
2 files changed, 38 insertions(+), 40 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 d4204c7..7d7ff28 100644
--- a/library/RLCMAC_Templates.ttcn
+++ b/library/RLCMAC_Templates.ttcn
@@ -827,4 +827,42 @@
                payload := data
        }

+       template PTCCHDownlinkMsg
+       tr_PTCCHDownlinkMsg(template (present) uint7_t tai0_ta := ?,
+                           template (present) uint7_t tai1_ta := ?,
+                           template (present) uint7_t tai2_ta := ?,
+                           template (present) uint7_t tai3_ta := ?,
+                           template (present) uint7_t tai4_ta := ?,
+                           template (present) uint7_t tai5_ta := ?,
+                           template (present) uint7_t tai6_ta := ?,
+                           template (present) uint7_t tai7_ta := ?,
+                           template (present) uint7_t tai8_ta := ?,
+                           template (present) uint7_t tai9_ta := ?,
+                           template (present) uint7_t tai10_ta := ?,
+                           template (present) uint7_t tai11_ta := ?,
+                           template (present) uint7_t tai12_ta := ?,
+                           template (present) uint7_t tai13_ta := ?,
+                           template (present) uint7_t tai14_ta := ?,
+                           template (present) uint7_t tai15_ta := ?) := {
+               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
+       }
+
 } with { encode "RAW"; variant "FIELDORDER(msb)" }
diff --git a/library/RLCMAC_Types.ttcn b/library/RLCMAC_Types.ttcn
index b01a7e2..76aeb22 100644
--- a/library/RLCMAC_Types.ttcn
+++ b/library/RLCMAC_Types.ttcn
@@ -389,44 +389,4 @@
        external function dec_PTCCHDownlinkMsg(in octetstring stream) return 
PTCCHDownlinkMsg
                with { extension "prototype(convert) decode(RAW)" };

-       template PTCCHDownlinkMsg tr_PTCCHDownlinkMsg(
-               template (present) uint7_t tai0_ta := ?,
-               template (present) uint7_t tai1_ta := ?,
-               template (present) uint7_t tai2_ta := ?,
-               template (present) uint7_t tai3_ta := ?,
-               template (present) uint7_t tai4_ta := ?,
-               template (present) uint7_t tai5_ta := ?,
-               template (present) uint7_t tai6_ta := ?,
-               template (present) uint7_t tai7_ta := ?,
-               template (present) uint7_t tai8_ta := ?,
-               template (present) uint7_t tai9_ta := ?,
-               template (present) uint7_t tai10_ta := ?,
-               template (present) uint7_t tai11_ta := ?,
-               template (present) uint7_t tai12_ta := ?,
-               template (present) uint7_t tai13_ta := ?,
-               template (present) uint7_t tai14_ta := ?,
-               template (present) uint7_t tai15_ta := ?
-       ) := {
-               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
-       }
-
-
 } with { encode "RAW"; variant "FIELDORDER(msb)" }

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/30740
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: I9d5967142f2fbb1125434e99d7dd2557264d71c3
Gerrit-Change-Number: 30740
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