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.orgfixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19516 )
Change subject: library/PCUIF_Types: add receive templates for PCUIF_InfoTrxTs
......................................................................
library/PCUIF_Types: add receive templates for PCUIF_InfoTrxTs
Change-Id: I062079de4440d2c9c0a079cc4cc4328ea0ea37dd
---
M library/PCUIF_Types.ttcn
1 file changed, 16 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/16/19516/1
diff --git a/library/PCUIF_Types.ttcn b/library/PCUIF_Types.ttcn
index 1c5b0af..dbb1436 100644
--- a/library/PCUIF_Types.ttcn
+++ b/library/PCUIF_Types.ttcn
@@ -710,6 +710,12 @@
hsn := 0, maio := 0,
ma := f_pad_bit(''B, 64, '0'B)
};
+template PCUIF_InfoTrxTs tr_PCUIF_InfoTrxTsH0(template uint3_t tsc := ?) := {
+ tsc := tsc,
+ hopping := 0,
+ hsn := ?, maio := ?,
+ ma := ?
+};
template (value) PCUIF_InfoTrxTs ts_PCUIF_InfoTrxTsH1(template (value) uint3_t tsc := 7,
template (value) uint6_t hsn := 0,
@@ -721,6 +727,16 @@
maio := maio,
ma := f_pad_bit(valueof(ma), 64, '0'B)
};
+template PCUIF_InfoTrxTs tr_PCUIF_InfoTrxTsH1(template uint3_t tsc := ?,
+ template uint6_t hsn := ?,
+ template uint6_t maio := ?,
+ template bitstring ma := ?) := {
+ tsc := tsc,
+ hopping := 1,
+ hsn := hsn,
+ maio := maio,
+ ma := ma
+};
template (value) PCUIF_InfoV10Trx ts_PCUIF_InfoV10Trx(template (value) uint16_t arfcn := 871,
template (value) BIT8 pdch_mask := '00000001'B,
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19516
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: I062079de4440d2c9c0a079cc4cc4328ea0ea37dd
Gerrit-Change-Number: 19516
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200803/754ed4bd/attachment.htm>