/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "TCAPMessages" */ #include asn_TYPE_member_t asn_MBR_TCAP_Invoke_1[] = { { ATF_NOFLAGS, 0, offsetof(struct TCAP_Invoke, invokeID), (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, &asn_DEF_TCAP_InvokeIdType, 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 */ "invokeID" }, { ATF_POINTER, 1, offsetof(struct TCAP_Invoke, linkedID), (ASN_TAG_CLASS_CONTEXT | (0 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_TCAP_InvokeIdType, 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 */ "linkedID" }, { ATF_NOFLAGS, 0, offsetof(struct TCAP_Invoke, opCode), -1 /* Ambiguous tag (CHOICE?) */, 0, &asn_DEF_TCAP_OPERATION, 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 */ "opCode" }, { ATF_ANY_TYPE | ATF_POINTER, 1, offsetof(struct TCAP_Invoke, parameter), -1 /* Ambiguous tag (ANY?) */, 0, &asn_DEF_TCAP_Parameter, 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 */ "parameter" }, }; static const ber_tlv_tag_t asn_DEF_TCAP_Invoke_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static const asn_TYPE_tag2member_t asn_MAP_TCAP_Invoke_tag2el_1[] = { { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 1 }, /* invokeID */ { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 2, -1, 0 }, /* localValue */ { (ASN_TAG_CLASS_UNIVERSAL | (6 << 2)), 2, 0, 0 }, /* globalValue */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 1, 0, 0 } /* linkedID */ }; asn_SEQUENCE_specifics_t asn_SPC_TCAP_Invoke_specs_1 = { sizeof(struct TCAP_Invoke), offsetof(struct TCAP_Invoke, _asn_ctx), asn_MAP_TCAP_Invoke_tag2el_1, 4, /* Count of tags in the map */ 0, 0, 0, /* Optional elements (not needed) */ -1, /* First extension addition */ }; asn_TYPE_descriptor_t asn_DEF_TCAP_Invoke = { "Invoke", "Invoke", &asn_OP_SEQUENCE, asn_DEF_TCAP_Invoke_tags_1, sizeof(asn_DEF_TCAP_Invoke_tags_1) /sizeof(asn_DEF_TCAP_Invoke_tags_1[0]), /* 1 */ asn_DEF_TCAP_Invoke_tags_1, /* Same as above */ sizeof(asn_DEF_TCAP_Invoke_tags_1) /sizeof(asn_DEF_TCAP_Invoke_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_Invoke_1, 4, /* Elements count */ &asn_SPC_TCAP_Invoke_specs_1 /* Additional specs */ };