library/PCUIF_Types: fixup: keep PCUIF_InfoV10Trx aligned

Change-Id: I92ba84c5d1f77c86f7871c488965f6345c2dbbe2
Related: SYS#4868, OS#4547
diff --git a/library/PCUIF_Types.ttcn b/library/PCUIF_Types.ttcn
index aab5f09..8144d97 100644
--- a/library/PCUIF_Types.ttcn
+++ b/library/PCUIF_Types.ttcn
@@ -153,6 +153,7 @@
 private type record PCUIF_InfoV10Trx {
 	uint16_t		arfcn,
 	BIT8			pdch_mask,
+	OCT1			spare,
 	uint32_t		hLayer1,
 	PCUIF_InfoTrxTsList	ts
 } with { variant (pdch_mask) "BITORDER(msb)" };
@@ -743,6 +744,7 @@
 						      template (value) uint3_t tsc := 7) := {
 	arfcn := arfcn,
 	pdch_mask := pdch_mask,
+	spare := '00'O,
 	hLayer1 := 0,
 	ts := {
 		ts_PCUIF_InfoTrxTsH0(tsc), ts_PCUIF_InfoTrxTsH0(tsc),