[PATCH] 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
Sat Dec 16 22:04:23 UTC 2017


Review at  https://gerrit.osmocom.org/5449

L3_Templates: Add ts_RRM_ModeModifyAck template

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


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

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: newchange
Gerrit-Change-Id: Iec607577aff1c65cb208c20a4c4169b5b4569892
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list