asn1c
asn1c copied to clipboard
Issue with OER encoding for SEQUENCE type
The below mentioned part of code is getting triggered when using OER encoding for SEQUENCE data type. Is OER encoding not completely supported ?
if(!elm->type->op->oer_encoder) { ASN_DEBUG("OER encoder is not defined for type %s", elm->type->name); ASN__ENCODE_FAILED; }
What is the inner data type? I think the problem is with that.