XER handling bug

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@527 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2004-10-21 12:23:16 +00:00
parent ce3debb95f
commit 485cd66288
1 changed files with 3 additions and 0 deletions

3
BUGS
View File

@ -29,3 +29,6 @@ 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
outside the signed long range.