asn1c/tests/07-int-OK.asn1.-EF

19 lines
358 B
Plaintext
Raw Normal View History

2005-03-28 17:52:43 +00:00
ModuleTestInt1 { iso org(3) dod(6) internet(1) private(4) enterprise(1)
spelio(9363) software(1) asn1c(5) test(1) 7 }
2004-06-28 21:13:22 +00:00
DEFINITIONS ::=
BEGIN
int123456 INTEGER ::= 123456
Interval ::= INTEGER (1..123456)
2006-03-21 07:54:45 +00:00
SameInterval INTEGER ::= {1 | 2 | 3 | 4 | 5 | 6}
2004-06-28 21:13:22 +00:00
Reason ::= INTEGER {
no-reason(0),
negative-reason(-10),
some-large-value(1324324)
}
END