Commit 8077f938 authored by Lev Walkin's avatar Lev Walkin

define INTEGER_free

parent 63099079
......@@ -17,7 +17,7 @@ static const ber_tlv_tag_t asn_DEF_INTEGER_tags[] = {
asn_TYPE_descriptor_t asn_DEF_INTEGER = {
"INTEGER",
"INTEGER",
ASN__PRIMITIVE_TYPE_free,
INTEGER_free,
INTEGER_print,
asn_generic_no_constraint,
ber_decode_primitive,
......
......@@ -34,6 +34,7 @@ typedef const struct asn_INTEGER_specifics_s {
int field_unsigned; /* Signed=0, unsigned=1 */
} asn_INTEGER_specifics_t;
#define INTEGER_free ASN__PRIMITIVE_TYPE_free
asn_struct_print_f INTEGER_print;
ber_type_decoder_f INTEGER_decode_ber;
der_type_encoder_f INTEGER_encode_der;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment