Loading CAM_PDU_Descriptions.asn +2 −4 Original line number Diff line number Diff line Loading @@ -7,11 +7,9 @@ DEFINITIONS AUTOMATIC TAGS ::= BEGIN IMPORTS ItsPduHeader, CauseCode, ReferencePosition, AccelerationControl, Curvature, CurvatureCalculationMode, Heading, LanePosition, EmergencyPriority, EmbarkationStatus, Speed, DriveDirection, LongitudinalAcceleration, LateralAcceleration, VerticalAcceleration, StationType, ExteriorLights, DangerousGoodsBasic, SpecialTransportType, LightBarSirenInUse, VehicleRole, VehicleLength, VehicleWidth, PathHistory, RoadworksSubCauseCode, ClosedLanes, TrafficRule, SpeedLimit, SteeringWheelAngle, PerformanceClass, YawRate, ProtectedCommunicationZone, PtActivation, Latitude, Longitude, ProtectedCommunicationZonesRSU, CenDsrcTollingZone FROM ITS-Container { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (2) ItsPduHeader, CauseCode, ReferencePosition, AccelerationControl, Curvature, CurvatureCalculationMode, Heading, LanePosition, EmergencyPriority, EmbarkationStatus, Speed, DriveDirection, LongitudinalAcceleration, LateralAcceleration, VerticalAcceleration, StationType, ExteriorLights, DangerousGoodsBasic, SpecialTransportType, LightBarSirenInUse, VehicleRole, VehicleLength, VehicleWidth, PathHistory, RoadworksSubCauseCode, ClosedLanes, TrafficRule, SpeedLimit, SteeringWheelAngle, PerformanceClass, YawRate, ProtectedCommunicationZone, PtActivation, Latitude, Longitude, ProtectedCommunicationZonesRSU, CenDsrcTollingZone, GenerationDeltaTime FROM ETSI-ITS-CDD {itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) 102894 cdd (2) major-version-3 (3) minor-version-1 (1) }; -- The root data frame for cooperative awareness messages CAM ::= SEQUENCE { Loading Loading @@ -127,6 +125,6 @@ RSUContainerHighFrequency ::= SEQUENCE { ... } GenerationDeltaTime ::= INTEGER { oneMilliSec(1) } (0..65535) --GenerationDeltaTime ::= INTEGER { oneMilliSec(1) } (0..65535) END cdd @ 4c927758 Compare 82706c42 to 4c927758 Original line number Diff line number Diff line Subproject commit 82706c421d108730ed43ffc7a7cb59ed80de160f Subproject commit 4c92775894db6a2f5ea3e8347f5d0cd79f31a188 module.mk +2 −2 Original line number Diff line number Diff line ifeq (,$(findstring CAM_PDU_Descriptions.asn,$(all_sources))) sources := CAM_PDU_Descriptions.asn endif ifeq (,$(findstring ITS_Container.asn,$(all_sources))) sources += cdd/ITS_Container.asn ifeq (,$(findstring IETSI_ITS_CDD.asn,$(all_sources))) sources += cdd/ETSI_ITS_CDD.asn endif Loading
CAM_PDU_Descriptions.asn +2 −4 Original line number Diff line number Diff line Loading @@ -7,11 +7,9 @@ DEFINITIONS AUTOMATIC TAGS ::= BEGIN IMPORTS ItsPduHeader, CauseCode, ReferencePosition, AccelerationControl, Curvature, CurvatureCalculationMode, Heading, LanePosition, EmergencyPriority, EmbarkationStatus, Speed, DriveDirection, LongitudinalAcceleration, LateralAcceleration, VerticalAcceleration, StationType, ExteriorLights, DangerousGoodsBasic, SpecialTransportType, LightBarSirenInUse, VehicleRole, VehicleLength, VehicleWidth, PathHistory, RoadworksSubCauseCode, ClosedLanes, TrafficRule, SpeedLimit, SteeringWheelAngle, PerformanceClass, YawRate, ProtectedCommunicationZone, PtActivation, Latitude, Longitude, ProtectedCommunicationZonesRSU, CenDsrcTollingZone FROM ITS-Container { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (2) ItsPduHeader, CauseCode, ReferencePosition, AccelerationControl, Curvature, CurvatureCalculationMode, Heading, LanePosition, EmergencyPriority, EmbarkationStatus, Speed, DriveDirection, LongitudinalAcceleration, LateralAcceleration, VerticalAcceleration, StationType, ExteriorLights, DangerousGoodsBasic, SpecialTransportType, LightBarSirenInUse, VehicleRole, VehicleLength, VehicleWidth, PathHistory, RoadworksSubCauseCode, ClosedLanes, TrafficRule, SpeedLimit, SteeringWheelAngle, PerformanceClass, YawRate, ProtectedCommunicationZone, PtActivation, Latitude, Longitude, ProtectedCommunicationZonesRSU, CenDsrcTollingZone, GenerationDeltaTime FROM ETSI-ITS-CDD {itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) 102894 cdd (2) major-version-3 (3) minor-version-1 (1) }; -- The root data frame for cooperative awareness messages CAM ::= SEQUENCE { Loading Loading @@ -127,6 +125,6 @@ RSUContainerHighFrequency ::= SEQUENCE { ... } GenerationDeltaTime ::= INTEGER { oneMilliSec(1) } (0..65535) --GenerationDeltaTime ::= INTEGER { oneMilliSec(1) } (0..65535) END
cdd @ 4c927758 Compare 82706c42 to 4c927758 Original line number Diff line number Diff line Subproject commit 82706c421d108730ed43ffc7a7cb59ed80de160f Subproject commit 4c92775894db6a2f5ea3e8347f5d0cd79f31a188
module.mk +2 −2 Original line number Diff line number Diff line ifeq (,$(findstring CAM_PDU_Descriptions.asn,$(all_sources))) sources := CAM_PDU_Descriptions.asn endif ifeq (,$(findstring ITS_Container.asn,$(all_sources))) sources += cdd/ITS_Container.asn ifeq (,$(findstring IETSI_ITS_CDD.asn,$(all_sources))) sources += cdd/ETSI_ITS_CDD.asn endif