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
Wed May 27 16:12:44 UTC 2020


fixeria has uploaded this change for review. ( 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, 20 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/28/18528/1

diff --git a/library/L1CTL_Types.ttcn b/library/L1CTL_Types.ttcn
index 83892fd..ba033dc 100644
--- a/library/L1CTL_Types.ttcn
+++ b/library/L1CTL_Types.ttcn
@@ -589,6 +589,26 @@
 		}
 	}
 
+	template L1ctlUlMessage ts_L1CTL_DM_EST_REQ_H1(RslChannelNr chan_nr, GsmTsc tsc,
+						       uint6_t hsn, uint6_t maio, 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: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200527/0165727a/attachment.htm>


More information about the gerrit-log mailing list