Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asn1c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
qwebaby3
asn1c
Commits
96829de3
Commit
96829de3
authored
20 years ago
by
Lev Walkin
Browse files
Options
Downloads
Patches
Plain Diff
more XER testing
parent
e77d4565
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/70-xer-test-OK.asn1
+14
-6
14 additions, 6 deletions
tests/70-xer-test-OK.asn1
with
14 additions
and
6 deletions
tests/70-xer-test-OK.asn1
+
14
−
6
View file @
96829de3
...
...
@@ -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
Seq
uence
Of ::= SEQUENCE OF id INTEGER
END
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment