blob: 0a7b6feb55c6e3ba0021fa4adbf6d80b558132d5 [file] [log] [blame]
Lev Walkina105cbc2007-11-06 02:35:13 +00001
2-- OK: Everything is fine
Lev Walkin6c527842014-02-09 04:34:54 -08003-- Also see .134 for wider integer types.
Lev Walkina105cbc2007-11-06 02:35:13 +00004
5-- iso.org.dod.internet.private.enterprise (1.3.6.1.4.1)
6-- .spelio.software.asn1c.test (9363.1.5.1)
7-- .127
8
9ModulePERLong
10 { iso org(3) dod(6) internet (1) private(4) enterprise(1)
11 spelio(9363) software(1) asn1c(5) test(1) 127 }
12 DEFINITIONS AUTOMATIC TAGS ::=
13BEGIN
14
15 T ::= SEQUENCE {
Lev Walkin6c527842014-02-09 04:34:54 -080016 -- Should be supported on all 32-bit platforms and above.
Lev Walkina105cbc2007-11-06 02:35:13 +000017 small32range INTEGER (-2000000000..2000000000),
Lev Walkin8bb57a22007-12-03 13:41:36 +000018 full32range INTEGER (-2147483648..2147483647),
19 unsigned32 INTEGER (0..4294967295),
20 unsplit32 INTEGER (5..500|600..4294967290)
Lev Walkina105cbc2007-11-06 02:35:13 +000021 }
22
23END