aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/m3ap/m3ap.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/m3ap/m3ap.cnf')
-rw-r--r--asn1/m3ap/m3ap.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/m3ap/m3ap.cnf b/asn1/m3ap/m3ap.cnf
index a4061b9951..ca75f5b83e 100644
--- a/asn1/m3ap/m3ap.cnf
+++ b/asn1/m3ap/m3ap.cnf
@@ -91,7 +91,7 @@ MAX_VAL = asn1_param_get_integer(%(ACTX)s,"upperBound")
static const asn1_par_def_t ProtocolIE_ContainerList_pars[] = {
{ "lowerBound", ASN1_PAR_INTEGER },
{ "upperBound", ASN1_PAR_INTEGER },
- { NULL, 0 }
+ { NULL, (asn1_par_type)0 }
};
asn1_stack_frame_check(actx, "ProtocolIE-ContainerList", ProtocolIE_ContainerList_pars);
#.END