add const
diff --git a/skeletons/constr_SET.c b/skeletons/constr_SET.c
index a0bacb5..deff98f 100644
--- a/skeletons/constr_SET.c
+++ b/skeletons/constr_SET.c
@@ -94,7 +94,7 @@
  * The decoder of the SET type.
  */
 asn_dec_rval_t
-SET_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
+SET_decode_ber(const asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
 	void **struct_ptr, const void *ptr, size_t size, int tag_mode) {
 	/*
 	 * Bring closer parts of structure description.
@@ -605,7 +605,7 @@
  * Decode the XER (XML) data.
  */
 asn_dec_rval_t
-SET_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
+SET_decode_xer(const asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
 	void **struct_ptr, const char *opt_mname,
 		const void *buf_ptr, size_t size) {
 	/*