Skip to content
Snippets Groups Projects
Commit 96829de3 authored by Lev Walkin's avatar Lev Walkin
Browse files

more XER testing

parent e77d4565
No related branches found
No related tags found
No related merge requests found
......@@ -16,11 +16,13 @@ BEGIN
*/
PDU ::= CHOICE {
sequence Sequence,
set Set,
setOf SetOf,
seqOf SeqOf,
extensibleSet ExtensibleSet
sequence Sequence,
set Set,
setOf SetOf,
sequenceOf SequenceOf,
extensibleSet ExtensibleSet,
extensibleSequence ExtensibleSequence,
...
}
Sequence ::= SEQUENCE {
......@@ -40,7 +42,13 @@ BEGIN
...
}
ExtensibleSequence ::= SEQUENCE {
string UTF8String OPTIONAL,
...,
integer INTEGER OPTIONAL
}
SetOf ::= SET OF REAL
SeqOf ::= SEQUENCE OF id INTEGER
SequenceOf ::= SEQUENCE OF id INTEGER
END
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment