From cc1594746aea97a2e21ec04bd424264554e46492 Mon Sep 17 00:00:00 2001 From: Lev Walkin Date: Thu, 6 Jul 2017 08:26:36 -0700 Subject: add skeleton OER stubs --- skeletons/NULL.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'skeletons/NULL.c') diff --git a/skeletons/NULL.c b/skeletons/NULL.c index fb21c75d..d9668276 100644 --- a/skeletons/NULL.c +++ b/skeletons/NULL.c @@ -30,6 +30,13 @@ asn_TYPE_descriptor_t asn_DEF_NULL = { NULL_decode_uper, /* Unaligned PER decoder */ NULL_encode_uper, /* Unaligned PER encoder */ #endif /* ASN_DISABLE_PER_SUPPORT */ +#ifdef ASN_DISABLE_OER_SUPPORT + 0, + 0, +#else + 0, + 0, +#endif /* ASN_DISABLE_OER_SUPPORT */ 0, /* Use generic outmost tag fetcher */ asn_DEF_NULL_tags, sizeof(asn_DEF_NULL_tags) / sizeof(asn_DEF_NULL_tags[0]), -- cgit v1.2.3