aboutsummaryrefslogtreecommitdiffstats
path: root/tests/62-any-OK.asn1.-EF
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-01-17 12:27:41 +0000
committerLev Walkin <vlm@lionet.info>2005-01-17 12:27:41 +0000
commit1a01e197774639b9898e22ae39faf30f03d83e71 (patch)
tree326fa9f115839afeaed34a8b1fcf6997c8970a72 /tests/62-any-OK.asn1.-EF
parent15f54d4b89355b5b4148e9521f5a6bec22878a8f (diff)
choice tagging fix
Diffstat (limited to 'tests/62-any-OK.asn1.-EF')
-rw-r--r--tests/62-any-OK.asn1.-EF7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/62-any-OK.asn1.-EF b/tests/62-any-OK.asn1.-EF
index 4c8f5c4b..a7917fc7 100644
--- a/tests/62-any-OK.asn1.-EF
+++ b/tests/62-any-OK.asn1.-EF
@@ -7,7 +7,8 @@ BEGIN
T ::= CHOICE {
s1 T1-ext,
s2 T2,
- s3 T3
+ s3 T3,
+ s4 T4
}
T1-ext ::= SEQUENCE {
@@ -30,4 +31,8 @@ T3 ::= SET {
m2 [1] IMPLICIT BOOLEAN
}
+T4 ::= [53] EXPLICIT CHOICE {
+ m1 [1] IMPLICIT OCTET STRING
+}
+
END