Vanetza
 
Loading...
Searching...
No Matches
SingleEtsiTs103097Certificate.c
1/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "EtsiTs103097Module"
4 * found in "asn1/TS103097v131.asn"
5 * `asn1c -fcompound-names -fincludes-quoted -no-gen-example -R`
6 */
7
8#include "SingleEtsiTs103097Certificate.h"
9
10static asn_TYPE_member_t asn_MBR_SingleEtsiTs103097Certificate_1[] = {
11 { ATF_NOFLAGS, 0, offsetof(struct SingleEtsiTs103097Certificate, only),
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 "only"
27 },
28};
29static const ber_tlv_tag_t asn_DEF_SingleEtsiTs103097Certificate_tags_1[] = {
30 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
31};
32static const asn_TYPE_tag2member_t asn_MAP_SingleEtsiTs103097Certificate_tag2el_1[] = {
33 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* only */
34};
35static asn_SEQUENCE_specifics_t asn_SPC_SingleEtsiTs103097Certificate_specs_1 = {
36 sizeof(struct SingleEtsiTs103097Certificate),
37 offsetof(struct SingleEtsiTs103097Certificate, _asn_ctx),
38 asn_MAP_SingleEtsiTs103097Certificate_tag2el_1,
39 1, /* Count of tags in the map */
40 0, 0, 0, /* Optional elements (not needed) */
41 -1, /* First extension addition */
42};
43asn_TYPE_descriptor_t asn_DEF_SingleEtsiTs103097Certificate = {
44 "SingleEtsiTs103097Certificate",
45 "SingleEtsiTs103097Certificate",
46 &asn_OP_SEQUENCE,
47 asn_DEF_SingleEtsiTs103097Certificate_tags_1,
48 sizeof(asn_DEF_SingleEtsiTs103097Certificate_tags_1)
49 /sizeof(asn_DEF_SingleEtsiTs103097Certificate_tags_1[0]), /* 1 */
50 asn_DEF_SingleEtsiTs103097Certificate_tags_1, /* Same as above */
51 sizeof(asn_DEF_SingleEtsiTs103097Certificate_tags_1)
52 /sizeof(asn_DEF_SingleEtsiTs103097Certificate_tags_1[0]), /* 1 */
53 {
54#if !defined(ASN_DISABLE_OER_SUPPORT)
55 0,
56#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
57#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
58 0,
59#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
60 SEQUENCE_constraint
61 },
62 asn_MBR_SingleEtsiTs103097Certificate_1,
63 1, /* Elements count */
64 &asn_SPC_SingleEtsiTs103097Certificate_specs_1 /* Additional specs */
65};
66