v0-e

Results 4 comments of v0-e

Hey guys. I agree, this is a very useful feature. In my system, with a freshly cloned repo (from gatopeich:o-ran), the version command outputs: ``` $ asn1c -v ASN.1 Compiler,...

It appears to be related with a missing definition to `Control-addGrpC` in your `AddGrpC_noCircular.asn`. It appears to be defined in `AddGrpC.asn` commented in C-style. You can try moving it to...

asn1c (mouse's fork) supports prefixing through the environment variable `ASN1C_PREFIX`. It adds a defined prefix in every C type associated with an ASN.1 definition, including also the header guards. Can...

I recommend you trying out this more active [fork](https://github.com/mouse07410/asn1c). It has support for `WITH SUCCESSORS` and `WITH DESCENDANTS`.