/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "PKIX1Implicit88" * found in "../../../asn1/PKIX1Implicit88.asn" * `asn1c -fcompound-names -no-gen-example` */ #include "NoticeReference.h" static asn_TYPE_member_t asn_MBR_noticeNumbers_3[] = { { ATF_POINTER, 0, 0, (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, &asn_DEF_NativeInteger, 0, { 0, 0, 0 }, 0, 0, /* No default value */ "" }, }; static const ber_tlv_tag_t asn_DEF_noticeNumbers_tags_3[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static asn_SET_OF_specifics_t asn_SPC_noticeNumbers_specs_3 = { sizeof(struct NoticeReference__noticeNumbers), offsetof(struct NoticeReference__noticeNumbers, _asn_ctx), 0, /* XER encoding is XMLDelimitedItemList */ }; static /* Use -fall-defs-global to expose */ asn_TYPE_descriptor_t asn_DEF_noticeNumbers_3 = { "noticeNumbers", "noticeNumbers", &asn_OP_SEQUENCE_OF, asn_DEF_noticeNumbers_tags_3, sizeof(asn_DEF_noticeNumbers_tags_3) /sizeof(asn_DEF_noticeNumbers_tags_3[0]), /* 1 */ asn_DEF_noticeNumbers_tags_3, /* Same as above */ sizeof(asn_DEF_noticeNumbers_tags_3) /sizeof(asn_DEF_noticeNumbers_tags_3[0]), /* 1 */ { 0, 0, SEQUENCE_OF_constraint }, asn_MBR_noticeNumbers_3, 1, /* Single element */ &asn_SPC_noticeNumbers_specs_3 /* Additional specs */ }; asn_TYPE_member_t asn_MBR_NoticeReference_1[] = { { ATF_NOFLAGS, 0, offsetof(struct NoticeReference, organization), -1 /* Ambiguous tag (CHOICE?) */, 0, &asn_DEF_DisplayText, 0, { 0, 0, 0 }, 0, 0, /* No default value */ "organization" }, { ATF_NOFLAGS, 0, offsetof(struct NoticeReference, noticeNumbers), (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, &asn_DEF_noticeNumbers_3, 0, { 0, 0, 0 }, 0, 0, /* No default value */ "noticeNumbers" }, }; static const ber_tlv_tag_t asn_DEF_NoticeReference_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static const asn_TYPE_tag2member_t asn_MAP_NoticeReference_tag2el_1[] = { { (ASN_TAG_CLASS_UNIVERSAL | (12 << 2)), 0, 0, 0 }, /* utf8String */ { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 1, 0, 0 }, /* noticeNumbers */ { (ASN_TAG_CLASS_UNIVERSAL | (22 << 2)), 0, 0, 0 }, /* ia5String */ { (ASN_TAG_CLASS_UNIVERSAL | (26 << 2)), 0, 0, 0 }, /* visibleString */ { (ASN_TAG_CLASS_UNIVERSAL | (30 << 2)), 0, 0, 0 } /* bmpString */ }; asn_SEQUENCE_specifics_t asn_SPC_NoticeReference_specs_1 = { sizeof(struct NoticeReference), offsetof(struct NoticeReference, _asn_ctx), asn_MAP_NoticeReference_tag2el_1, 5, /* Count of tags in the map */ 0, 0, 0, /* Optional elements (not needed) */ -1, /* First extension addition */ }; asn_TYPE_descriptor_t asn_DEF_NoticeReference = { "NoticeReference", "NoticeReference", &asn_OP_SEQUENCE, asn_DEF_NoticeReference_tags_1, sizeof(asn_DEF_NoticeReference_tags_1) /sizeof(asn_DEF_NoticeReference_tags_1[0]), /* 1 */ asn_DEF_NoticeReference_tags_1, /* Same as above */ sizeof(asn_DEF_NoticeReference_tags_1) /sizeof(asn_DEF_NoticeReference_tags_1[0]), /* 1 */ { 0, 0, SEQUENCE_constraint }, asn_MBR_NoticeReference_1, 2, /* Elements count */ &asn_SPC_NoticeReference_specs_1 /* Additional specs */ };