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

Change subject: library/PCUIF_Types: add receive templates for PCUIF_InfoTrxTs
......................................................................

library/PCUIF_Types: add receive templates for PCUIF_InfoTrxTs

Change-Id: I062079de4440d2c9c0a079cc4cc4328ea0ea37dd
---
M library/PCUIF_Types.ttcn
1 file changed, 16 insertions(+), 0 deletions(-)

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



diff --git a/library/PCUIF_Types.ttcn b/library/PCUIF_Types.ttcn
index 1c5b0af..dbb1436 100644
--- a/library/PCUIF_Types.ttcn
+++ b/library/PCUIF_Types.ttcn
@@ -710,6 +710,12 @@
        hsn := 0, maio := 0,
        ma := f_pad_bit(''B, 64, '0'B)
 };
+template PCUIF_InfoTrxTs tr_PCUIF_InfoTrxTsH0(template uint3_t tsc := ?) := {
+       tsc := tsc,
+       hopping := 0,
+       hsn := ?, maio := ?,
+       ma := ?
+};

 template (value) PCUIF_InfoTrxTs ts_PCUIF_InfoTrxTsH1(template (value) uint3_t 
tsc := 7,
                                                      template (value) uint6_t 
hsn := 0,
@@ -721,6 +727,16 @@
        maio := maio,
        ma := f_pad_bit(valueof(ma), 64, '0'B)
 };
+template PCUIF_InfoTrxTs tr_PCUIF_InfoTrxTsH1(template uint3_t tsc := ?,
+                                             template uint6_t hsn := ?,
+                                             template uint6_t maio := ?,
+                                             template bitstring ma := ?) := {
+       tsc := tsc,
+       hopping := 1,
+       hsn := hsn,
+       maio := maio,
+       ma := ma
+};

 template (value) PCUIF_InfoV10Trx ts_PCUIF_InfoV10Trx(template (value) 
uint16_t arfcn := 871,
                                                      template (value) BIT8 
pdch_mask := '00000001'B,

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19516
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: I062079de4440d2c9c0a079cc4cc4328ea0ea37dd
Gerrit-Change-Number: 19516
Gerrit-PatchSet: 4
Gerrit-Owner: fixeria <vyanits...@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <lafo...@osmocom.org>
Gerrit-MessageType: merged

Reply via email to