/*
 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
 * From ASN.1 module "RSPDefinitions"
 * 	found in "../../../asn1/RSPDefinitions.asn"
 * 	`asn1c -fcompound-names -no-gen-example`
 */

#include "SegmentedCrlList.h"

static asn_TYPE_member_t asn_MBR_SegmentedCrlList_1[] = {
	{ ATF_POINTER, 0, 0,
		(ASN_TAG_CLASS_UNIVERSAL | (16 << 2)),
		0,
		&asn_DEF_CertificateList,
		0,
		{ 0, 0, 0 },
		0, 0, /* No default value */
		""
		},
};
static const ber_tlv_tag_t asn_DEF_SegmentedCrlList_tags_1[] = {
	(ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
};
static asn_SET_OF_specifics_t asn_SPC_SegmentedCrlList_specs_1 = {
	sizeof(struct SegmentedCrlList),
	offsetof(struct SegmentedCrlList, _asn_ctx),
	0,	/* XER encoding is XMLDelimitedItemList */
};
asn_TYPE_descriptor_t asn_DEF_SegmentedCrlList = {
	"SegmentedCrlList",
	"SegmentedCrlList",
	&asn_OP_SEQUENCE_OF,
	asn_DEF_SegmentedCrlList_tags_1,
	sizeof(asn_DEF_SegmentedCrlList_tags_1)
		/sizeof(asn_DEF_SegmentedCrlList_tags_1[0]), /* 1 */
	asn_DEF_SegmentedCrlList_tags_1,	/* Same as above */
	sizeof(asn_DEF_SegmentedCrlList_tags_1)
		/sizeof(asn_DEF_SegmentedCrlList_tags_1[0]), /* 1 */
	{ 0, 0, SEQUENCE_OF_constraint },
	asn_MBR_SegmentedCrlList_1,
	1,	/* Single element */
	&asn_SPC_SegmentedCrlList_specs_1	/* Additional specs */
};

