Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asn1c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
asn1c
Commits
bc00c1c7
Commit
bc00c1c7
authored
Sep 05, 2004
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
additional tests
parent
daa7d2b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
2 deletions
+32
-2
tests/37-indirect-choice-OK.asn1
tests/37-indirect-choice-OK.asn1
+4
-2
tests/37-indirect-choice-OK.asn1.-EF
tests/37-indirect-choice-OK.asn1.-EF
+28
-0
No files found.
tests/37-indirect-choice-OK.asn1
View file @
bc00c1c7
...
...
@@ -8,14 +8,14 @@
ModuleTestIndirectChoiceFine
{ iso org(3) dod(6) internet(1) private(4) enterprise(1)
spelio(9363) software(1) asn1c(5) test(1) 37 }
DEFINITIONS ::=
DEFINITIONS
IMPLICIT TAGS
::=
BEGIN
T ::= CHOICE {
t-a INTEGER,
t-b OCTET STRING,
t-c [1] Choice1,
t-d Choice2
t-d
[3]
Choice2
}
Choice1 ::= CHOICE {
...
...
@@ -29,4 +29,6 @@ BEGIN
c-d [3] Choice1
}
Choice3 ::= [3] EXPLICIT Choice2 -- tags [3] [2]
END
tests/37-indirect-choice-OK.asn1.-EF
0 → 100644
View file @
bc00c1c7
ModuleTestIndirectChoiceFine {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
37 }
DEFINITIONS IMPLICIT TAGS ::=
BEGIN
T ::= CHOICE {
t-a INTEGER,
t-b OCTET STRING,
t-c [1] EXPLICIT Choice1,
t-d [3] IMPLICIT Choice2
}
Choice1 ::= CHOICE {
c-a OCTET STRING,
c-b INTEGER
}
Choice2 ::= [2] EXPLICIT CHOICE {
c-a OCTET STRING,
c-b INTEGER,
c-d [3] EXPLICIT Choice1
}
Choice3 ::= [3] EXPLICIT Choice2
END
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment