/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "TCAPMessages" */ #include static asn_TYPE_member_t asn_MBR_TCAP_TCMessage_1[] = { { ATF_NOFLAGS, 0, offsetof(struct TCAP_TCMessage, choice.unidirectional), (ASN_TAG_CLASS_APPLICATION | (1 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_TCAP_Unidirectional, 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 */ "unidirectional" }, { ATF_NOFLAGS, 0, offsetof(struct TCAP_TCMessage, choice.begin), (ASN_TAG_CLASS_APPLICATION | (2 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_TCAP_Begin, 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 */ "begin" }, { ATF_NOFLAGS, 0, offsetof(struct TCAP_TCMessage, choice.end), (ASN_TAG_CLASS_APPLICATION | (4 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_TCAP_End, 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 */ "end" }, { ATF_NOFLAGS, 0, offsetof(struct TCAP_TCMessage, choice.Continue), (ASN_TAG_CLASS_APPLICATION | (5 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_TCAP_Continue, 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 */ "continue" }, { ATF_NOFLAGS, 0, offsetof(struct TCAP_TCMessage, choice.abort), (ASN_TAG_CLASS_APPLICATION | (7 << 2)), -1, /* IMPLICIT tag at current level */ &asn_DEF_TCAP_Abort, 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 */ "abort" }, }; static const asn_TYPE_tag2member_t asn_MAP_TCAP_TCMessage_tag2el_1[] = { { (ASN_TAG_CLASS_APPLICATION | (1 << 2)), 0, 0, 0 }, /* unidirectional */ { (ASN_TAG_CLASS_APPLICATION | (2 << 2)), 1, 0, 0 }, /* begin */ { (ASN_TAG_CLASS_APPLICATION | (4 << 2)), 2, 0, 0 }, /* end */ { (ASN_TAG_CLASS_APPLICATION | (5 << 2)), 3, 0, 0 }, /* continue */ { (ASN_TAG_CLASS_APPLICATION | (7 << 2)), 4, 0, 0 } /* abort */ }; static asn_CHOICE_specifics_t asn_SPC_TCAP_TCMessage_specs_1 = { sizeof(struct TCAP_TCMessage), offsetof(struct TCAP_TCMessage, _asn_ctx), offsetof(struct TCAP_TCMessage, present), sizeof(((struct TCAP_TCMessage *)0)->present), asn_MAP_TCAP_TCMessage_tag2el_1, 5, /* Count of tags in the map */ 0, 0, -1 /* Extensions start */ }; asn_TYPE_descriptor_t asn_DEF_TCAP_TCMessage = { "TCMessage", "TCMessage", &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_TCMessage_1, 5, /* Elements count */ &asn_SPC_TCAP_TCMessage_specs_1 /* Additional specs */ };