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
0006361ASN.1Base Specpublic03-12-2012 15:4304-01-2013 08:46
ReporterSebastian Muellers 
Assigned ToAndras Kovacs 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionV0.0.4 
Target VersionFixed in VersionV0.0.5 
Summary0006361: CAM - There are differences between the priority of public tansport and emergency/rescue vehicles
DescriptionFollwoing 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.
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0011189)
Sebastian Muellers (administrator)
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 (developer)
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 (administrator)
04-01-2013 08:45

OK

- Issue History
Date Modified Username Field Change
03-12-2012 15:43 Sebastian Muellers New Issue
03-12-2012 15:43 Sebastian Muellers Summary There 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:14 Sebastian Muellers Note Added: 0011189
26-12-2012 15:44 Andras Kovacs Note Added: 0011314
26-12-2012 15:44 Andras Kovacs Assigned To => Andras Kovacs
26-12-2012 15:44 Andras Kovacs Status new => acknowledged
04-01-2013 08:45 Sebastian Muellers Status acknowledged => resolved
04-01-2013 08:45 Sebastian Muellers Fixed in Version => V0.0.5
04-01-2013 08:45 Sebastian Muellers Resolution open => fixed
04-01-2013 08:45 Sebastian Muellers Note Added: 0011316
04-01-2013 08:46 Sebastian Muellers Status resolved => closed


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