asn1c icon indicating copy to clipboard operation
asn1c copied to clipboard

Issue with OER encoding for SEQUENCE type

Open DarshanSatannanavar opened this issue 5 years ago • 1 comments

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; }

DarshanSatannanavar avatar Oct 12 '20 18:10 DarshanSatannanavar

What is the inner data type? I think the problem is with that.

nikoulai avatar Oct 21 '20 09:10 nikoulai