add const
diff --git a/skeletons/NativeInteger_oer.c b/skeletons/NativeInteger_oer.c
index 25794e2..f13f782 100644
--- a/skeletons/NativeInteger_oer.c
+++ b/skeletons/NativeInteger_oer.c
@@ -10,7 +10,7 @@
 #include <errno.h>
 
 asn_dec_rval_t
-NativeInteger_decode_oer(asn_codec_ctx_t *opt_codec_ctx,
+NativeInteger_decode_oer(const asn_codec_ctx_t *opt_codec_ctx,
                          asn_TYPE_descriptor_t *td,
                          const asn_oer_constraints_t *constraints,
                          void **nint_ptr, const void *ptr, size_t size) {