Change in osmo-ttcn3-hacks[master]: library/BSSAP_LE_Types: fix: add missing FIELDLENGTH attributes

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/.

neels gerrit-no-reply at lists.osmocom.org
Tue Sep 8 18:28:07 UTC 2020


neels has submitted this change. ( 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(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved
  neels: Looks good to me, approved



diff --git a/library/BSSAP_LE_Types.ttcn b/library/BSSAP_LE_Types.ttcn
index ae7385b..604fbe0 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: 2
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200908/9ac541b1/attachment.htm>


More information about the gerrit-log mailing list