ASN compiler
Bertil Karlsson
bertil@REDACTED
Tue Sep 14 10:27:27 CEST 2004
Casper wrote:
> Hi All,
>
> Does ASN compiler in Erlang support Macro notation? If I need to create
No, there is not any support of macro notations. Macro notations has
been deprecated from the ASN.1 standard since 1994. It is replaced by
the information objects. The OTP asn1 compiler support information objects.
> encoder/decoder for GSM MAP 09.02, how can I do it?
If those specs contain macro notation I guess you can find a more modern
version of it using information objects.
If you have to use an old spec with macros you have to rewrite it. In
that case you'll find some information in the free book by Olivier
Duboisson at: http://asn1.elibel.tm.fr/en/book/index.htm
/Bertil
>
> Thanks in advace!
>
> Regards,
> Eranga
>
>
More information about the erlang-questions
mailing list