aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/test/asn1_bin_SUITE_data/ChoTypeRefPrim.asn1
blob: ed6095f769cc0619ad7d809745508540e3dc23eb (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
32
33
34
ChoTypeRefPrim DEFINITIONS IMPLICIT TAGS ::= 

BEGIN

ChoTR ::=  CHOICE 
{
  bool BOOLEAN,
  octStr OctStr,
  int INTEGER
}


ChoTR2 ::=  CHOICE 
{
  octStr OctStr,
  octStrI [114] OctStr,
  octStrE [115] EXPLICIT OctStr,

  octStr-I OctStrImp,
  octStrI-I [214] OctStrImp,
  octStrE-I [215] EXPLICIT OctStrImp,

  octStr-E OctStrExp,
  octStrI-E [314] OctStrExp,
  octStrE-E [315] EXPLICIT OctStrExp

}

OctStr ::= OCTET STRING
OctStrImp ::= [14] OCTET STRING
OctStrExp ::= [15] EXPLICIT OCTET STRING

END