[MERGED] osmo-ttcn3-hacks[master]: L3_Templates: Add ts_RRM_ModeModifyAck template

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sun Dec 17 12:26:20 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: L3_Templates: Add ts_RRM_ModeModifyAck template
......................................................................


L3_Templates: Add ts_RRM_ModeModifyAck template

Change-Id: Iec607577aff1c65cb208c20a4c4169b5b4569892
---
M library/L3_Templates.ttcn
1 file changed, 18 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/library/L3_Templates.ttcn b/library/L3_Templates.ttcn
index 4c182f8..4755989 100644
--- a/library/L3_Templates.ttcn
+++ b/library/L3_Templates.ttcn
@@ -109,4 +109,22 @@
 	}
 }
 
+template (value) PDU_ML3_MS_NW ts_RRM_ModeModifyAck(ChannelDescription2_V desc, ChannelMode_V mode) := {
+	discriminator := '0000'B, /* overwritten */
+	tiOrSkip := {
+		skipIndicator := '0000'B
+	},
+	msgs := {
+		rrm := {
+			channelModeModifyAck := {
+				messageType := '00010111'B,
+				channelDescription := desc,
+				channelMode := mode,
+				extendedTSCSet := omit
+			}
+		}
+	}
+}
+
+
 }

-- 
To view, visit https://gerrit.osmocom.org/5449
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Iec607577aff1c65cb208c20a4c4169b5b4569892
Gerrit-PatchSet: 3
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list