Small bug in asn1

Erik Reitsma (ETM) Erik.Reitsma@REDACTED
Thu Jun 19 09:11:31 CEST 2003


Hi,

I tried to compile an ASN.1 file (using ber), and got a compiler error. It was caused by the following bug. In asn1ct_gen_ber_bin.erl, asn1ct_gen_ber.erl and asn1rt_ber_bin.erl the tag 'ObjectDescriptor' is mistakenly called 'OBJECT DESCRIPTOR'. Replacing 'OBJECT DESCRIPTOR' by 'ObjectDescriptor' in these three files (all files where it occurs), made it possible to compile the ASN.1 and use the generated code to decode messages correctly.

Regards,
*Erik.




More information about the erlang-questions mailing list