/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "TCAPMessages" */ #include static asn_TYPE_member_t asn_MBR_TCAP_ExternalPDU_1[] = { { ATF_NOFLAGS, 0, offsetof(struct TCAP_ExternalPDU, oid), (ASN_TAG_CLASS_UNIVERSAL | (6 << 2)), 0, &asn_DEF_OBJECT_IDENTIFIER, 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 */ "oid" }, { ATF_NOFLAGS, 0, offsetof(struct TCAP_ExternalPDU, dialog), (ASN_TAG_CLASS_CONTEXT | (0 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_TCAP_Dialog1, 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 */ "dialog" }, }; static const ber_tlv_tag_t asn_DEF_TCAP_ExternalPDU_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (8 << 2)), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static const asn_TYPE_tag2member_t asn_MAP_TCAP_ExternalPDU_tag2el_1[] = { { (ASN_TAG_CLASS_UNIVERSAL | (6 << 2)), 0, 0, 0 }, /* oid */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 1, 0, 0 } /* dialog */ }; static asn_SEQUENCE_specifics_t asn_SPC_TCAP_ExternalPDU_specs_1 = { sizeof(struct TCAP_ExternalPDU), offsetof(struct TCAP_ExternalPDU, _asn_ctx), asn_MAP_TCAP_ExternalPDU_tag2el_1, 2, /* Count of tags in the map */ 0, 0, 0, /* Optional elements (not needed) */ -1, /* First extension addition */ }; asn_TYPE_descriptor_t asn_DEF_TCAP_ExternalPDU = { "ExternalPDU", "ExternalPDU", &asn_OP_SEQUENCE, asn_DEF_TCAP_ExternalPDU_tags_1, sizeof(asn_DEF_TCAP_ExternalPDU_tags_1) /sizeof(asn_DEF_TCAP_ExternalPDU_tags_1[0]) - 1, /* 1 */ asn_DEF_TCAP_ExternalPDU_tags_1, /* Same as above */ sizeof(asn_DEF_TCAP_ExternalPDU_tags_1) /sizeof(asn_DEF_TCAP_ExternalPDU_tags_1[0]), /* 2 */ { #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_ExternalPDU_1, 2, /* Elements count */ &asn_SPC_TCAP_ExternalPDU_specs_1 /* Additional specs */ };