Open DarshanSatannanavar opened 4 years ago
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.
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; }