ETSI's Bug Tracker - ASN.1
View Issue Details
0006361ASN.1Base Specpublic03-12-2012 15:4304-01-2013 08:46
Sebastian Muellers 
Andras Kovacs 
normalminorhave not tried
closedfixed 
V0.0.4 
V0.0.5 
0006361: CAM - There are differences between the priority of public tansport and emergency/rescue vehicles
Follwoing modifications are necessary in ASN1:

Replace the IMPORT of the type Priority by IMPORT of PtPriority and EmergencyPriority.
The related data elements are ptPriority and emergencyPriority and the PublicTransportContainer, EmergencyContainer and the RescueContainer needs to be updated.

May I ask you to modify the ASN.1 specification accordingly.

SEB: We have only one definition which is Priority ::= INTEGER { lowest(0), highest(3) } (0..3)
Do you want me to change to (changes in yellow)
EmergencyContainer ::= SEQUENCE {
  lightBarSirenInUse LightBarSirenInUse,
  incidentIndication CauseCode OPTIONAL,
  emergencyPriority Priority OPTIONAL
}
RescueContainer ::= SEQUENCE {
  lightBarSirenInUse LightBarSirenInUse,
  emergencyPriority Priority OPTIONAL
}
PublicTransportContainer ::= SEQUENCE {
embarkationStatus EmbarkationStatus,
ptLineNumber PtLineNumber OPTIONAL,
ptScheduleDelay PtScheduleDelay OPTIONAL,
ptPriority Priority OPTIONAL
}
If this is not the case then please provide a definition for the EmergencyPriority and tell me to which container it applies.
No tags attached.
Issue History
03-12-2012 15:43Sebastian MuellersNew Issue
03-12-2012 15:43Sebastian MuellersSummaryThere are differences between the priority of public tansport and emergency/rescue vehicles => CAM - There are differences between the priority of public tansport and emergency/rescue vehicles
04-12-2012 16:14Sebastian MuellersNote Added: 0011189
26-12-2012 15:44Andras KovacsNote Added: 0011314
26-12-2012 15:44Andras KovacsAssigned To => Andras Kovacs
26-12-2012 15:44Andras KovacsStatusnew => acknowledged
04-01-2013 08:45Sebastian MuellersStatusacknowledged => resolved
04-01-2013 08:45Sebastian MuellersFixed in Version => V0.0.5
04-01-2013 08:45Sebastian MuellersResolutionopen => fixed
04-01-2013 08:45Sebastian MuellersNote Added: 0011316
04-01-2013 08:46Sebastian MuellersStatusresolved => closed

Notes
(0011189)
Sebastian Muellers   
04-12-2012 16:14   
But we need the
following:
EmergencyPriority ::= INTEGER { request for right of way(0), request for free crossing at a traffic light(1) } (0..1) PtPriority ::= INTEGER { lowest(0), highest(3) } (0..3)

EmergencyContainer ::= SEQUENCE {
  lightBarSirenInUse LightBarSirenInUse,
  incidentIndication CauseCode OPTIONAL,
  emergencyPriority EmergencyPriority OPTIONAL } RescueContainer ::= SEQUENCE {
  lightBarSirenInUse LightBarSirenInUse,
  emergencyPriority EmergencyPriority OPTIONAL } PublicTransportContainer ::= SEQUENCE { embarkationStatus EmbarkationStatus, ptLineNumber PtLineNumber OPTIONAL, ptScheduleDelay PtScheduleDelay OPTIONAL, ptPriority PtPriority OPTIONAL
(0011314)
Andras Kovacs   
26-12-2012 15:44   
I made the requested changes.
Please note the following:
- PtPriority is now same as Priority
- Priority type is no longer referenced in CAM
(0011316)
Sebastian Muellers   
04-01-2013 08:45   
OK