aboutsummaryrefslogtreecommitdiffstats
path: root/tests/04-enum-SE.asn1.-E
blob: 19b431cc5e4e8d1ea44f60c24e1d304fc73e5c13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
ModuleTestEnum2 {iso org(3) dod(6) internet(1) private(4)
	enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
	4 }
DEFINITIONS ::=
BEGIN

enum1 Enum1 ::= blue

Enum1 ::= ENUMERATED {
    red,
    green,
    ...,
    blue(1)
}

END