From e54e942f80d5d65153e77bde38fef1c5cf703eac Mon Sep 17 00:00:00 2001 From: Lev Walkin Date: Thu, 21 Jul 2005 01:18:19 +0000 Subject: tagging mode is implicit if automatic tags environment is used --- tests/86-atags-OK.asn1.-EF | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 tests/86-atags-OK.asn1.-EF (limited to 'tests/86-atags-OK.asn1.-EF') diff --git a/tests/86-atags-OK.asn1.-EF b/tests/86-atags-OK.asn1.-EF new file mode 100644 index 00000000..ebadd3a5 --- /dev/null +++ b/tests/86-atags-OK.asn1.-EF @@ -0,0 +1,28 @@ +ModuleAutoTags { iso org(3) dod(6) internet(1) private(4) enterprise(1) + spelio(9363) software(1) asn1c(5) test(1) 86 } +DEFINITIONS AUTOMATIC TAGS ::= +BEGIN + +A ::= SEQUENCE { + a [0] IMPLICIT INTEGER +} + +B ::= SEQUENCE { + a [0] IMPLICIT INTEGER +} + +C ::= SEQUENCE { + a [0] IMPLICIT INTEGER +} + +D ::= SEQUENCE { + a [0] EXPLICIT INTEGER +} + +E ::= SEQUENCE { + a [0] EXPLICIT CHOICE { + b [0] IMPLICIT INTEGER + } +} + +END -- cgit v1.2.3