Commit b9a7e11c authored by garciay's avatar garciay
Browse files

Reset all changes for ITS-CMS5 Plugtest, keep only Mantis #7209, #7005

parent 307a1bcb
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ DangerousEndOfQueueSubCauseCode ::= INTEGER {unavailable(0), suddenEndOfQueue(1)

DangerousSituationSubCauseCode ::= INTEGER {unavailable(0), emergencyElectronicBrakeEngaged(1), preCrashSystemEngaged(2), espEngaged(3), absEngaged(4), aebEngaged(5), brakeWarningEngaged(6), collisionRiskWarningEngaged(7)} (0..255)

VehicleBreakdownSubCauseCode ::= INTEGER {unavailable(0), lackOfFuel (1), lackOfBatteryPower (2), engineProblem(3), transmissionProblem(4), engineCoolingProblem(5), brakingSystemProblem(6), steeringProblem(7), tyrePuncture(8), tyrePressureProblem(9)} (0..255) -- Mantis #7433
VehicleBreakdownSubCauseCode ::= INTEGER {unavailable(0), lackOfFuel (1), lackOfBatteryPower (2), engineProblem(3), transmissionProblem(4), engineCoolingProblem(5), brakingSystemProblem(6), steeringProblem(7), tyrePuncture(8)} (0..255) 

PostCrashSubCauseCode ::= INTEGER {unavailable(0), accidentWithoutECallTriggered (1), accidentWithECallManuallyTriggered (2), accidentWithECallAutomaticallyTriggered (3), accidentWithECallTriggeredWithoutAccessToCellularNetwork(4)} (0..255)

@@ -221,8 +221,7 @@ ClosedLanes ::= SEQUENCE {

HardShoulderStatus ::= ENUMERATED {availableForStopping(0), closed(1), availableForDriving(2)}

DrivingLaneStatus ::= BIT STRING (SIZE (1..15)) -- Mantis #7296
--DrivingLaneStatus ::= BIT STRING {outermostLaneClosed(1), secondLaneFromOutsideClosed(2)} (SIZE (1..14))
DrivingLaneStatus ::= BIT STRING (SIZE (1..14))


PerformanceClass ::= INTEGER {unavailable(0), performanceClassA(1), performanceClassB(2)} (0..7)
@@ -436,8 +435,7 @@ YawRateConfidence ::= ENUMERATED {
    unavailable (8)
}

--ProtectedZoneType::=  ENUMERATED { permanentCenDsrcTolling (0), temporaryCenDsrcTolling (1), ... }
ProtectedZoneType::=  ENUMERATED { permanentCenDsrcTolling (0), ..., temporaryCenDsrcTolling (1) } -- Mantis #7091
ProtectedZoneType::=  ENUMERATED { cenDsrcTolling (0), ... } 

RelevanceDistance ::= ENUMERATED {lessThan50m(0), lessThan100m(1), lessThan200m(2), lessThan500m(3), lessThan1000m(4), lessThan5km(5), lessThan10km(6), over10km(7)}