Commit 2ffc01d3 authored by Lev Walkin's avatar Lev Walkin

temporary using INTEGER XER decoding

parent 3256d6f6
...@@ -20,8 +20,8 @@ asn_TYPE_descriptor_t asn_DEF_ENUMERATED = { ...@@ -20,8 +20,8 @@ asn_TYPE_descriptor_t asn_DEF_ENUMERATED = {
asn_generic_no_constraint, asn_generic_no_constraint,
ber_decode_primitive, ber_decode_primitive,
INTEGER_encode_der, /* Implemented in terms of INTEGER */ INTEGER_encode_der, /* Implemented in terms of INTEGER */
0, /* Not implemented yet */ INTEGER_decode_xer, /* This is temporary! */
INTEGER_encode_xer, /* Implemented in terms of INTEGER */ INTEGER_encode_xer,
0, /* Use generic outmost tag fetcher */ 0, /* Use generic outmost tag fetcher */
asn_DEF_ENUMERATED_tags, asn_DEF_ENUMERATED_tags,
sizeof(asn_DEF_ENUMERATED_tags) / sizeof(asn_DEF_ENUMERATED_tags[0]), sizeof(asn_DEF_ENUMERATED_tags) / sizeof(asn_DEF_ENUMERATED_tags[0]),
......
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