ETSI's Bug Tracker - ASN.1
View Issue Details
0006416ASN.1Base Specpublic24-01-2013 12:1302-04-2013 11:36
Sebastian Muellers 
Andras Kovacs 
normalminorhave not tried
resolvedfixed 
V0.0.4 
V0.0.5 
0006416: CR for optional "public transport container"
Dear Lan, dear Dieter,

after discussions with German and Austrian public transport operators the optional Information included in the actual awareness message for public transport is not sufficient. They are using the industry standard R09.x (12 bytes) since many years, for controlling Roadside-Infrastructure equipment as traffic-lights, barriers, bollards, etc. The R09.x byte content is also used by other European countries and is defined by German authority VDV (http://mitglieder.vdv.de [^]).

The data is today transmitted by Busses/Trams via cellular radio or proprietary radio communication. Public Transportation Operator may benefit from ITS G5 using the optional public transport container. This will speed up the deployment of cooperative-systems in urban areas.

I have uploaded to the contribution area of WG1 two change request (000027, 000028) with the request for changing the data of the optional public transport container.

http://docbox.etsi.org/ITS/ITSWG1/05-CONTRIBUTIONS/2013//ITSWG1(13)000027_CR__public_transportation__for_Draft_ETSI_TS_102_894_2_V0_0_.docx [^]

http://docbox.etsi.org/ITS/ITSWG1/05-CONTRIBUTIONS/2013//ITSWG1(13)000028_CR__public_transportation__for_Draft_ETSI_EN_302_637-2_V0_0_.docx [^]


P.S:
The usage of data contained in R09.x is an essential prerequisite for public transport operator to use or to migrate to ITS G5!
As the “public transportation container” is sent only optionally within the CAM and only by public transport vehicles, I do not see any limitations to other vehicles!


Best regards
Fritz
No tags attached.
Issue History
24-01-2013 12:13Sebastian MuellersNew Issue
06-03-2013 12:24Sebastian MuellersNote Added: 0011336
20-03-2013 16:35Sebastian MuellersNote Added: 0011337
20-03-2013 16:38Sebastian MuellersNote Added: 0011338
28-03-2013 10:46Andras KovacsNote Added: 0011347
28-03-2013 10:46Andras KovacsAssigned To => Andras Kovacs
28-03-2013 10:46Andras KovacsStatusnew => confirmed
28-03-2013 10:48Andras KovacsNote Added: 0011348
28-03-2013 10:48Andras KovacsStatusconfirmed => acknowledged
29-03-2013 13:43Sebastian MuellersNote Deleted: 0011348
29-03-2013 13:47Sebastian MuellersStatusacknowledged => resolved
29-03-2013 13:47Sebastian MuellersFixed in Version => V0.0.5
29-03-2013 13:47Sebastian MuellersResolutionopen => fixed
02-04-2013 11:36Sebastian MuellersNote Added: 0011369

Notes
(0011336)
Sebastian Muellers   
06-03-2013 12:24   
Dear Sebastian,

I have uploaded two change requests (revision 2). One for CAM and one for the data dictionary.

http://docbox.etsi.org/ITS/ITSWG1/05-CONTRIBUTIONS/2013//ITSWG1(13)000028r2_CR__public_transportation__for_Draft_ETSI_EN_302_637-2_V0_0_.docx [^]

http://docbox.etsi.org/ITS/ITSWG1/05-CONTRIBUTIONS/2013//ITSWG1(13)000027r2_CR__public_transportation__for_Draft_ETSI_TS_102_894_2_V0_0_.docx [^]


Please tell me if you need further information

Best regards
Fritz
(0011337)
Sebastian Muellers   
20-03-2013 16:35   
PublicTransportContainer ::= SEQUENCE {
  embarkationStatus EmbarkationStatus,
  DELETE: ptLineNumber PtLineNumber OPTIONAL,
  DELETE: ptScheduleDelay PtScheduleDelay OPTIONAL,
  DELETE: ptPriority PtPriority OPTIONAL
  ptActivationData OPTIONAL
}
(0011338)
Sebastian Muellers   
20-03-2013 16:38   
Create new DF: ptActivation OPTIONAL

ptActivation ::= SEQUENCE {
ptActivationType PtActivationType,
ptActivationData PtActivationData
}
PtActivationType ::= INTEGER (0..255)
PtActivationData ::= OCTET STRING (SIZE(1..20))
(0011347)
Andras Kovacs   
28-03-2013 10:46   
I have made the requested changes, the updated PublicTransportContainer is as follows:
 
 PublicTransportContainer ::= SEQUENCE {
  embarkationStatus EmbarkationStatus,
  ptActivation PtActivation OPTIONAL
 }

 PtActivation ::= SEQUENCE {
  ptActivationType PtActivationType,
  ptActivationData PtActivationData
 }

 PtActivationType ::= INTEGER (0..255)
 PtActivationData ::= OCTET STRING (SIZE(1..20))
(0011369)
Sebastian Muellers   
02-04-2013 11:36   
move PtActivation out of CAM module