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
0006504ASN.1Base Specpublic02-04-2013 10:5910-04-2013 20:18
ReporterSebastian Muellers 
Assigned ToAndras Kovacs 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product VersionV0.0.4 
Target VersionFixed in VersionV0.0.5 
Summary0006504: check again type of LaneClosure
DescriptionLaneClosure ::= BIT STRING { hardShoulderClosed(0), outermostLaneClosed(1), secondLaneFromOutsideClosed(2) } (SIZE (2..14))

is this concept clear enough?

Additional InformationActually, bit 0 represents hard shoulder on highways. So we always
> have at least 2 bits therefore. For roads without hard shoulder, bit
> 0 will never indicate closure. That has been the concept.
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0011366)
Sebastian Muellers (administrator)
02-04-2013 11:01

put the hard shoulder to the end of bitstring or something similar
(0011385)
Andras Kovacs (developer)
03-04-2013 14:49

To make the meaning clear, I introduced the following structure:

LaneClosure ::= SEQUENCE {
 laneStatus LaneStatus,
 hardShoulderStatus HardShoulderStatus OPTIONAL
}

HardShoulderStatus ::= ENUMERATED { open(0), closed (1) }

LaneStatus ::= BIT STRING { outermostLaneClosed(0), secondLaneFromOutsideClosed(1) } (SIZE (1..14))

(0011405)
Sebastian Muellers (administrator)
04-04-2013 11:48

now we do not have a mapping anymore of zero value being hardshoulder in laneNumber and LaneClosure
(0011427)
Sebastian Muellers (administrator)
10-04-2013 20:18

is renamednow ClosedLanes and extension added

- Issue History
Date Modified Username Field Change
02-04-2013 10:59 Sebastian Muellers New Issue
02-04-2013 11:01 Sebastian Muellers Note Added: 0011366
02-04-2013 14:07 Sebastian Muellers Status new => assigned
02-04-2013 14:07 Sebastian Muellers Assigned To => Andras Kovacs
03-04-2013 14:49 Andras Kovacs Note Added: 0011385
03-04-2013 14:49 Andras Kovacs Status assigned => acknowledged
04-04-2013 11:48 Sebastian Muellers Note Added: 0011405
04-04-2013 11:48 Sebastian Muellers Status acknowledged => feedback
10-04-2013 20:18 Sebastian Muellers Status feedback => resolved
10-04-2013 20:18 Sebastian Muellers Fixed in Version => V0.0.5
10-04-2013 20:18 Sebastian Muellers Resolution open => fixed
10-04-2013 20:18 Sebastian Muellers Note Added: 0011427


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