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 <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder

Reply via email to