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/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has submitted this change. ( 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(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
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-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200523/6f01b62c/attachment.htm>