library/L1CTL_Types: introduce ts_L1CTL_DM_EST_REQ_H1

Change-Id: Ie236c48a906679a5f46346ac7cbaf5866fd8befc
Related: OS#4546
diff --git a/library/L1CTL_Types.ttcn b/library/L1CTL_Types.ttcn
index 38e4c15..44f0490 100644
--- a/library/L1CTL_Types.ttcn
+++ b/library/L1CTL_Types.ttcn
@@ -591,6 +591,29 @@
 		}
 	}
 
+	template (value) L1ctlUlMessage ts_L1CTL_DM_EST_REQ_H1(template (value) RslChannelNr chan_nr,
+							       template (value) GsmTsc tsc,
+							       template (value) uint6_t hsn,
+							       template (value) uint6_t maio,
+							       template (value) L1ctlMA ma)
+	modifies ts_L1CTL_DM_EST_REQ := {
+		payload := {
+			dm_est_req := {
+				h := 1,
+				arfcn := omit,
+				hopping := {
+					hsn := hsn,
+					maio := maio,
+					n := sizeof(ma),
+					spare := '00'O,
+					ma := ma,
+					/* See https://bugs.eclipse.org/bugs/show_bug.cgi?id=562849 */
+					padding := f_pad_oct(''O, (64 - sizeof(ma)) * 2, '00'O)
+				}
+			}
+		}
+	}
+
 	template L1ctlUlMessage ts_L1CTL_DM_REL_REQ(RslChannelNr chan_nr) := {
 		header := ts_L1ctlHeader(L1CTL_DM_REL_REQ),
 		ul_info := {