Vanetza
 
Loading...
Searching...
No Matches
TlmEntry.c
1/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "EtsiTs102941TrustLists"
4 * found in "asn1/TS102941v131-TrustLists.asn"
5 * `asn1c -fcompound-names -fincludes-quoted -no-gen-example -R`
6 */
7
8#include "TlmEntry.h"
9
10asn_TYPE_member_t asn_MBR_TlmEntry_1[] = {
11 { ATF_NOFLAGS, 0, offsetof(struct TlmEntry, selfSignedTLMCertificate),
12 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
13 -1, /* IMPLICIT tag at current level */
14 &asn_DEF_EtsiTs103097Certificate,
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 "selfSignedTLMCertificate"
27 },
28 { ATF_POINTER, 1, offsetof(struct TlmEntry, linkTLMCertificate),
29 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
30 -1, /* IMPLICIT tag at current level */
31 &asn_DEF_EtsiTs103097Certificate,
32 0,
33 {
34#if !defined(ASN_DISABLE_OER_SUPPORT)
35 0,
36#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
37#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
38 0,
39#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
40 0
41 },
42 0, 0, /* No default value */
43 "linkTLMCertificate"
44 },
45 { ATF_NOFLAGS, 0, offsetof(struct TlmEntry, accessPoint),
46 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
47 -1, /* IMPLICIT tag at current level */
48 &asn_DEF_Url,
49 0,
50 {
51#if !defined(ASN_DISABLE_OER_SUPPORT)
52 0,
53#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
54#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
55 0,
56#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
57 0
58 },
59 0, 0, /* No default value */
60 "accessPoint"
61 },
62};
63static const int asn_MAP_TlmEntry_oms_1[] = { 1 };
64static const ber_tlv_tag_t asn_DEF_TlmEntry_tags_1[] = {
65 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
66};
67static const asn_TYPE_tag2member_t asn_MAP_TlmEntry_tag2el_1[] = {
68 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* selfSignedTLMCertificate */
69 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* linkTLMCertificate */
70 { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* accessPoint */
71};
72asn_SEQUENCE_specifics_t asn_SPC_TlmEntry_specs_1 = {
73 sizeof(struct TlmEntry),
74 offsetof(struct TlmEntry, _asn_ctx),
75 asn_MAP_TlmEntry_tag2el_1,
76 3, /* Count of tags in the map */
77 asn_MAP_TlmEntry_oms_1, /* Optional members */
78 1, 0, /* Root/Additions */
79 -1, /* First extension addition */
80};
81asn_TYPE_descriptor_t asn_DEF_TlmEntry = {
82 "TlmEntry",
83 "TlmEntry",
84 &asn_OP_SEQUENCE,
85 asn_DEF_TlmEntry_tags_1,
86 sizeof(asn_DEF_TlmEntry_tags_1)
87 /sizeof(asn_DEF_TlmEntry_tags_1[0]), /* 1 */
88 asn_DEF_TlmEntry_tags_1, /* Same as above */
89 sizeof(asn_DEF_TlmEntry_tags_1)
90 /sizeof(asn_DEF_TlmEntry_tags_1[0]), /* 1 */
91 {
92#if !defined(ASN_DISABLE_OER_SUPPORT)
93 0,
94#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
95#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
96 0,
97#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
98 SEQUENCE_constraint
99 },
100 asn_MBR_TlmEntry_1,
101 3, /* Elements count */
102 &asn_SPC_TlmEntry_specs_1 /* Additional specs */
103};
104