11Uint32_constraint(
const asn_TYPE_descriptor_t *td,
const void *sptr,
12 asn_app_constraint_failed_f *ctfailcb,
void *app_key) {
15 ASN__CTFAIL(app_key, td, sptr,
16 "%s: value not given (%s:%d)",
17 td->name, __FILE__, __LINE__);
30#if !defined(ASN_DISABLE_OER_SUPPORT)
31static asn_oer_constraints_t asn_OER_type_Uint32_constr_1 CC_NOTUSED = {
35#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
36asn_per_constraints_t asn_PER_type_Uint32_constr_1 CC_NOTUSED = {
37 { APC_CONSTRAINED, 32, -1, 0, 4294967295 } ,
38 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
42const asn_INTEGER_specifics_t asn_SPC_Uint32_specs_1 = {
47static const ber_tlv_tag_t asn_DEF_Uint32_tags_1[] = {
48 (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
50asn_TYPE_descriptor_t asn_DEF_Uint32 = {
53 &asn_OP_NativeInteger,
54 asn_DEF_Uint32_tags_1,
55 sizeof(asn_DEF_Uint32_tags_1)
56 /
sizeof(asn_DEF_Uint32_tags_1[0]),
57 asn_DEF_Uint32_tags_1,
58 sizeof(asn_DEF_Uint32_tags_1)
59 /
sizeof(asn_DEF_Uint32_tags_1[0]),
61#if !defined(ASN_DISABLE_OER_SUPPORT)
62 &asn_OER_type_Uint32_constr_1,
64#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
65 &asn_PER_type_Uint32_constr_1,
70 &asn_SPC_Uint32_specs_1