aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/test/asn1_SUITE_data/Def.asn1
blob: 8dd5b383e31630fce270a99078591c041e2d7035 (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
25
26
27
28
29
30
31
Def DEFINITIONS IMPLICIT TAGS ::= 

BEGIN

Def1 ::=  SEQUENCE 
{
  bool0 [0] BOOLEAN,
  bool1 [1] BOOLEAN DEFAULT FALSE,
  bool2 [2] BOOLEAN DEFAULT FALSE,
  bool3 [3] BOOLEAN DEFAULT FALSE
}


Def2 ::=  SEQUENCE 
{
  bool10 [10] BOOLEAN,
  bool11 [11] BOOLEAN DEFAULT FALSE,
  bool12 [12] BOOLEAN DEFAULT FALSE,
  bool13 [13] BOOLEAN 
}


Def3 ::=  SEQUENCE 
{
  bool30 [30] BOOLEAN DEFAULT FALSE,
  bool31 [31] BOOLEAN DEFAULT FALSE,
  bool32 [32] BOOLEAN DEFAULT FALSE,
  bool33 [33] BOOLEAN DEFAULT FALSE 
}

END