blob: 0b26cf797809e2633e819bfaa064308cff76cb0e [file] [log] [blame]
Lev Walkin3645c1c2004-10-31 00:11:50 +00001
2-- OK: Everything is Fine
3
4-- iso.org.dod.internet.private.enterprise (1.3.6.1.4.1)
5-- .spelio.software.asn1c.test (9363.1.5.1)
6-- .68
7
8ModuleTestEnumeratedDefault
9 { iso org(3) dod(6) internet(1) private(4) enterprise(1)
10 spelio(9363) software(1) asn1c(5) test(1) 68 }
11 DEFINITIONS ::=
12BEGIN
13
14 Type ::= SEQUENCE {
15 reportAmount ReportAmount DEFAULT ra-default,
16 reportInterval INTEGER
17 }
18
19 ReportAmount ::= ENUMERATED { a, b, c, ra-default }
20
21END