ETSI's Bug Tracker - Part 01: TTCN-3 Core Language
View Issue Details
0007797Part 01: TTCN-3 Core LanguageEditorialpublic20-09-2018 12:1005-01-2019 09:19
Martin Hauch 
Gyorgy Rethy 
normalminorhave not tried
closedfixed 
 
4.11.1 (published 2019-05) 
ETSI ES 201 873-1 V4.10.1, Chapter 15.11
Devoteam- Martin Hauch
0007797: Used syntax for length restriction
Core language version 4.10.1 Chapter 15.11
wrong syntax notation for length restrictions used e.g.
? length(1, infinity)
? length(v_int, v_int + 2)
but should be
? length(1..infinity)
? length(v_int .. v_int + 2)
No tags attached.
docx CR-7797-Used syntax for length restriction.docx (72,361) 09-10-2018 14:45
http://oldforge.etsi.org/mantis/file_download.php?file_id=3791&type=bug
Issue History
20-09-2018 12:10Martin HauchNew Issue
08-10-2018 13:53Jens GrabowskiAssigned To => Jens Grabowski
08-10-2018 13:53Jens GrabowskiStatusnew => assigned
08-10-2018 13:54Jens GrabowskiNote Added: 0015205
09-10-2018 14:45Jens GrabowskiFile Added: CR-7797-Used syntax for length restriction.docx
09-10-2018 14:46Jens GrabowskiAssigned ToJens Grabowski => Kristóf Szabados
09-10-2018 14:47Jens GrabowskiNote Added: 0015230
09-10-2018 14:47Jens GrabowskiStatusassigned => confirmed
09-10-2018 14:56Kristóf SzabadosNote Added: 0015231
09-10-2018 15:01Kristóf SzabadosProjectTTCN-3 Change Requests => Part 01: TTCN-3 Core Language
09-10-2018 15:02Kristóf SzabadosNote Added: 0015232
09-10-2018 15:02Kristóf SzabadosStatusconfirmed => resolved
09-10-2018 15:02Kristóf SzabadosFixed in Version => 4.11.1 (published 2019-05)
09-10-2018 15:02Kristóf SzabadosResolutionopen => fixed
09-10-2018 15:02Kristóf SzabadosAssigned ToKristóf Szabados => Gyorgy Rethy
05-01-2019 09:19Gyorgy RethyNote Added: 0015309
05-01-2019 09:19Gyorgy RethyStatusresolved => closed

Notes
(0015205)
Jens Grabowski   
08-10-2018 13:54   
STF discussion: check other length restrictions
(0015230)
Jens Grabowski   
09-10-2018 14:47   
Kristof, please check if I changed the examples correctly.
(0015231)
Kristóf Szabados   
09-10-2018 14:56   
The corrections look fine, and as far as I can tell all length restriction examples in the core standard will now use the correct syntax.
(0015232)
Kristóf Szabados   
09-10-2018 15:02   
fixed, can be included in the next version.
(0015309)
Gyorgy Rethy   
05-01-2019 09:19   
Added to draft V4.10.2