Edouard DUPIN

Results 2 issues of Edouard DUPIN

the code: ``` LaneAttributes-Vehicle ::= BIT STRING { isVehicleRevocableLane (0), isVehicleFlyOverLane (1), hovLaneUseOnly (2), restrictedToBusUse (3), restrictedToTaxiUse (4), restrictedFromPublicUse (5), hasIRbeaconCoverage (6), permissionOnRequest (7), autonomousDrivingProhibitedLane (8) } (SIZE (8,...)) ```...

the code: ``` Distance::= SEQUENCE { value INTEGER(1..16384), unit RSCUnit (2..4|6..8) } ``` does not work. does not supported the ```|``` with RSCUnit: ``` RSCUnit::= INTEGER { kmperh (0), milesperh...