Commit 96829de3 authored by Lev Walkin's avatar Lev Walkin

more XER testing

parent e77d4565
...@@ -16,11 +16,13 @@ BEGIN ...@@ -16,11 +16,13 @@ BEGIN
*/ */
PDU ::= CHOICE { PDU ::= CHOICE {
sequence Sequence, sequence Sequence,
set Set, set Set,
setOf SetOf, setOf SetOf,
seqOf SeqOf, sequenceOf SequenceOf,
extensibleSet ExtensibleSet extensibleSet ExtensibleSet,
extensibleSequence ExtensibleSequence,
...
} }
Sequence ::= SEQUENCE { Sequence ::= SEQUENCE {
...@@ -40,7 +42,13 @@ BEGIN ...@@ -40,7 +42,13 @@ BEGIN
... ...
} }
ExtensibleSequence ::= SEQUENCE {
string UTF8String OPTIONAL,
...,
integer INTEGER OPTIONAL
}
SetOf ::= SET OF REAL SetOf ::= SET OF REAL
SeqOf ::= SEQUENCE OF id INTEGER SequenceOf ::= 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