aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/NULL.c
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2017-07-06 08:26:36 -0700
committerLev Walkin <vlm@lionet.info>2017-08-02 13:32:16 -0700
commitcc1594746aea97a2e21ec04bd424264554e46492 (patch)
tree47395ae9f3fd5a6d7c6766f93bfcc14454fb46b3 /skeletons/NULL.c
parentba68c91b7162465d0748553f4958068e6d32eb56 (diff)
add skeleton OER stubs
Diffstat (limited to 'skeletons/NULL.c')
-rw-r--r--skeletons/NULL.c7
1 files changed, 7 insertions, 0 deletions
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]),