library/PCUIF_Types: add receive templates for PCUIF_InfoTrxTs

Change-Id: I062079de4440d2c9c0a079cc4cc4328ea0ea37dd
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,