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
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
oai
asn1c
Commits
74ee31fa
Commit
74ee31fa
authored
20 years ago
by
Lev Walkin
Browse files
Options
Downloads
Patches
Plain Diff
updated
parent
e7727d5f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
BUGS
+3
-6
3 additions, 6 deletions
BUGS
INSTALL
+4
-0
4 additions, 0 deletions
INSTALL
with
7 additions
and
6 deletions
BUGS
+
3
−
6
View file @
74ee31fa
...
...
@@ -11,8 +11,7 @@ by ASN.1. Not a problem as most specifications use very small values anyway.
NOTE: This statement does not apply to the target code _produced_
by the compiler.
2. ASN Macros are prohibited by the current ASN.1 standard,
and are not supported.
2. A MACRO facility is part of obsolete ASN.1 standard, and is not supported.
3. Multiple tags applied at the same level are not supported:
BadTags ::= [0] EXPLICIT [2] IMPLICIT OtherType
...
...
@@ -29,10 +28,8 @@ decoder is perfectly capable of decoding such sequences.
5. Encoding or decoding of structures with combined length greater than 16MB
is not tested.
6. XER dec
oding
does not support integer (INTEGER, ENUMERATED) values
6. XER
co
dec does not support integer (INTEGER, ENUMERATED) values
outside the signed long range.
7. XER codecs do not handle the identifiers in ENUMERATED, INTEGER and
BIT STRING types. The problem is that it is unclear how to forward-compatibly
handle the future extensions.
7. XER codecs do not handle the identifiers in BIT STRING type.
This diff is collapsed.
Click to expand it.
INSTALL
+
4
−
0
View file @
74ee31fa
...
...
@@ -2,9 +2,13 @@ QUICK START INSTALLATION
========================
./configure # Configure the build infrastructure for your platform
make # Build the libraries and the compiler
make check # Ensure that the code is still behaving well
# after compiling on your platform
# PLEASE CONTACT ME IF THIS FAILS ON YOUR PLATFORM!
make install # Install the compiler into standard location
man asn1c # Display the asn1c manual page
...
...
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