ASN.1 exclusive decode and undecoded rest

Is it the case that exclusive decode doesn’t support the +undec_rest option for returning the undecoded rest of the binary input?

The +asn1config flag is a bit of a mystery because it doesn’t seem to change the generated .erl however the .beam does have the extra functions.

Yes, that seems to be the case.

I can’t reproduce that mystery. For me there are obvious differences in the .erl files when compiling with and without the +asn1config option.

Yeah, that mystery was solved, it was path confusion in my build system.

The feature interaction problem is resolved with a pull request (#8798) I recently sent.

1 Like