vlm / asn1c

The ASN.1 Compiler
http://lionet.info/asn1c/
BSD 2-Clause "Simplified" License
1.05k stars 558 forks source link

Issue with OER encoding for SEQUENCE type #403

Open DarshanSatannanavar opened 4 years ago

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

nikoulai commented 4 years ago

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