Change in osmo-ttcn3-hacks[master]: library/GSM_RR_Types: add receive templates for IMM ASS Reject

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

fixeria gerrit-no-reply at lists.osmocom.org
Fri May 22 13:51:14 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18422 )


Change subject: library/GSM_RR_Types: add receive templates for IMM ASS Reject
......................................................................

library/GSM_RR_Types: add receive templates for IMM ASS Reject

Change-Id: Icece9245f4a85dcf59021a76d51d419cf1c13990
---
M library/GSM_RR_Types.ttcn
1 file changed, 32 insertions(+), 0 deletions(-)



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

diff --git a/library/GSM_RR_Types.ttcn b/library/GSM_RR_Types.ttcn
index 4bd65d1..ec9b3cc 100644
--- a/library/GSM_RR_Types.ttcn
+++ b/library/GSM_RR_Types.ttcn
@@ -1036,4 +1036,36 @@
 		}
 	};
 
+	template GsmRrMessage tr_IMM_ASS_REJ(template FeatureIndicator feature_ind := ?,
+					     template ReqRefWaitInd4 rr_wi_list := ?,
+					     template IARRestOctets rest_octets := ?) := {
+		header := t_RrHeader(IMMEDIATE_ASSIGNMENT_REJECT, ?),
+		payload := {
+			imm_ass_rej := {
+				feature_ind := feature_ind,
+				page_mode := ?,
+				payload := rr_wi_list,
+				rest_octets := rest_octets
+			}
+		}
+	};
+
+	template ReqRefWaitInd tr_ReqRefWaitInd(template RequestReference ref := ?,
+						template WaitIndication wi := ?) := {
+		req_ref := ref,
+		wait_ind := wi
+	};
+
+	template IARRestOctets tr_IARRestOctets(template ExtRAList ext_ra_list := ?,
+						template uint3_t rcc := ?) := {
+		ext_ra_list := ext_ra_list,
+		rel13_ind := ?,
+		rcc := rcc ifpresent
+	};
+
+	template ExtRAOpt tr_ExtRAOpt(template BIT5 ext_ra := ?) := {
+		presence := '1'B, // L/H
+		ext_ra := ext_ra
+	};
+
 } with { encode "RAW" ; variant "FIELDORDER(msb)" }

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18422
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Icece9245f4a85dcf59021a76d51d419cf1c13990
Gerrit-Change-Number: 18422
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200522/96c281c0/attachment.htm>


More information about the gerrit-log mailing list