aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-08-19 13:31:52 +0000
committerLev Walkin <vlm@lionet.info>2004-08-19 13:31:52 +0000
commite824a9d614a28869c90a51ee8ea579d939883ebd (patch)
tree42b3b915ebdaed44fc2a562208d198e938621bec
parent56c2e8925cd5faa39059b77f9a8d074ce75148ae (diff)
TODO updated
-rw-r--r--TODO12
1 files changed, 2 insertions, 10 deletions
diff --git a/TODO b/TODO
index 1316b857..21f117b0 100644
--- a/TODO
+++ b/TODO
@@ -1,18 +1,10 @@
MAJOR:
-1. Support for the explicit subtype constraints:
- Name ::= IA5String (FROM("A".."Z"))
- Status: in progress.
+1. Support for PER encoding. Requires advanced subtype constraints support (#1)
2. Support for Information Object Classes.
Status: support for parsing IOCs is mostly present. Support for slicing
the IOCs to produce "views" is not yet designed.
-3. Support for PER encoding. Requires advanced subtype constraints support (#1)
-
-4. Support for XER encoding.
-
-MISC:
-
-1. Make sure asn1_DEF_<TYPE>_tags is not an empty structure.
+3. Support for XER encoding.