Commit 39dd7bd9 authored by Jasja Tijink's avatar Jasja Tijink
Browse files

Replace ITS-Container.asn

parent b5dd6725
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -611,7 +611,7 @@ CauseCodeType ::= INTEGER {

    impassability                                   (5),
    adverseWeatherCondition-Adhesion                (6),
    aquaplannning                                   (7),
    aquaplaning                                     (7),

    hazardousLocation-SurfaceCondition              (9),
    hazardousLocation-ObstacleOnTheRoad             (10),
@@ -3533,7 +3533,7 @@ VruDeviceUsage ::= ENUMERATED {
 * - 2 `zebraCrossing`          : to indicate that the VRU is on a  zebra crossing (crosswalk).
 * - 3 `sidewalk`               : to indicate that the VRU is on a sidewalk.
 * - 4 `onVehicleRoad`          : to indicate that the VRU is on a traffic lane. 
 + - 5 `protectedGeographicArea`: to indicate that the VRU is in a protected area. 
 * - 5 `protectedGeographicArea`: to indicate that the VRU is in a protected area. 
 * - value 5 to 255             : reserved for future usage. Value 255 is set to "max" in order to bound the size of the encoded field.
 *
 * @category: VRU information
@@ -4097,7 +4097,7 @@ CauseCodeChoice::= CHOICE {
    reserved4                                        SubCauseCodeType,
    impassability                                    SubCauseCodeType,
    adverseWeatherCondition-Adhesion                 AdverseWeatherCondition-AdhesionSubCauseCode,
    aquaplannning                                    SubCauseCodeType,
    aquaplaning                                      SubCauseCodeType,
    reserved8                                        SubCauseCodeType,
    hazardousLocation-SurfaceCondition               HazardousLocation-SurfaceConditionSubCauseCode,
    hazardousLocation-ObstacleOnTheRoad              HazardousLocation-ObstacleOnTheRoadSubCauseCode,
@@ -5664,7 +5664,7 @@ RoadSegmentReferenceId ::= SEQUENCE {
SafeDistanceIndication ::= SEQUENCE {
    subjectStation           StationID OPTIONAL,
    safeDistanceIndicator    SafeDistanceIndicator,
    timeToCollision          DeltaTimeHundredthOfSecond OPTIONAL,
    timeToCollision          DeltaTimeTenthOfSecond OPTIONAL,
    ...
}