blob: a3e15a5a940db41eab460f97aeffd02577f18f34 [file] [log] [blame]
Lev Walkin5bbff1e2004-06-28 21:13:22 +00001
2ModuleTestBitString {iso(-1) org(3) dod(6) internet(1) private(4)
3 enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
4 23 }
5DEFINITIONS AUTOMATIC TAGS ::=
6BEGIN
7
8v28 INTEGER ::= 28
9
10BS1 ::= BIT STRING {
11 first(0),
12 third(2),
13 twenty-eight(28)
14}
15
16one-zero-one BS1 ::= '101'B
17
18one0one BS1 ::= '101'B
19
20END