Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vlm committed Feb 25, 2005
1 parent e7727d5 commit 74ee31f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 3 additions & 6 deletions BUGS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 decoding does not support integer (INTEGER, ENUMERATED) values
6. XER codec 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.

4 changes: 4 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74ee31f

Please sign in to comment.