/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "TCAPMessages" */ #include asn_TYPE_member_t asn_MBR_TCAP_Abort_1[] = { { ATF_NOFLAGS, 0, offsetof(struct TCAP_Abort, dtid), (ASN_TAG_CLASS_APPLICATION | (9 << 2)), 0, &asn_DEF_TCAP_DestTransactionID, 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 */ "dtid" }, { ATF_POINTER, 1, offsetof(struct TCAP_Abort, reason), -1 /* Ambiguous tag (CHOICE?) */, 0, &asn_DEF_TCAP_Reason, 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 */ "reason" }, }; static const ber_tlv_tag_t asn_DEF_TCAP_Abort_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static const asn_TYPE_tag2member_t asn_MAP_TCAP_Abort_tag2el_1[] = { { (ASN_TAG_CLASS_APPLICATION | (9 << 2)), 0, 0, 0 }, /* dtid */ { (ASN_TAG_CLASS_APPLICATION | (10 << 2)), 1, 0, 0 }, /* p-abortCause */ { (ASN_TAG_CLASS_APPLICATION | (11 << 2)), 1, 0, 0 } /* u-abortCause */ }; asn_SEQUENCE_specifics_t asn_SPC_TCAP_Abort_specs_1 = { sizeof(struct TCAP_Abort), offsetof(struct TCAP_Abort, _asn_ctx), asn_MAP_TCAP_Abort_tag2el_1, 3, /* Count of tags in the map */ 0, 0, 0, /* Optional elements (not needed) */ -1, /* First extension addition */ }; asn_TYPE_descriptor_t asn_DEF_TCAP_Abort = { "Abort", "Abort", &asn_OP_SEQUENCE, asn_DEF_TCAP_Abort_tags_1, sizeof(asn_DEF_TCAP_Abort_tags_1) /sizeof(asn_DEF_TCAP_Abort_tags_1[0]), /* 1 */ asn_DEF_TCAP_Abort_tags_1, /* Same as above */ sizeof(asn_DEF_TCAP_Abort_tags_1) /sizeof(asn_DEF_TCAP_Abort_tags_1[0]), /* 1 */ { #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) */ SEQUENCE_constraint }, asn_MBR_TCAP_Abort_1, 2, /* Elements count */ &asn_SPC_TCAP_Abort_specs_1 /* Additional specs */ };