[MERGED] osmo-ttcn3-hacks[master]: L3_Templates: Add ts_RRM_AssignmentComplete

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
Mon Jan 29 21:35:13 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: L3_Templates: Add ts_RRM_AssignmentComplete
......................................................................


L3_Templates: Add ts_RRM_AssignmentComplete

Change-Id: I3ae33ea00496eaef5885a58cd5fbc491abe68c87
---
M library/L3_Templates.ttcn
1 file changed, 16 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 7736ff5..ed477d5 100644
--- a/library/L3_Templates.ttcn
+++ b/library/L3_Templates.ttcn
@@ -251,6 +251,22 @@
 	}
 }
 
+template (value) PDU_ML3_MS_NW ts_RRM_AssignmentComplete(OCT1 cause) := {
+	discriminator := '0000'B, /* overwritten */
+	tiOrSkip := {
+		skipIndicator := '0000'B
+	},
+	msgs := {
+		rrm := {
+			assignmentComplete := {
+				messageType := '00101001'B,
+				rR_Cause := {
+					valuePart := cause
+				}
+			}
+		}
+	}
+}
 
 template PDU_ML3_MS_NW ts_ML3_MO := {
 	discriminator := '0000'B,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I3ae33ea00496eaef5885a58cd5fbc491abe68c87
Gerrit-PatchSet: 2
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