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
5a405b25
Commit
5a405b25
authored
19 years ago
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no comment
parent
aa7f5308
vlm_master
velichkov_s1ap_plus_option_group
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
1 deletion
+30
-1
tests/97-type-identifier-SW.asn1
tests/97-type-identifier-SW.asn1
+1
-1
tests/97-type-identifier-SW.asn1.-EF
tests/97-type-identifier-SW.asn1.-EF
+29
-0
No files found.
tests/97-type-identifier-SW.asn1
View file @
5a405b25
...
...
@@ -22,7 +22,7 @@ BEGIN
TYPE-IDENTIFIER ::= CLASS {
&id2 OBJECT IDENTIFIER UNIQUE,
&Type
}
}
WITH SYNTAX { [ &Type -- comment --] IDENTIFIED BY &id2 }
END
...
...
This diff is collapsed.
Click to expand it.
tests/97-type-identifier-SW.asn1.-EF
0 → 100644
View file @
5a405b25
ModuleTypeIdentifier1 { iso org(3) dod(6) internet(1) private(4) enterprise(1)
spelio(9363) software(1) asn1c(5) test(1) 97 1 }
DEFINITIONS ::=
BEGIN
T1 ::= SEQUENCE {
id TYPE-IDENTIFIER.&id2,
type TYPE-IDENTIFIER.&Type
}
TYPE-IDENTIFIER ::= CLASS {
&id2 OBJECT IDENTIFIER UNIQUE,
&Type ANY
} WITH SYNTAX { [ &Type ] IDENTIFIED BY &id2 }
END
ModuleTypeIdentifier2 { iso org(3) dod(6) internet(1) private(4) enterprise(1)
spelio(9363) software(1) asn1c(5) test(1) 97 2 }
DEFINITIONS ::=
BEGIN
T2 ::= SEQUENCE {
id TYPE-IDENTIFIER.&id,
type TYPE-IDENTIFIER.&Type
}
END
This diff is collapsed.
Click to expand it.
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