Support BIT STRING types without enumerators.
[asn2quickder] / testdata / size_constraint.asn
index 7e4c84d..3f166c6 100644 (file)
@@ -9,6 +9,7 @@ BEGIN
   ConstrainedOctetStr3 ::= OCTET STRING (SIZE(min..max))\r
 \r
   ConstrainedBitString1 ::= BIT STRING { one(1), two(2) } (SIZE(6))\r
+  ConstrainedBitString2 ::= BIT STRING (SIZE(6))\r
 \r
   -- TypeWithConstraint syntax for SET OF and SEQUENCE OF\r
   SizedSetOf ::= SET SIZE(1..100) OF INTEGER\r