jim
Based on a quick look at
<http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-285.pdf>
I see:
ASN.1 Tools Acknowledgement
The ASN.1 specified in this Standard has been checked for conformance
with the ASN.1 Standard by the OSS ASN.1 Tools.
I took a quick look, and it doesn't seem to be particularly thorny
ASN.1 -- a little bit of named bit lists and enumerated types, but
based on my limited understanding I think it should all be supported.
Jim, the ASN.1 is in file form in
<http://www.ecma-international.org/publications/files/ecma-st/ECMA-285-source_files.zip>
Blake
--
Blake Ramsdell | http://www.blakeramsdell.com
There are IMPORTS that are not in the .zip file that Blake pointed to.
We can't see if the compiler works unless we have all the required
modules. The first error message reads:
Ecma-285-asn.txt (8931, 427950, 30): Error Import module name
Remote-Operations-Information-Objects not found.
That error comes from the following:
ERROR FROM Remote-Operations-Information-Objects
{joint-iso-itu-t remote-operations(4) informationObjects(5) version1(0)};
If you don't have that module for the compiler, it can't compile the
whole thing.
(There is a deficiency in a2c that won't tell you exactly what it is
missing, just that something is missing.)
Two issues that I have seen so far
1. If you have an imports where none of the imports are used, it may
generate this error. Place the rose94.asn file first and it will vanish.
2. The use of valuesets/objectsets in classes is not correctly supported.
Additionally you need to determine if you are using PER encoding rules.
These currently do not have any support.
Jim
> -----Original Message-----
> From: a2c-d...@googlegroups.com [mailto:a2c-
> dis...@googlegroups.com] On Behalf Of Steven Cockeram
jim