ETSI's Bug Tracker - Part 01: TTCN-3 Core Language
View Issue Details
0006676Part 01: TTCN-3 Core LanguageEditorialpublic24-01-2014 08:2519-06-2014 17:02
Tomas Urban 
Gyorgy Rethy 
normaltrivialhave not tried
closedfixed 
v4.5.1 (published 2013-04) 
v4.7.1 (published 2015-06)v4.6.2 (interim 2014) 
8.2.3.1
STF 470
0006676: Incorrect record definition in import example
The example 1a. in 8.2.3.1 contains an incorrect definition of the record type MyRecordType which is defined as follows:

type record MyRecordType {
field1 MyType4,
field2 integer
}

The correct definition should be:
type record MyRecordType {
MyType4 field1,
integer field2
}
No tags attached.
Issue History
24-01-2014 08:25Tomas UrbanNew Issue
24-01-2014 08:25Tomas UrbanClause Reference(s) => 8.2.3.1
24-01-2014 08:25Tomas UrbanSource (company - Author) => STF 470
07-04-2014 14:54Gyorgy RethyAssigned To => Gyorgy Rethy
07-04-2014 14:54Gyorgy RethyStatusnew => assigned
08-04-2014 16:52Gyorgy RethyTarget Version => v4.7.1 (published 2015-06)
19-06-2014 17:02Gyorgy RethyNote Added: 0012159
19-06-2014 17:02Gyorgy RethyStatusassigned => closed
19-06-2014 17:02Gyorgy RethyResolutionopen => fixed
19-06-2014 17:02Gyorgy RethyFixed in Version => v4.6.2 (interim 2014)

Notes
(0012159)
Gyorgy Rethy   
19-06-2014 17:02   
Fixed in master copy.