aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/ENUMERATED.h
AgeCommit message (Collapse)AuthorFilesLines
2017-10-17constness fixes, round-trip and fuzz-testing for CHOICELev Walkin1-1/+1
2017-10-05add OER ENUMERATED in -fwide-types modeLev Walkin1-0/+2
2017-09-29Combined constraints and introduced value randomizer.Lev Walkin1-0/+1
2017-08-24Move type operations to another structureBi-Ruei, Chiu1-0/+1
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.
2017-08-10structure comparison functionsLev Walkin1-0/+1
2017-08-02Simplify the logic of accessing codec function for specific TYPEBi-Ruei, Chiu1-0/+8
2006-08-18per supportLev Walkin1-0/+1
2005-11-26upgrade: PER related changesLev Walkin1-1/+3
2005-07-24extern "C" used in skeletonsLev Walkin1-0/+8
2004-09-29asn1_* renamed into asn_*Lev Walkin1-1/+1
2004-09-24reheaderizationLev Walkin1-2/+1
2004-06-03Initial revisionLev Walkin1-0/+15