Commit 527497f7 authored by Lev Walkin's avatar Lev Walkin

enable OER encoder

parent 486fd5cb
...@@ -35,8 +35,8 @@ asn_TYPE_descriptor_t asn_DEF_INTEGER = { ...@@ -35,8 +35,8 @@ asn_TYPE_descriptor_t asn_DEF_INTEGER = {
0, 0,
0, 0,
#else #else
INTEGER_decode_oer, /* OER decoder */ INTEGER_decode_oer, /* OER decoder */
0, /*INTEGER_encode_oer,*/ /* Canonical OER encoder */ INTEGER_encode_oer, /* Canonical OER encoder */
#endif /* ASN_DISABLE_OER_SUPPORT */ #endif /* ASN_DISABLE_OER_SUPPORT */
0, /* Use generic outmost tag fetcher */ 0, /* Use generic outmost tag fetcher */
asn_DEF_INTEGER_tags, asn_DEF_INTEGER_tags,
......
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