asn1bean
asn1bean copied to clipboard
Extendlable bit-string
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,...))
in SIZE, the ,
is not supported.