From 534bff35d8817129c9a977d4f4db053ae1d9faab Mon Sep 17 00:00:00 2001 From: Lev Walkin <vlm@lionet.info> Date: Fri, 18 Feb 2005 09:10:24 +0000 Subject: [PATCH] XER codec limitations --- BUGS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/BUGS b/BUGS index 2d96f757..0e9ff358 100644 --- a/BUGS +++ b/BUGS @@ -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. + + + -- GitLab