aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/test/asn1_SUITE_data/M1.asn
blob: f0575fb25fb468ca2798c457bf929f4f89a33906 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
M1 DEFINITIONS AUTOMATIC TAGS ::=

BEGIN

IMPORTS
   
   Type6
    FROM M2
   ;

Type1 ::= INTEGER (1..3)

Type2 ::= ENUMERATED {one,two}

Type3 ::= BOOLEAN

Type4 ::= SEQUENCE {
  a   Type1,
  b   BOOLEAN
}

Type5 ::= OCTET STRING

END