following ASN.1 line is given :

Flags ::= BIT STRING {flag1(0), flag2(1), flag3(2)}


Question :
How can i say, that the first bit is ALWAYS 0 and the following two bits can be o or 1 ?

How do i have to change the line, so that flag1 has ALWAYS value 0 ?

  Flags ::= BIT STRING {flag1(0), flag2(1), flag3(2)}
               ( '000'B | '001'B | '010'B | '011'B )

=====================================================================
Conrad Sigona                    Voice Mail     : 1-732-302-9669 x400
OSS Nokalva                      Fax            : 1-614-388-4156
[EMAIL PROTECTED]                   My direct line : 1-315-845-1773
_______________________________________________
Asn1 mailing list
[email protected]
http://lists.asn1.org/mailman/listinfo/asn1

Reply via email to