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.orgHarald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/13381 )
Change subject: PCUIF: Add templates for PCU_IF_MSG_SUSP_REQ
......................................................................
PCUIF: Add templates for PCU_IF_MSG_SUSP_REQ
Change-Id: Ib7661790b9531be829ee550ce889151ebe1885ac
---
M library/PCUIF_Types.ttcn
1 file changed, 32 insertions(+), 0 deletions(-)
Approvals:
Harald Welte: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/library/PCUIF_Types.ttcn b/library/PCUIF_Types.ttcn
index 0c3f000..17adbd1 100644
--- a/library/PCUIF_Types.ttcn
+++ b/library/PCUIF_Types.ttcn
@@ -772,4 +772,36 @@
}
}
+template (value) PCUIF_Message ts_PCUIF_SUSP_REQ(template (value) uint8_t bts_nr,
+ template (value) OCT4 tlli,
+ template (value) OCT6 ra_id,
+ template (value) uint8_t cause) := {
+ msg_type := PCU_IF_MSG_SUSP_REQ,
+ bts_nr := bts_nr,
+ spare := '0000'O,
+ u := {
+ susp_req := {
+ tlli := tlli,
+ ra_id := ra_id,
+ cause := cause
+ }
+ }
+}
+template PCUIF_Message tr_PCUIF_SUSP_REQ(template uint8_t bts_nr,
+ template OCT4 tlli,
+ template OCT6 ra_id,
+ template uint8_t cause) := {
+ msg_type := PCU_IF_MSG_SUSP_REQ,
+ bts_nr := bts_nr,
+ spare := '0000'O,
+ u := {
+ susp_req := {
+ tlli := tlli,
+ ra_id := ra_id,
+ cause := cause
+ }
+ }
+}
+
+
} with { encode "RAW" variant "BYTEORDER(first)" };
--
To view, visit https://gerrit.osmocom.org/13381
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib7661790b9531be829ee550ce889151ebe1885ac
Gerrit-Change-Number: 13381
Gerrit-PatchSet: 2
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190327/1dc7e34c/attachment.htm>