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
Review at https://gerrit.osmocom.org/6184
L3_Templates: Add ts_RRM_AssignmentComplete
Change-Id: I3ae33ea00496eaef5885a58cd5fbc491abe68c87
---
M library/L3_Templates.ttcn
1 file changed, 16 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/84/6184/1
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: newchange
Gerrit-Change-Id: I3ae33ea00496eaef5885a58cd5fbc491abe68c87
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>