/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "TCAPMessages" */ #include asn_TYPE_member_t asn_MBR_TCAP_Reason_1[] = { { ATF_NOFLAGS, 0, offsetof(struct TCAP_Reason, choice.p_abortCause), (ASN_TAG_CLASS_APPLICATION | (10 << 2)), 0, &asn_DEF_TCAP_P_AbortCause, 0, { #if !defined(ASN_DISABLE_OER_SUPPORT) 0, #endif /* !defined(ASN_DISABLE_OER_SUPPORT) */ #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) 0, #endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */ #if !defined(ASN_DISABLE_JER_SUPPORT) 0, #endif /* !defined(ASN_DISABLE_JER_SUPPORT) */ 0 }, 0, 0, /* No default value */ "p-abortCause" }, { ATF_NOFLAGS, 0, offsetof(struct TCAP_Reason, choice.u_abortCause), (ASN_TAG_CLASS_APPLICATION | (11 << 2)), 0, &asn_DEF_TCAP_DialoguePortion, 0, { #if !defined(ASN_DISABLE_OER_SUPPORT) 0, #endif /* !defined(ASN_DISABLE_OER_SUPPORT) */ #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) 0, #endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */ #if !defined(ASN_DISABLE_JER_SUPPORT) 0, #endif /* !defined(ASN_DISABLE_JER_SUPPORT) */ 0 }, 0, 0, /* No default value */ "u-abortCause" }, }; static const asn_TYPE_tag2member_t asn_MAP_TCAP_Reason_tag2el_1[] = { { (ASN_TAG_CLASS_APPLICATION | (10 << 2)), 0, 0, 0 }, /* p-abortCause */ { (ASN_TAG_CLASS_APPLICATION | (11 << 2)), 1, 0, 0 } /* u-abortCause */ }; asn_CHOICE_specifics_t asn_SPC_TCAP_Reason_specs_1 = { sizeof(struct TCAP_Reason), offsetof(struct TCAP_Reason, _asn_ctx), offsetof(struct TCAP_Reason, present), sizeof(((struct TCAP_Reason *)0)->present), asn_MAP_TCAP_Reason_tag2el_1, 2, /* Count of tags in the map */ 0, 0, -1 /* Extensions start */ }; asn_TYPE_descriptor_t asn_DEF_TCAP_Reason = { "Reason", "Reason", &asn_OP_CHOICE, 0, /* No effective tags (pointer) */ 0, /* No effective tags (count) */ 0, /* No tags (pointer) */ 0, /* No tags (count) */ { #if !defined(ASN_DISABLE_OER_SUPPORT) 0, #endif /* !defined(ASN_DISABLE_OER_SUPPORT) */ #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) 0, #endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */ #if !defined(ASN_DISABLE_JER_SUPPORT) 0, #endif /* !defined(ASN_DISABLE_JER_SUPPORT) */ CHOICE_constraint }, asn_MBR_TCAP_Reason_1, 2, /* Elements count */ &asn_SPC_TCAP_Reason_specs_1 /* Additional specs */ };