/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "SGP32Definitions" * found in "../../../asn1/SGP32Definitions.asn" * `asn1c -fcompound-names -no-gen-example` */ #include "ProfileDownloadData.h" static int memb_activationCode_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr, asn_app_constraint_failed_f *ctfailcb, void *app_key) { const UTF8String_t *st = (const UTF8String_t *)sptr; size_t size; if(!sptr) { ASN__CTFAIL(app_key, td, sptr, "%s: value not given (%s:%d)", td->name, __FILE__, __LINE__); return -1; } size = UTF8String_length(st); if((ssize_t)size < 0) { ASN__CTFAIL(app_key, td, sptr, "%s: UTF-8: broken encoding (%s:%d)", td->name, __FILE__, __LINE__); return -1; } if((size <= 255)) { /* Constraint check succeeded */ return 0; } else { ASN__CTFAIL(app_key, td, sptr, "%s: constraint failed (%s:%d)", td->name, __FILE__, __LINE__); return -1; } } static asn_oer_constraints_t asn_OER_memb_activationCode_constr_2 CC_NOTUSED = { { 0, 0 }, -1 /* (SIZE(0..MAX)) */}; static asn_per_constraints_t asn_PER_memb_activationCode_constr_2 CC_NOTUSED = { { APC_UNCONSTRAINED, -1, -1, 0, 0 }, { APC_UNCONSTRAINED, -1, -1, 0, 0 }, 0, 0 /* No PER value map */ }; static asn_oer_constraints_t asn_OER_type_ProfileDownloadData_constr_1 CC_NOTUSED = { { 0, 0 }, -1}; asn_per_constraints_t asn_PER_type_ProfileDownloadData_constr_1 CC_NOTUSED = { { APC_CONSTRAINED | APC_EXTENSIBLE, 2, 2, 0, 2 } /* (0..2,...) */, { APC_UNCONSTRAINED, -1, -1, 0, 0 }, 0, 0 /* No PER value map */ }; static asn_TYPE_member_t asn_MBR_contactSmds_4[] = { { ATF_POINTER, 1, offsetof(struct ProfileDownloadData__contactSmds, smdsAddress), (ASN_TAG_CLASS_CONTEXT | (0 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_UTF8String, 0, { 0, 0, 0 }, 0, 0, /* No default value */ "smdsAddress" }, }; static const int asn_MAP_contactSmds_oms_4[] = { 0 }; static const ber_tlv_tag_t asn_DEF_contactSmds_tags_4[] = { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static const asn_TYPE_tag2member_t asn_MAP_contactSmds_tag2el_4[] = { { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* smdsAddress */ }; static asn_SEQUENCE_specifics_t asn_SPC_contactSmds_specs_4 = { sizeof(struct ProfileDownloadData__contactSmds), offsetof(struct ProfileDownloadData__contactSmds, _asn_ctx), asn_MAP_contactSmds_tag2el_4, 1, /* Count of tags in the map */ asn_MAP_contactSmds_oms_4, /* Optional members */ 1, 0, /* Root/Additions */ 1, /* First extension addition */ }; static /* Use -fall-defs-global to expose */ asn_TYPE_descriptor_t asn_DEF_contactSmds_4 = { "contactSmds", "contactSmds", &asn_OP_SEQUENCE, asn_DEF_contactSmds_tags_4, sizeof(asn_DEF_contactSmds_tags_4) /sizeof(asn_DEF_contactSmds_tags_4[0]) - 1, /* 1 */ asn_DEF_contactSmds_tags_4, /* Same as above */ sizeof(asn_DEF_contactSmds_tags_4) /sizeof(asn_DEF_contactSmds_tags_4[0]), /* 2 */ { 0, 0, SEQUENCE_constraint }, asn_MBR_contactSmds_4, 1, /* Elements count */ &asn_SPC_contactSmds_specs_4 /* Additional specs */ }; asn_TYPE_member_t asn_MBR_ProfileDownloadData_1[] = { { ATF_NOFLAGS, 0, offsetof(struct ProfileDownloadData, choice.activationCode), (ASN_TAG_CLASS_CONTEXT | (0 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_UTF8String, 0, { &asn_OER_memb_activationCode_constr_2, &asn_PER_memb_activationCode_constr_2, memb_activationCode_constraint_1 }, 0, 0, /* No default value */ "activationCode" }, { ATF_NOFLAGS, 0, offsetof(struct ProfileDownloadData, choice.contactDefaultSmdp), (ASN_TAG_CLASS_CONTEXT | (1 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_NULL, 0, { 0, 0, 0 }, 0, 0, /* No default value */ "contactDefaultSmdp" }, { ATF_NOFLAGS, 0, offsetof(struct ProfileDownloadData, choice.contactSmds), (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 0, &asn_DEF_contactSmds_4, 0, { 0, 0, 0 }, 0, 0, /* No default value */ "contactSmds" }, }; static const asn_TYPE_tag2member_t asn_MAP_ProfileDownloadData_tag2el_1[] = { { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* activationCode */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* contactDefaultSmdp */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* contactSmds */ }; asn_CHOICE_specifics_t asn_SPC_ProfileDownloadData_specs_1 = { sizeof(struct ProfileDownloadData), offsetof(struct ProfileDownloadData, _asn_ctx), offsetof(struct ProfileDownloadData, present), sizeof(((struct ProfileDownloadData *)0)->present), asn_MAP_ProfileDownloadData_tag2el_1, 3, /* Count of tags in the map */ 0, 0, 3 /* Extensions start */ }; asn_TYPE_descriptor_t asn_DEF_ProfileDownloadData = { "ProfileDownloadData", "ProfileDownloadData", &asn_OP_CHOICE, 0, /* No effective tags (pointer) */ 0, /* No effective tags (count) */ 0, /* No tags (pointer) */ 0, /* No tags (count) */ { &asn_OER_type_ProfileDownloadData_constr_1, &asn_PER_type_ProfileDownloadData_constr_1, CHOICE_constraint }, asn_MBR_ProfileDownloadData_1, 3, /* Elements count */ &asn_SPC_ProfileDownloadData_specs_1 /* Additional specs */ };