library/L1CTL_Types: introduce ts_L1CTL_DM_EST_REQ_H1

Change-Id: Ie236c48a906679a5f46346ac7cbaf5866fd8befc
Related: OS#4546
This commit is contained in:
Vadim Yanitskiy 2020-05-27 14:51:18 +07:00 committed by fixeria
parent e8ea3ee10e
commit eda908106b
1 changed files with 23 additions and 0 deletions

View File

@ -591,6 +591,29 @@ module L1CTL_Types {
}
}
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 := {