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/+/20016 )
Change subject: library/BSSAP_LE_Types: fix: add missing FIELDLENGTH attributes
......................................................................
library/BSSAP_LE_Types: fix: add missing FIELDLENGTH attributes
Otherwise TITAN would refuse to decode any messages:
Dynamic test case error: While RAW-decoding type
'@BSSAP_LE_Types.PDU_BSSAP_LE': Can not decode type
'@BSSAP_LE_Types.PDU_BSSAP_LE', because invalid message was received
Change-Id: I3db7e8784efd067ccf0bc7dbc234d9b4ff1c033c
Related: OS#4597
---
M library/BSSAP_LE_Types.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/16/20016/1
diff --git a/library/BSSAP_LE_Types.ttcn b/library/BSSAP_LE_Types.ttcn
index 9bfedc0..a929722 100644
--- a/library/BSSAP_LE_Types.ttcn
+++ b/library/BSSAP_LE_Types.ttcn
@@ -34,7 +34,7 @@
BSSMAP_LE_RESET ('00110000'B),
BSSMAP_LE_RESET_ACK ('00110001'B)
-};
+} with { variant "FIELDLENGTH(8)" };
/* TS 49.031 Section 10.2 */
type enumerated BSSMAP_LE_IEI {
@@ -78,7 +78,7 @@
BSSMAP_LE_IEI_SHORT_ID ('10001110'B),
BSSMAP_LE_IEI_COVERAGE_CLASS ('10001111'B),
BSSMAP_LE_IEI_MTA_ACC_SEC_RQD ('10010000'B)
-};
+} with { variant "FIELDLENGTH(8)" };
/* Section 9.1 */
type record BSSMAP_LE_PerfLocReq {
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20016
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: I3db7e8784efd067ccf0bc7dbc234d9b4ff1c033c
Gerrit-Change-Number: 20016
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/20200908/5e60eefb/attachment.htm>