Commit eabdcc57 authored by garciay's avatar garciay
Browse files

Change declaration of ProtectedZone data structure to keep backward compliance

parent 01574d60
......@@ -435,7 +435,8 @@ YawRateConfidence ::= ENUMERATED {
unavailable (8)
}
ProtectedZoneType::= ENUMERATED { permanentCenDsrcTolling (0), temporaryCenDsrcTolling (1), ... } -- Mantis #7091
--ProtectedZoneType::= ENUMERATED { permanentCenDsrcTolling (0), temporaryCenDsrcTolling (1), ... }
ProtectedZoneType::= ENUMERATED { permanentCenDsrcTolling (0), ..., temporaryCenDsrcTolling (1) } -- Mantis #7091
RelevanceDistance ::= ENUMERATED {lessThan50m(0), lessThan100m(1), lessThan200m(2), lessThan500m(3), lessThan1000m(4), lessThan5km(5), lessThan10km(6), over10km(7)}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment