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/13099 )
Change subject: PCUIF: Add send + receive templates for TIME_IND
......................................................................
PCUIF: Add send + receive templates for TIME_IND
Change-Id: I57d776d8d2d8300805b8b8e724c288ba29c4b284
---
M library/PCUIF_Types.ttcn
1 file changed, 22 insertions(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
Harald Welte: Looks good to me, approved
diff --git a/library/PCUIF_Types.ttcn b/library/PCUIF_Types.ttcn
index b744ebc..5644431 100644
--- a/library/PCUIF_Types.ttcn
+++ b/library/PCUIF_Types.ttcn
@@ -749,5 +749,27 @@
}
}
+template (value) PCUIF_Message ts_PCUIF_TIME_IND(template (value) uint8_t bts_nr,
+ template (value) uint32_t fn) := {
+ msg_type := PCU_IF_MSG_TIME_IND,
+ bts_nr := bts_nr,
+ spare := '0000'O,
+ u := {
+ time_ind := {
+ fn := fn
+ }
+ }
+}
+template PCUIF_Message tr_PCUIF_TIME_IND(template uint8_t bts_nr,
+ template uint32_t fn) := {
+ msg_type := PCU_IF_MSG_TIME_IND,
+ bts_nr := bts_nr,
+ spare := ?,
+ u := {
+ time_ind := {
+ fn := fn
+ }
+ }
+}
} with { encode "RAW" variant "BYTEORDER(first)" };
--
To view, visit https://gerrit.osmocom.org/13099
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: I57d776d8d2d8300805b8b8e724c288ba29c4b284
Gerrit-Change-Number: 13099
Gerrit-PatchSet: 1
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/20190303/9beb5e65/attachment.htm>