• Bi-Ruei, Chiu's avatar
    Move type operations to another structure · 1f87ac00
    Bi-Ruei, Chiu authored
    Every type has free, print, check_constraints, ber_decoder, der_encoder,
    xer_decoder, xer_encoder, uper_decoder, uper_encoder and outmost_tag
    operations. We move them out to a separate structure asn_TYPE_operation_t.
    
    Combined with previous logic simplification, these operations are based
    on ASN.1 basic types, constructed types and string types. So we can
    reduce the space occupied by asn_TYPE_descriptor_t variables.
    1f87ac00
oer_decoder.c 2.66 KB