aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-05-27 14:51:18 +0700
committerfixeria <axilirator@gmail.com>2020-05-29 15:31:12 +0000
commiteda908106b0925377ef72f0dfffca42ccd251804 (patch)
tree0c2f05bd5e9304fbbd963537f8d0775bc0389e0f
parente8ea3ee10ea705e5e4b490906ffa46f419d4b90e (diff)
library/L1CTL_Types: introduce ts_L1CTL_DM_EST_REQ_H1
-rw-r--r--library/L1CTL_Types.ttcn23
1 files changed, 23 insertions, 0 deletions
diff --git a/library/L1CTL_Types.ttcn b/library/L1CTL_Types.ttcn
index 38e4c15d..44f04901 100644
--- a/library/L1CTL_Types.ttcn
+++ b/library/L1CTL_Types.ttcn
@@ -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 := {