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
0007771MAP/SPATATSpublic29-05-2018 10:1229-05-2018 13:11
Reportertepelmannd 
Assigned ToYann Garcia 
PrioritynormalSeveritymajorReproducibilityhave not tried
StatusassignedResolutionopen 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0007771: Missing field speedLimits in mw_intersectionGeometry in module LibItsMapemSpatem_Templates
DescriptionTo be TTCN-3 standard compliant the field speedLimits of the type IntersectionGeometry needs to be set in the template or 'implicitely omit' needs to be used.
Additional InformationProposed solution:
                template (present) IntersectionGeometry mw_intersectionGeometry(
                                                                                template (present) IntersectionReferenceID p_id := ?,
                                                                                template (present) MsgCount p_revision := ?,
                                                                                template (present) Position3D p_position3D := ?,
                                                                                template (present) LaneList p_laneList := ?
                ) := {
                    name := *, //For debug use only
                    id := p_id, // A globally unique value set, consisting of a regionID and intersection ID assignment
                    revision := p_revision, // Required default values about lane descriptions follow
                    refPoint := p_position3D, // The reference from which subsequent data points are offset until a new point is used.
                    laneWidth := *, // Reference width used by all subsequent lanes unless a new width is given speedLimits SpeedLimitList OPTIONAL,
                    speedLimits := *,
                    laneSet := p_laneList, // Data about one or more lanes (all lane data is found here)
                    preemptPriorityData := *, // data about one or more regional preempt or priority zones
                    regional := *
                }
                
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0015103)
tepelmannd (reporter)
29-05-2018 10:14

Same applies for field 'ssp' in template mw_ssemInd in module LibItsSremSsem_Templates.
(reporting here as there is no project for Srem/Ssem here)

- Issue History
Date Modified Username Field Change
29-05-2018 10:12 tepelmannd New Issue
29-05-2018 10:14 tepelmannd Note Added: 0015103
29-05-2018 13:11 Yann Garcia Assigned To => Yann Garcia
29-05-2018 13:11 Yann Garcia Status new => assigned


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