asn1bean icon indicating copy to clipboard operation
asn1bean copied to clipboard

Extendlable bit-string

Open HeeroYui opened this issue 4 years ago • 0 comments

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.

HeeroYui avatar Oct 13 '20 11:10 HeeroYui