ETSI's Bug Tracker - Part 01: TTCN-3 Core Language
View Issue Details
0005956Part 01: TTCN-3 Core LanguageTechnicalpublic01-11-2011 14:5528-11-2011 13:08
Andras Kovacs 
Ina Schieferdecker 
normalminorN/A
closedduplicate 
v4.3.1 (published 2011-06) 
v4.4.1 (published 2012-04)v4.4.1 (published 2012-04) 
Core language / 15.8
STF 433
0005956: Syntax error in the example of section 15.8
The 'restricted template usage' examples of this section are the following:

var template ExampleType (omit) v_omit;
var template ExampleType (present) v_present;
var template ExampleType (value) v_value;

The above notation is not correct, the correct expressions would be:

var template (omit) ExampleType v_omit;
var template (present) ExampleType v_present;
var template (value) ExampleType v_value;
No tags attached.
related to 0005869closed Ina Schieferdecker template restriction examples 
Issue History
01-11-2011 14:55Andras KovacsNew Issue
01-11-2011 14:55Andras KovacsClause Reference(s) => Core language / 15.8
01-11-2011 14:55Andras KovacsSource (company - Author) => STF 433
28-11-2011 12:48Gyorgy RethyAssigned To => Ina Schieferdecker
28-11-2011 12:48Gyorgy RethyStatusnew => assigned
28-11-2011 12:48Gyorgy RethyTarget Version => Edition 4.4.1
28-11-2011 13:07Ina SchieferdeckerRelationship addedrelated to 0005869
28-11-2011 13:08Ina SchieferdeckerStatusassigned => closed
28-11-2011 13:08Ina SchieferdeckerResolutionopen => duplicate
28-11-2011 13:08Ina SchieferdeckerFixed in Version => Edition 4.4.1

There are no notes attached to this issue.