ETSI's Bug Tracker - ASN.1
View Issue Details
0006504ASN.1Base Specpublic02-04-2013 10:5910-04-2013 20:18
Sebastian Muellers 
Andras Kovacs 
normalminorhave not tried
resolvedfixed 
V0.0.4 
V0.0.5 
0006504: check again type of LaneClosure
LaneClosure ::= BIT STRING { hardShoulderClosed(0), outermostLaneClosed(1), secondLaneFromOutsideClosed(2) } (SIZE (2..14))

is this concept clear enough?

Actually, 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.
No tags attached.
Issue History
02-04-2013 10:59Sebastian MuellersNew Issue
02-04-2013 11:01Sebastian MuellersNote Added: 0011366
02-04-2013 14:07Sebastian MuellersStatusnew => assigned
02-04-2013 14:07Sebastian MuellersAssigned To => Andras Kovacs
03-04-2013 14:49Andras KovacsNote Added: 0011385
03-04-2013 14:49Andras KovacsStatusassigned => acknowledged
04-04-2013 11:48Sebastian MuellersNote Added: 0011405
04-04-2013 11:48Sebastian MuellersStatusacknowledged => feedback
10-04-2013 20:18Sebastian MuellersStatusfeedback => resolved
10-04-2013 20:18Sebastian MuellersFixed in Version => V0.0.5
10-04-2013 20:18Sebastian MuellersResolutionopen => fixed
10-04-2013 20:18Sebastian MuellersNote Added: 0011427

Notes
(0011366)
Sebastian Muellers   
02-04-2013 11:01   
put the hard shoulder to the end of bitstring or something similar
(0011385)
Andras Kovacs   
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   
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   
10-04-2013 20:18   
is renamednow ClosedLanes and extension added