blob: 3baa862e654f5618baf91870350236bf9e42e067 [file] [log] [blame]
Lev Walkin9c70e742013-10-17 13:03:36 -07001ModuleTestInt1 { iso org(3) dod(6) internet(1) private(4) enterprise(1)
2 spelio(9363) software(1) asn1c(5) test(1) 7 }
Lev Walkin5bbff1e2004-06-28 21:13:22 +00003DEFINITIONS ::=
4BEGIN
5
6int123456 INTEGER ::= 123456
7
8Interval ::= INTEGER (1..123456)
9
Lev Walkin17756972006-03-21 07:54:45 +000010SameInterval INTEGER ::= {1 | 2 | 3 | 4 | 5 | 6}
Lev Walkin5bbff1e2004-06-28 21:13:22 +000011
12Reason ::= INTEGER {
13 no-reason(0),
14 negative-reason(-10),
15 some-large-value(1324324)
16}
17
18END