/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "TCAPMessages" */ #include asn_TYPE_member_t asn_MBR_TCAP_Begin_1[] = { { ATF_NOFLAGS, 0, offsetof(struct TCAP_Begin, otid), (ASN_TAG_CLASS_APPLICATION | (8 << 2)), 0, &asn_DEF_TCAP_OrigTransactionID, 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 */ "otid" }, { ATF_POINTER, 2, offsetof(struct TCAP_Begin, dialoguePortion), (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 */ "dialoguePortion" }, { ATF_POINTER, 1, offsetof(struct TCAP_Begin, components), (ASN_TAG_CLASS_APPLICATION | (12 << 2)), 0, &asn_DEF_TCAP_ComponentPortion, 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 */ "components" }, }; static const ber_tlv_tag_t asn_DEF_TCAP_Begin_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static const asn_TYPE_tag2member_t asn_MAP_TCAP_Begin_tag2el_1[] = { { (ASN_TAG_CLASS_APPLICATION | (8 << 2)), 0, 0, 0 }, /* otid */ { (ASN_TAG_CLASS_APPLICATION | (11 << 2)), 1, 0, 0 }, /* dialoguePortion */ { (ASN_TAG_CLASS_APPLICATION | (12 << 2)), 2, 0, 0 } /* components */ }; asn_SEQUENCE_specifics_t asn_SPC_TCAP_Begin_specs_1 = { sizeof(struct TCAP_Begin), offsetof(struct TCAP_Begin, _asn_ctx), asn_MAP_TCAP_Begin_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_Begin = { "Begin", "Begin", &asn_OP_SEQUENCE, asn_DEF_TCAP_Begin_tags_1, sizeof(asn_DEF_TCAP_Begin_tags_1) /sizeof(asn_DEF_TCAP_Begin_tags_1[0]), /* 1 */ asn_DEF_TCAP_Begin_tags_1, /* Same as above */ sizeof(asn_DEF_TCAP_Begin_tags_1) /sizeof(asn_DEF_TCAP_Begin_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_Begin_1, 3, /* Elements count */ &asn_SPC_TCAP_Begin_specs_1 /* Additional specs */ };