XER codec limitations

This commit is contained in:
Lev Walkin 2005-02-18 09:10:24 +00:00
parent 815331cefd
commit 534bff35d8
1 changed files with 6 additions and 0 deletions

6
BUGS
View File

@ -32,3 +32,9 @@ is not tested.
6. XER decoding 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.