Loading docs/DENM-PDU-Description.md +60 −119 Original line number Diff line number Diff line # ASN.1 module DENM-PDU-Description # <a name="DENM-PDU-Description"></a>ASN.1 module DENM-PDU-Description OID: _{itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) denmPduRelease2 (103831) major-version-2 (2) minor-version-1 (1)}_ ## Imports: * **[ETSI-ITS-CDD](ETSI-ITS-CDD.md)** *{itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) major-version-3 (3) minor-version-1 (1)}*<br/> ## Data Elements: ### <a name="DENM"></a>DENM Fields: * header of type [**ItsPduHeader**](ETSI-ITS-CDD.md#ItsPduHeader) (WITH COMPONENTS {... , protocolVersion (2)<br> * denm of type [**DenmPayload**](#DenmPayload) <br> messageId(denm)}), * _header_ of type [**ItsPduHeader**](ETSI-ITS-CDD.md#ItsPduHeader) (WITH COMPONENTS {... , protocolVersion (2), messageId(denm)})<br> * _denm_ of type [**DenmPayload**](#DenmPayload) <br> ```asn1 DENM ::= SEQUENCE { header ItsPduHeader (WITH COMPONENTS {... , protocolVersion (2), messageId(denm)}), Loading @@ -20,14 +17,10 @@ DENM ::= SEQUENCE { ### <a name="DenmPayload"></a>DenmPayload Fields: * management of type [**ManagementContainer**](#ManagementContainer) <br> * situation of type [**SituationContainer**](#SituationContainer) OPTIONAL<br> * location of type [**LocationContainer**](#LocationContainer) OPTIONAL<br> * alacarte of type [**AlacarteContainer**](#AlacarteContainer) OPTIONAL<br> * _management_ of type [**ManagementContainer**](#ManagementContainer) <br> * _situation_ of type [**SituationContainer**](#SituationContainer) OPTIONAL<br> * _location_ of type [**LocationContainer**](#LocationContainer) OPTIONAL<br> * _alacarte_ of type [**AlacarteContainer**](#AlacarteContainer) OPTIONAL<br> ```asn1 DenmPayload ::= SEQUENCE { management ManagementContainer, Loading @@ -39,26 +32,16 @@ DenmPayload ::= SEQUENCE { ### <a name="ManagementContainer"></a>ManagementContainer Fields: * actionId of type [**ActionId**](ETSI-ITS-CDD.md#ActionId) <br> * detectionTime of type [**TimestampIts**](ETSI-ITS-CDD.md#TimestampIts) <br> * referenceTime of type [**TimestampIts**](ETSI-ITS-CDD.md#TimestampIts) <br> * termination of type [**Termination**](#Termination) OPTIONAL<br> * eventPosition of type [**ReferencePosition**](ETSI-ITS-CDD.md#ReferencePosition) <br> * awarenessDistance of type [**StandardLength3b**](ETSI-ITS-CDD.md#StandardLength3b) OPTIONAL<br> * awarenessTrafficDirection of type [**TrafficDirection**](ETSI-ITS-CDD.md#TrafficDirection) OPTIONAL<br> * validityDuration of type [**DeltaTimeSecond**](ETSI-ITS-CDD.md#DeltaTimeSecond) DEFAULT defaultValidity<br> * transmissionInterval of type [**DeltaTimeMilliSecondPositive**](ETSI-ITS-CDD.md#DeltaTimeMilliSecondPositive) OPTIONAL<br> * stationType of type [**StationType**](ETSI-ITS-CDD.md#StationType) <br> * _actionId_ of type [**ActionId**](ETSI-ITS-CDD.md#ActionId) <br> * _detectionTime_ of type [**TimestampIts**](ETSI-ITS-CDD.md#TimestampIts) <br> * _referenceTime_ of type [**TimestampIts**](ETSI-ITS-CDD.md#TimestampIts) <br> * _termination_ of type [**Termination**](#Termination) OPTIONAL<br> * _eventPosition_ of type [**ReferencePosition**](ETSI-ITS-CDD.md#ReferencePosition) <br> * _awarenessDistance_ of type [**StandardLength3b**](ETSI-ITS-CDD.md#StandardLength3b) OPTIONAL<br> * _awarenessTrafficDirection_ of type [**TrafficDirection**](ETSI-ITS-CDD.md#TrafficDirection) OPTIONAL<br> * _validityDuration_ of type [**DeltaTimeSecond**](ETSI-ITS-CDD.md#DeltaTimeSecond) DEFAULT defaultValidity<br> * _transmissionInterval_ of type [**DeltaTimeMilliSecondPositive**](ETSI-ITS-CDD.md#DeltaTimeMilliSecondPositive) OPTIONAL<br> * _stationType_ of type [**StationType**](ETSI-ITS-CDD.md#StationType) <br> ```asn1 ManagementContainer ::= SEQUENCE { actionId ActionId, Loading @@ -77,14 +60,10 @@ ManagementContainer ::= SEQUENCE { ### <a name="SituationContainer"></a>SituationContainer Fields: * informationQuality of type [**InformationQuality**](ETSI-ITS-CDD.md#InformationQuality) <br> * eventType of type [**CauseCodeV2**](ETSI-ITS-CDD.md#CauseCodeV2) <br> * linkedCause of type [**CauseCodeV2**](ETSI-ITS-CDD.md#CauseCodeV2) OPTIONAL<br> * eventZone of type [**EventZone**](ETSI-ITS-CDD.md#EventZone) OPTIONAL<br> * _informationQuality_ of type [**InformationQuality**](ETSI-ITS-CDD.md#InformationQuality) <br> * _eventType_ of type [**CauseCodeV2**](ETSI-ITS-CDD.md#CauseCodeV2) <br> * _linkedCause_ of type [**CauseCodeV2**](ETSI-ITS-CDD.md#CauseCodeV2) OPTIONAL<br> * _eventZone_ of type [**EventZone**](ETSI-ITS-CDD.md#EventZone) OPTIONAL<br> ```asn1 SituationContainer ::= SEQUENCE { informationQuality InformationQuality, Loading @@ -97,14 +76,10 @@ SituationContainer ::= SEQUENCE { ### <a name="LocationContainer"></a>LocationContainer Fields: * eventSpeed of type [**Speed**](ETSI-ITS-CDD.md#Speed) OPTIONAL<br> * eventPositionHeading of type [**Wgs84Angle**](ETSI-ITS-CDD.md#Wgs84Angle) OPTIONAL<br> * traces of type [**Traces**](ETSI-ITS-CDD.md#Traces) <br> * roadType of type [**RoadType**](ETSI-ITS-CDD.md#RoadType) OPTIONAL<br> * _eventSpeed_ of type [**Speed**](ETSI-ITS-CDD.md#Speed) OPTIONAL<br> * _eventPositionHeading_ of type [**Wgs84Angle**](ETSI-ITS-CDD.md#Wgs84Angle) OPTIONAL<br> * _traces_ of type [**Traces**](ETSI-ITS-CDD.md#Traces) <br> * _roadType_ of type [**RoadType**](ETSI-ITS-CDD.md#RoadType) OPTIONAL<br> ```asn1 LocationContainer ::= SEQUENCE { eventSpeed Speed OPTIONAL, Loading @@ -117,30 +92,18 @@ LocationContainer ::= SEQUENCE { ### <a name="ImpactReductionContainer"></a>ImpactReductionContainer Fields: * heightLonCarrLeft of type [**HeightLonCarr**](ETSI-ITS-CDD.md#HeightLonCarr) <br> * heightLonCarrRight of type [**HeightLonCarr**](ETSI-ITS-CDD.md#HeightLonCarr) <br> * posLonCarrLeft of type [**PosLonCarr**](ETSI-ITS-CDD.md#PosLonCarr) <br> * posLonCarrRight of type [**PosLonCarr**](ETSI-ITS-CDD.md#PosLonCarr) <br> * positionOfPillars of type [**PositionOfPillars**](ETSI-ITS-CDD.md#PositionOfPillars) <br> * posCentMass of type [**PosCentMass**](ETSI-ITS-CDD.md#PosCentMass) <br> * wheelBaseVehicle of type [**WheelBaseVehicle**](ETSI-ITS-CDD.md#WheelBaseVehicle) <br> * turningRadius of type [**TurningRadius**](ETSI-ITS-CDD.md#TurningRadius) <br> * posFrontAx of type [**PosFrontAx**](ETSI-ITS-CDD.md#PosFrontAx) <br> * positionOfOccupants of type [**PositionOfOccupants**](ETSI-ITS-CDD.md#PositionOfOccupants) <br> * vehicleMass of type [**VehicleMass**](ETSI-ITS-CDD.md#VehicleMass) <br> * requestResponseIndication of type [**RequestResponseIndication**](ETSI-ITS-CDD.md#RequestResponseIndication) <br> * _heightLonCarrLeft_ of type [**HeightLonCarr**](ETSI-ITS-CDD.md#HeightLonCarr) <br> * _heightLonCarrRight_ of type [**HeightLonCarr**](ETSI-ITS-CDD.md#HeightLonCarr) <br> * _posLonCarrLeft_ of type [**PosLonCarr**](ETSI-ITS-CDD.md#PosLonCarr) <br> * _posLonCarrRight_ of type [**PosLonCarr**](ETSI-ITS-CDD.md#PosLonCarr) <br> * _positionOfPillars_ of type [**PositionOfPillars**](ETSI-ITS-CDD.md#PositionOfPillars) <br> * _posCentMass_ of type [**PosCentMass**](ETSI-ITS-CDD.md#PosCentMass) <br> * _wheelBaseVehicle_ of type [**WheelBaseVehicle**](ETSI-ITS-CDD.md#WheelBaseVehicle) <br> * _turningRadius_ of type [**TurningRadius**](ETSI-ITS-CDD.md#TurningRadius) <br> * _posFrontAx_ of type [**PosFrontAx**](ETSI-ITS-CDD.md#PosFrontAx) <br> * _positionOfOccupants_ of type [**PositionOfOccupants**](ETSI-ITS-CDD.md#PositionOfOccupants) <br> * _vehicleMass_ of type [**VehicleMass**](ETSI-ITS-CDD.md#VehicleMass) <br> * _requestResponseIndication_ of type [**RequestResponseIndication**](ETSI-ITS-CDD.md#RequestResponseIndication) <br> ```asn1 ImpactReductionContainer ::= SEQUENCE { heightLonCarrLeft HeightLonCarr, Loading @@ -160,24 +123,15 @@ ImpactReductionContainer ::= SEQUENCE { ### <a name="RoadWorksContainerExtended"></a>RoadWorksContainerExtended Fields: * lightBarSirenInUse of type [**LightBarSirenInUse**](ETSI-ITS-CDD.md#LightBarSirenInUse) OPTIONAL<br> * closedLanes of type [**ClosedLanes**](ETSI-ITS-CDD.md#ClosedLanes) OPTIONAL<br> * restriction of type [**RestrictedTypes**](ETSI-ITS-CDD.md#RestrictedTypes) OPTIONAL<br> * speedLimit of type [**SpeedLimit**](ETSI-ITS-CDD.md#SpeedLimit) OPTIONAL<br> * incidentIndication of type [**CauseCodeV2**](ETSI-ITS-CDD.md#CauseCodeV2) OPTIONAL<br> * recommendedPath of type [**ItineraryPath**](ETSI-ITS-CDD.md#ItineraryPath) OPTIONAL<br> * startingPointSpeedLimit of type [**DeltaReferencePosition**](ETSI-ITS-CDD.md#DeltaReferencePosition) OPTIONAL<br> * trafficFlowRule of type [**TrafficRule**](ETSI-ITS-CDD.md#TrafficRule) OPTIONAL<br> * referenceDenms of type [**ActionIdList**](ETSI-ITS-CDD.md#ActionIdList) OPTIONAL<br> * _lightBarSirenInUse_ of type [**LightBarSirenInUse**](ETSI-ITS-CDD.md#LightBarSirenInUse) OPTIONAL<br> * _closedLanes_ of type [**ClosedLanes**](ETSI-ITS-CDD.md#ClosedLanes) OPTIONAL<br> * _restriction_ of type [**RestrictedTypes**](ETSI-ITS-CDD.md#RestrictedTypes) OPTIONAL<br> * _speedLimit_ of type [**SpeedLimit**](ETSI-ITS-CDD.md#SpeedLimit) OPTIONAL<br> * _incidentIndication_ of type [**CauseCodeV2**](ETSI-ITS-CDD.md#CauseCodeV2) OPTIONAL<br> * _recommendedPath_ of type [**ItineraryPath**](ETSI-ITS-CDD.md#ItineraryPath) OPTIONAL<br> * _startingPointSpeedLimit_ of type [**DeltaReferencePosition**](ETSI-ITS-CDD.md#DeltaReferencePosition) OPTIONAL<br> * _trafficFlowRule_ of type [**TrafficRule**](ETSI-ITS-CDD.md#TrafficRule) OPTIONAL<br> * _referenceDenms_ of type [**ActionIdList**](ETSI-ITS-CDD.md#ActionIdList) OPTIONAL<br> ```asn1 RoadWorksContainerExtended ::= SEQUENCE { lightBarSirenInUse LightBarSirenInUse OPTIONAL, Loading @@ -194,18 +148,12 @@ RoadWorksContainerExtended ::= SEQUENCE { ### <a name="StationaryVehicleContainer"></a>StationaryVehicleContainer Fields: * stationarySince of type [**StationarySince**](ETSI-ITS-CDD.md#StationarySince) OPTIONAL<br> * stationaryCause of type [**CauseCodeV2**](ETSI-ITS-CDD.md#CauseCodeV2) OPTIONAL<br> * carryingDangerousGoods of type [**DangerousGoodsExtended**](ETSI-ITS-CDD.md#DangerousGoodsExtended) OPTIONAL<br> * numberOfOccupants of type [**NumberOfOccupants**](ETSI-ITS-CDD.md#NumberOfOccupants) OPTIONAL<br> * vehicleIdentification of type [**VehicleIdentification**](ETSI-ITS-CDD.md#VehicleIdentification) OPTIONAL<br> * energyStorageType of type [**EnergyStorageType**](ETSI-ITS-CDD.md#EnergyStorageType) OPTIONAL<br> * _stationarySince_ of type [**StationarySince**](ETSI-ITS-CDD.md#StationarySince) OPTIONAL<br> * _stationaryCause_ of type [**CauseCodeV2**](ETSI-ITS-CDD.md#CauseCodeV2) OPTIONAL<br> * _carryingDangerousGoods_ of type [**DangerousGoodsExtended**](ETSI-ITS-CDD.md#DangerousGoodsExtended) OPTIONAL<br> * _numberOfOccupants_ of type [**NumberOfOccupants**](ETSI-ITS-CDD.md#NumberOfOccupants) OPTIONAL<br> * _vehicleIdentification_ of type [**VehicleIdentification**](ETSI-ITS-CDD.md#VehicleIdentification) OPTIONAL<br> * _energyStorageType_ of type [**EnergyStorageType**](ETSI-ITS-CDD.md#EnergyStorageType) OPTIONAL<br> ```asn1 StationaryVehicleContainer ::= SEQUENCE { stationarySince StationarySince OPTIONAL, Loading @@ -219,18 +167,12 @@ StationaryVehicleContainer ::= SEQUENCE { ### <a name="AlacarteContainer"></a>AlacarteContainer Fields: * lanePosition of type [**LanePosition**](ETSI-ITS-CDD.md#LanePosition) OPTIONAL<br> * impactReduction of type [**ImpactReductionContainer**](#ImpactReductionContainer) OPTIONAL<br> * externalTemperature of type [**Temperature**](ETSI-ITS-CDD.md#Temperature) OPTIONAL<br> * roadWorks of type [**RoadWorksContainerExtended**](#RoadWorksContainerExtended) OPTIONAL<br> * positioningSolution of type [**PositioningSolutionType**](ETSI-ITS-CDD.md#PositioningSolutionType) OPTIONAL<br> * stationaryVehicle of type [**StationaryVehicleContainer**](#StationaryVehicleContainer) OPTIONAL<br> * _lanePosition_ of type [**LanePosition**](ETSI-ITS-CDD.md#LanePosition) OPTIONAL<br> * _impactReduction_ of type [**ImpactReductionContainer**](#ImpactReductionContainer) OPTIONAL<br> * _externalTemperature_ of type [**Temperature**](ETSI-ITS-CDD.md#Temperature) OPTIONAL<br> * _roadWorks_ of type [**RoadWorksContainerExtended**](#RoadWorksContainerExtended) OPTIONAL<br> * _positioningSolution_ of type [**PositioningSolutionType**](ETSI-ITS-CDD.md#PositioningSolutionType) OPTIONAL<br> * _stationaryVehicle_ of type [**StationaryVehicleContainer**](#StationaryVehicleContainer) OPTIONAL<br> ```asn1 AlacarteContainer ::= SEQUENCE { lanePosition LanePosition OPTIONAL, Loading @@ -247,7 +189,6 @@ AlacarteContainer ::= SEQUENCE { defaultValidity INTEGER ::= 600 ``` ### <a name="Termination"></a>Termination ```asn1 Termination ::= ENUMERATED {isCancellation(0), isNegation (1)} Loading docs/ETSI-ITS-CDD.md +1337 −1192 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
docs/DENM-PDU-Description.md +60 −119 Original line number Diff line number Diff line # ASN.1 module DENM-PDU-Description # <a name="DENM-PDU-Description"></a>ASN.1 module DENM-PDU-Description OID: _{itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) denmPduRelease2 (103831) major-version-2 (2) minor-version-1 (1)}_ ## Imports: * **[ETSI-ITS-CDD](ETSI-ITS-CDD.md)** *{itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) major-version-3 (3) minor-version-1 (1)}*<br/> ## Data Elements: ### <a name="DENM"></a>DENM Fields: * header of type [**ItsPduHeader**](ETSI-ITS-CDD.md#ItsPduHeader) (WITH COMPONENTS {... , protocolVersion (2)<br> * denm of type [**DenmPayload**](#DenmPayload) <br> messageId(denm)}), * _header_ of type [**ItsPduHeader**](ETSI-ITS-CDD.md#ItsPduHeader) (WITH COMPONENTS {... , protocolVersion (2), messageId(denm)})<br> * _denm_ of type [**DenmPayload**](#DenmPayload) <br> ```asn1 DENM ::= SEQUENCE { header ItsPduHeader (WITH COMPONENTS {... , protocolVersion (2), messageId(denm)}), Loading @@ -20,14 +17,10 @@ DENM ::= SEQUENCE { ### <a name="DenmPayload"></a>DenmPayload Fields: * management of type [**ManagementContainer**](#ManagementContainer) <br> * situation of type [**SituationContainer**](#SituationContainer) OPTIONAL<br> * location of type [**LocationContainer**](#LocationContainer) OPTIONAL<br> * alacarte of type [**AlacarteContainer**](#AlacarteContainer) OPTIONAL<br> * _management_ of type [**ManagementContainer**](#ManagementContainer) <br> * _situation_ of type [**SituationContainer**](#SituationContainer) OPTIONAL<br> * _location_ of type [**LocationContainer**](#LocationContainer) OPTIONAL<br> * _alacarte_ of type [**AlacarteContainer**](#AlacarteContainer) OPTIONAL<br> ```asn1 DenmPayload ::= SEQUENCE { management ManagementContainer, Loading @@ -39,26 +32,16 @@ DenmPayload ::= SEQUENCE { ### <a name="ManagementContainer"></a>ManagementContainer Fields: * actionId of type [**ActionId**](ETSI-ITS-CDD.md#ActionId) <br> * detectionTime of type [**TimestampIts**](ETSI-ITS-CDD.md#TimestampIts) <br> * referenceTime of type [**TimestampIts**](ETSI-ITS-CDD.md#TimestampIts) <br> * termination of type [**Termination**](#Termination) OPTIONAL<br> * eventPosition of type [**ReferencePosition**](ETSI-ITS-CDD.md#ReferencePosition) <br> * awarenessDistance of type [**StandardLength3b**](ETSI-ITS-CDD.md#StandardLength3b) OPTIONAL<br> * awarenessTrafficDirection of type [**TrafficDirection**](ETSI-ITS-CDD.md#TrafficDirection) OPTIONAL<br> * validityDuration of type [**DeltaTimeSecond**](ETSI-ITS-CDD.md#DeltaTimeSecond) DEFAULT defaultValidity<br> * transmissionInterval of type [**DeltaTimeMilliSecondPositive**](ETSI-ITS-CDD.md#DeltaTimeMilliSecondPositive) OPTIONAL<br> * stationType of type [**StationType**](ETSI-ITS-CDD.md#StationType) <br> * _actionId_ of type [**ActionId**](ETSI-ITS-CDD.md#ActionId) <br> * _detectionTime_ of type [**TimestampIts**](ETSI-ITS-CDD.md#TimestampIts) <br> * _referenceTime_ of type [**TimestampIts**](ETSI-ITS-CDD.md#TimestampIts) <br> * _termination_ of type [**Termination**](#Termination) OPTIONAL<br> * _eventPosition_ of type [**ReferencePosition**](ETSI-ITS-CDD.md#ReferencePosition) <br> * _awarenessDistance_ of type [**StandardLength3b**](ETSI-ITS-CDD.md#StandardLength3b) OPTIONAL<br> * _awarenessTrafficDirection_ of type [**TrafficDirection**](ETSI-ITS-CDD.md#TrafficDirection) OPTIONAL<br> * _validityDuration_ of type [**DeltaTimeSecond**](ETSI-ITS-CDD.md#DeltaTimeSecond) DEFAULT defaultValidity<br> * _transmissionInterval_ of type [**DeltaTimeMilliSecondPositive**](ETSI-ITS-CDD.md#DeltaTimeMilliSecondPositive) OPTIONAL<br> * _stationType_ of type [**StationType**](ETSI-ITS-CDD.md#StationType) <br> ```asn1 ManagementContainer ::= SEQUENCE { actionId ActionId, Loading @@ -77,14 +60,10 @@ ManagementContainer ::= SEQUENCE { ### <a name="SituationContainer"></a>SituationContainer Fields: * informationQuality of type [**InformationQuality**](ETSI-ITS-CDD.md#InformationQuality) <br> * eventType of type [**CauseCodeV2**](ETSI-ITS-CDD.md#CauseCodeV2) <br> * linkedCause of type [**CauseCodeV2**](ETSI-ITS-CDD.md#CauseCodeV2) OPTIONAL<br> * eventZone of type [**EventZone**](ETSI-ITS-CDD.md#EventZone) OPTIONAL<br> * _informationQuality_ of type [**InformationQuality**](ETSI-ITS-CDD.md#InformationQuality) <br> * _eventType_ of type [**CauseCodeV2**](ETSI-ITS-CDD.md#CauseCodeV2) <br> * _linkedCause_ of type [**CauseCodeV2**](ETSI-ITS-CDD.md#CauseCodeV2) OPTIONAL<br> * _eventZone_ of type [**EventZone**](ETSI-ITS-CDD.md#EventZone) OPTIONAL<br> ```asn1 SituationContainer ::= SEQUENCE { informationQuality InformationQuality, Loading @@ -97,14 +76,10 @@ SituationContainer ::= SEQUENCE { ### <a name="LocationContainer"></a>LocationContainer Fields: * eventSpeed of type [**Speed**](ETSI-ITS-CDD.md#Speed) OPTIONAL<br> * eventPositionHeading of type [**Wgs84Angle**](ETSI-ITS-CDD.md#Wgs84Angle) OPTIONAL<br> * traces of type [**Traces**](ETSI-ITS-CDD.md#Traces) <br> * roadType of type [**RoadType**](ETSI-ITS-CDD.md#RoadType) OPTIONAL<br> * _eventSpeed_ of type [**Speed**](ETSI-ITS-CDD.md#Speed) OPTIONAL<br> * _eventPositionHeading_ of type [**Wgs84Angle**](ETSI-ITS-CDD.md#Wgs84Angle) OPTIONAL<br> * _traces_ of type [**Traces**](ETSI-ITS-CDD.md#Traces) <br> * _roadType_ of type [**RoadType**](ETSI-ITS-CDD.md#RoadType) OPTIONAL<br> ```asn1 LocationContainer ::= SEQUENCE { eventSpeed Speed OPTIONAL, Loading @@ -117,30 +92,18 @@ LocationContainer ::= SEQUENCE { ### <a name="ImpactReductionContainer"></a>ImpactReductionContainer Fields: * heightLonCarrLeft of type [**HeightLonCarr**](ETSI-ITS-CDD.md#HeightLonCarr) <br> * heightLonCarrRight of type [**HeightLonCarr**](ETSI-ITS-CDD.md#HeightLonCarr) <br> * posLonCarrLeft of type [**PosLonCarr**](ETSI-ITS-CDD.md#PosLonCarr) <br> * posLonCarrRight of type [**PosLonCarr**](ETSI-ITS-CDD.md#PosLonCarr) <br> * positionOfPillars of type [**PositionOfPillars**](ETSI-ITS-CDD.md#PositionOfPillars) <br> * posCentMass of type [**PosCentMass**](ETSI-ITS-CDD.md#PosCentMass) <br> * wheelBaseVehicle of type [**WheelBaseVehicle**](ETSI-ITS-CDD.md#WheelBaseVehicle) <br> * turningRadius of type [**TurningRadius**](ETSI-ITS-CDD.md#TurningRadius) <br> * posFrontAx of type [**PosFrontAx**](ETSI-ITS-CDD.md#PosFrontAx) <br> * positionOfOccupants of type [**PositionOfOccupants**](ETSI-ITS-CDD.md#PositionOfOccupants) <br> * vehicleMass of type [**VehicleMass**](ETSI-ITS-CDD.md#VehicleMass) <br> * requestResponseIndication of type [**RequestResponseIndication**](ETSI-ITS-CDD.md#RequestResponseIndication) <br> * _heightLonCarrLeft_ of type [**HeightLonCarr**](ETSI-ITS-CDD.md#HeightLonCarr) <br> * _heightLonCarrRight_ of type [**HeightLonCarr**](ETSI-ITS-CDD.md#HeightLonCarr) <br> * _posLonCarrLeft_ of type [**PosLonCarr**](ETSI-ITS-CDD.md#PosLonCarr) <br> * _posLonCarrRight_ of type [**PosLonCarr**](ETSI-ITS-CDD.md#PosLonCarr) <br> * _positionOfPillars_ of type [**PositionOfPillars**](ETSI-ITS-CDD.md#PositionOfPillars) <br> * _posCentMass_ of type [**PosCentMass**](ETSI-ITS-CDD.md#PosCentMass) <br> * _wheelBaseVehicle_ of type [**WheelBaseVehicle**](ETSI-ITS-CDD.md#WheelBaseVehicle) <br> * _turningRadius_ of type [**TurningRadius**](ETSI-ITS-CDD.md#TurningRadius) <br> * _posFrontAx_ of type [**PosFrontAx**](ETSI-ITS-CDD.md#PosFrontAx) <br> * _positionOfOccupants_ of type [**PositionOfOccupants**](ETSI-ITS-CDD.md#PositionOfOccupants) <br> * _vehicleMass_ of type [**VehicleMass**](ETSI-ITS-CDD.md#VehicleMass) <br> * _requestResponseIndication_ of type [**RequestResponseIndication**](ETSI-ITS-CDD.md#RequestResponseIndication) <br> ```asn1 ImpactReductionContainer ::= SEQUENCE { heightLonCarrLeft HeightLonCarr, Loading @@ -160,24 +123,15 @@ ImpactReductionContainer ::= SEQUENCE { ### <a name="RoadWorksContainerExtended"></a>RoadWorksContainerExtended Fields: * lightBarSirenInUse of type [**LightBarSirenInUse**](ETSI-ITS-CDD.md#LightBarSirenInUse) OPTIONAL<br> * closedLanes of type [**ClosedLanes**](ETSI-ITS-CDD.md#ClosedLanes) OPTIONAL<br> * restriction of type [**RestrictedTypes**](ETSI-ITS-CDD.md#RestrictedTypes) OPTIONAL<br> * speedLimit of type [**SpeedLimit**](ETSI-ITS-CDD.md#SpeedLimit) OPTIONAL<br> * incidentIndication of type [**CauseCodeV2**](ETSI-ITS-CDD.md#CauseCodeV2) OPTIONAL<br> * recommendedPath of type [**ItineraryPath**](ETSI-ITS-CDD.md#ItineraryPath) OPTIONAL<br> * startingPointSpeedLimit of type [**DeltaReferencePosition**](ETSI-ITS-CDD.md#DeltaReferencePosition) OPTIONAL<br> * trafficFlowRule of type [**TrafficRule**](ETSI-ITS-CDD.md#TrafficRule) OPTIONAL<br> * referenceDenms of type [**ActionIdList**](ETSI-ITS-CDD.md#ActionIdList) OPTIONAL<br> * _lightBarSirenInUse_ of type [**LightBarSirenInUse**](ETSI-ITS-CDD.md#LightBarSirenInUse) OPTIONAL<br> * _closedLanes_ of type [**ClosedLanes**](ETSI-ITS-CDD.md#ClosedLanes) OPTIONAL<br> * _restriction_ of type [**RestrictedTypes**](ETSI-ITS-CDD.md#RestrictedTypes) OPTIONAL<br> * _speedLimit_ of type [**SpeedLimit**](ETSI-ITS-CDD.md#SpeedLimit) OPTIONAL<br> * _incidentIndication_ of type [**CauseCodeV2**](ETSI-ITS-CDD.md#CauseCodeV2) OPTIONAL<br> * _recommendedPath_ of type [**ItineraryPath**](ETSI-ITS-CDD.md#ItineraryPath) OPTIONAL<br> * _startingPointSpeedLimit_ of type [**DeltaReferencePosition**](ETSI-ITS-CDD.md#DeltaReferencePosition) OPTIONAL<br> * _trafficFlowRule_ of type [**TrafficRule**](ETSI-ITS-CDD.md#TrafficRule) OPTIONAL<br> * _referenceDenms_ of type [**ActionIdList**](ETSI-ITS-CDD.md#ActionIdList) OPTIONAL<br> ```asn1 RoadWorksContainerExtended ::= SEQUENCE { lightBarSirenInUse LightBarSirenInUse OPTIONAL, Loading @@ -194,18 +148,12 @@ RoadWorksContainerExtended ::= SEQUENCE { ### <a name="StationaryVehicleContainer"></a>StationaryVehicleContainer Fields: * stationarySince of type [**StationarySince**](ETSI-ITS-CDD.md#StationarySince) OPTIONAL<br> * stationaryCause of type [**CauseCodeV2**](ETSI-ITS-CDD.md#CauseCodeV2) OPTIONAL<br> * carryingDangerousGoods of type [**DangerousGoodsExtended**](ETSI-ITS-CDD.md#DangerousGoodsExtended) OPTIONAL<br> * numberOfOccupants of type [**NumberOfOccupants**](ETSI-ITS-CDD.md#NumberOfOccupants) OPTIONAL<br> * vehicleIdentification of type [**VehicleIdentification**](ETSI-ITS-CDD.md#VehicleIdentification) OPTIONAL<br> * energyStorageType of type [**EnergyStorageType**](ETSI-ITS-CDD.md#EnergyStorageType) OPTIONAL<br> * _stationarySince_ of type [**StationarySince**](ETSI-ITS-CDD.md#StationarySince) OPTIONAL<br> * _stationaryCause_ of type [**CauseCodeV2**](ETSI-ITS-CDD.md#CauseCodeV2) OPTIONAL<br> * _carryingDangerousGoods_ of type [**DangerousGoodsExtended**](ETSI-ITS-CDD.md#DangerousGoodsExtended) OPTIONAL<br> * _numberOfOccupants_ of type [**NumberOfOccupants**](ETSI-ITS-CDD.md#NumberOfOccupants) OPTIONAL<br> * _vehicleIdentification_ of type [**VehicleIdentification**](ETSI-ITS-CDD.md#VehicleIdentification) OPTIONAL<br> * _energyStorageType_ of type [**EnergyStorageType**](ETSI-ITS-CDD.md#EnergyStorageType) OPTIONAL<br> ```asn1 StationaryVehicleContainer ::= SEQUENCE { stationarySince StationarySince OPTIONAL, Loading @@ -219,18 +167,12 @@ StationaryVehicleContainer ::= SEQUENCE { ### <a name="AlacarteContainer"></a>AlacarteContainer Fields: * lanePosition of type [**LanePosition**](ETSI-ITS-CDD.md#LanePosition) OPTIONAL<br> * impactReduction of type [**ImpactReductionContainer**](#ImpactReductionContainer) OPTIONAL<br> * externalTemperature of type [**Temperature**](ETSI-ITS-CDD.md#Temperature) OPTIONAL<br> * roadWorks of type [**RoadWorksContainerExtended**](#RoadWorksContainerExtended) OPTIONAL<br> * positioningSolution of type [**PositioningSolutionType**](ETSI-ITS-CDD.md#PositioningSolutionType) OPTIONAL<br> * stationaryVehicle of type [**StationaryVehicleContainer**](#StationaryVehicleContainer) OPTIONAL<br> * _lanePosition_ of type [**LanePosition**](ETSI-ITS-CDD.md#LanePosition) OPTIONAL<br> * _impactReduction_ of type [**ImpactReductionContainer**](#ImpactReductionContainer) OPTIONAL<br> * _externalTemperature_ of type [**Temperature**](ETSI-ITS-CDD.md#Temperature) OPTIONAL<br> * _roadWorks_ of type [**RoadWorksContainerExtended**](#RoadWorksContainerExtended) OPTIONAL<br> * _positioningSolution_ of type [**PositioningSolutionType**](ETSI-ITS-CDD.md#PositioningSolutionType) OPTIONAL<br> * _stationaryVehicle_ of type [**StationaryVehicleContainer**](#StationaryVehicleContainer) OPTIONAL<br> ```asn1 AlacarteContainer ::= SEQUENCE { lanePosition LanePosition OPTIONAL, Loading @@ -247,7 +189,6 @@ AlacarteContainer ::= SEQUENCE { defaultValidity INTEGER ::= 600 ``` ### <a name="Termination"></a>Termination ```asn1 Termination ::= ENUMERATED {isCancellation(0), isNegation (1)} Loading
docs/ETSI-ITS-CDD.md +1337 −1192 File changed.Preview size limit exceeded, changes collapsed. Show changes