Change in osmo-ttcn3-hacks[master]: library/L1CTL_Types: introduce ts_L1CTL_DM_EST_REQ_H1

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

fixeria gerrit-no-reply at lists.osmocom.org
Fri May 29 15:31:14 UTC 2020


fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18528 )

Change subject: library/L1CTL_Types: introduce ts_L1CTL_DM_EST_REQ_H1
......................................................................

library/L1CTL_Types: introduce ts_L1CTL_DM_EST_REQ_H1

Change-Id: Ie236c48a906679a5f46346ac7cbaf5866fd8befc
Related: OS#4546
---
M library/L1CTL_Types.ttcn
1 file changed, 23 insertions(+), 0 deletions(-)

Approvals:
  neels: Looks good to me, approved
  Jenkins Builder: Verified



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 := {

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18528
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ie236c48a906679a5f46346ac7cbaf5866fd8befc
Gerrit-Change-Number: 18528
Gerrit-PatchSet: 4
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200529/216ab8e6/attachment.htm>


More information about the gerrit-log mailing list