blob: 40ea0002300e7f9767eaacc5cf508cc620e5f172 [file] [log] [blame]
Lev Walkinbf979152017-09-07 23:36:11 -07001
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-- .150
7
8ModuleValueWithComponents
9 { iso org(3) dod(6) internet(1) private(4) enterprise(1)
10 spelio(9363) software(1) asn1c(5) test(1) 150 }
11DEFINITIONS ::= BEGIN
12
13 EntityType ::= BIT STRING {app (0), enrol (1)} (SIZE (8))
14
15 GroupPermissions ::= SEQUENCE {
16 minChainDepth INTEGER DEFAULT 1,
17 eeType EntityType DEFAULT {app}
18 }
19
20 EnrolPermissions ::= GroupPermissions (WITH COMPONENTS {
21 minChainDepth (2),
22 eeType ({enrol})
23 })
24
25END