Logo etsi

ETSI's Bug Tracker

Notice: information submitted on the ETSI issue Tracker may be incorporated in ETSI publication(s) and therefore subject to the ETSI IPR policy.

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0007940Part-6 Mapping to TTCN-3[TDL] Technicalpublic10-05-2020 14:5310-05-2020 14:54
ReporterPhilip Makedonski 
Assigned ToPhilip Makedonski 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0007940: Fix the SimpleDataInstance mapping
DescriptionThe SimpleDataInstance mapping is missing the element names, resulting in incorrect TTCN-3 elements.
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0015634)
Philip Makedonski (manager)
10-05-2020 14:54

Fixed:
template <<self.datatype.TTCNname()>> := " <<self.TTCNname()>> ";
->
template <<self.datatype.TTCNname()>> <<self.TTCNname()>> := " <<self.TTCNname()>> ";
const <<self.datatype.TTCNname()>> := " <<self.TTCNname()>> ";
->
const <<self.datatype.TTCNname()>> <<self.TTCNname()>> := " <<self.TTCNname()>> ";

- Issue History
Date Modified Username Field Change
10-05-2020 14:53 Philip Makedonski New Issue
10-05-2020 14:53 Philip Makedonski Status new => assigned
10-05-2020 14:53 Philip Makedonski Assigned To => Philip Makedonski
10-05-2020 14:54 Philip Makedonski Note Added: 0015634
10-05-2020 14:54 Philip Makedonski Status assigned => resolved
10-05-2020 14:54 Philip Makedonski Resolution open => fixed


MantisBT 1.2.14 [^]
Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker