Change in osmo-ttcn3-hacks[master]: library/GSM_RR_Types: declare {enc, dec}_SacchL1Header()

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.org
Sun Oct 18 21:51:32 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20725 )

Change subject: library/GSM_RR_Types: declare {enc,dec}_SacchL1Header()
......................................................................

library/GSM_RR_Types: declare {enc,dec}_SacchL1Header()

Change-Id: If2acd617d8bb543851e827ec74bb93d8da5b4966
Related: SYS#4916
---
M library/GSM_RR_Types.ttcn
1 file changed, 5 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 b7e02ec..b4aff10 100644
--- a/library/GSM_RR_Types.ttcn
+++ b/library/GSM_RR_Types.ttcn
@@ -193,6 +193,11 @@
 		uint8_t		actual_ta
 	} with { variant "FIELDORDER(msb)" };
 
+	external function enc_SacchL1Header(in SacchL1Header hdr) return octetstring
+		with { extension "prototype(convert) encode(RAW)" };
+	external function dec_SacchL1Header(in octetstring stream) return SacchL1Header
+		with { extension "prototype(convert) decode(RAW)" };
+
 	template (value) SacchL1Header ts_SacchL1Header(uint5_t ms_power_lvl, boolean fpc, uint8_t actual_ta) := {
 		reserved := 0,
 		fpc := fpc,

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20725
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: If2acd617d8bb543851e827ec74bb93d8da5b4966
Gerrit-Change-Number: 20725
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
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/20201018/e4d40c68/attachment.htm>


More information about the gerrit-log mailing list