Vanetza
 
Loading...
Searching...
No Matches
SequenceOfCertificate.c
1/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "IEEE1609dot2"
4 * found in "asn1/IEEE1609dot2.asn"
5 * `asn1c -fcompound-names -fincludes-quoted -no-gen-example -R`
6 */
7
8#include "SequenceOfCertificate.h"
9
10asn_TYPE_member_t asn_MBR_SequenceOfCertificate_1[] = {
11 { ATF_POINTER, 0, 0,
12 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)),
13 0,
14 &asn_DEF_Certificate,
15 0,
16 {
17#if !defined(ASN_DISABLE_OER_SUPPORT)
18 0,
19#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
20#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
21 0,
22#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
23 0
24 },
25 0, 0, /* No default value */
26 ""
27 },
28};
29static const ber_tlv_tag_t asn_DEF_SequenceOfCertificate_tags_1[] = {
30 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
31};
32asn_SET_OF_specifics_t asn_SPC_SequenceOfCertificate_specs_1 = {
33 sizeof(struct SequenceOfCertificate),
34 offsetof(struct SequenceOfCertificate, _asn_ctx),
35 0, /* XER encoding is XMLDelimitedItemList */
36};
37asn_TYPE_descriptor_t asn_DEF_SequenceOfCertificate = {
38 "SequenceOfCertificate",
39 "SequenceOfCertificate",
40 &asn_OP_SEQUENCE_OF,
41 asn_DEF_SequenceOfCertificate_tags_1,
42 sizeof(asn_DEF_SequenceOfCertificate_tags_1)
43 /sizeof(asn_DEF_SequenceOfCertificate_tags_1[0]), /* 1 */
44 asn_DEF_SequenceOfCertificate_tags_1, /* Same as above */
45 sizeof(asn_DEF_SequenceOfCertificate_tags_1)
46 /sizeof(asn_DEF_SequenceOfCertificate_tags_1[0]), /* 1 */
47 {
48#if !defined(ASN_DISABLE_OER_SUPPORT)
49 0,
50#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
51#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
52 0,
53#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
54 SEQUENCE_OF_constraint
55 },
56 asn_MBR_SequenceOfCertificate_1,
57 1, /* Single element */
58 &asn_SPC_SequenceOfCertificate_specs_1 /* Additional specs */
59};
60