Commit 534f35d2 authored by Lev Walkin's avatar Lev Walkin

test SEQUENCE OF with identifier

parent 9fc8be75
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
ModuleTestXERDecoding ModuleTestXERDecoding
{ iso org(3) dod(6) internet(1) private(4) enterprise(1) { iso org(3) dod(6) internet(1) private(4) enterprise(1)
spelio(9363) software(1) asn1c(5) test(1) 70 } spelio(9363) software(1) asn1c(5) test(1) 70 }
DEFINITIONS ::= DEFINITIONS AUTOMATIC TAGS ::=
BEGIN BEGIN
/* /*
* This module defines several types for the XER decoder testing * This module defines several types for the XER decoder testing
...@@ -17,7 +17,9 @@ BEGIN ...@@ -17,7 +17,9 @@ BEGIN
PDU ::= CHOICE { PDU ::= CHOICE {
sequence Sequence, sequence Sequence,
set Set set Set,
setOf SetOf,
seqOf SeqOf
} }
Sequence ::= SEQUENCE { Sequence ::= SEQUENCE {
...@@ -32,4 +34,7 @@ BEGIN ...@@ -32,4 +34,7 @@ BEGIN
opaque OCTET STRING OPTIONAL opaque OCTET STRING OPTIONAL
} }
SetOf ::= SET OF REAL
SeqOf ::= SEQUENCE OF id INTEGER
END END
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment