Vanetza
 
Loading...
Searching...
No Matches
Version.c
1/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "EtsiTs102941BaseTypes"
4 * found in "asn1/TS102941v131-BaseTypes.asn"
5 * `asn1c -fcompound-names -fincludes-quoted -no-gen-example -R`
6 */
7
8#include "Version.h"
9
10/*
11 * This type is implemented using NativeInteger,
12 * so here we adjust the DEF accordingly.
13 */
14static const ber_tlv_tag_t asn_DEF_Version_tags_1[] = {
15 (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
16};
17asn_TYPE_descriptor_t asn_DEF_Version = {
18 "Version",
19 "Version",
20 &asn_OP_NativeInteger,
21 asn_DEF_Version_tags_1,
22 sizeof(asn_DEF_Version_tags_1)
23 /sizeof(asn_DEF_Version_tags_1[0]), /* 1 */
24 asn_DEF_Version_tags_1, /* Same as above */
25 sizeof(asn_DEF_Version_tags_1)
26 /sizeof(asn_DEF_Version_tags_1[0]), /* 1 */
27 {
28#if !defined(ASN_DISABLE_OER_SUPPORT)
29 0,
30#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
31#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
32 0,
33#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
34 NativeInteger_constraint
35 },
36 0, 0, /* Defined elsewhere */
37 0 /* No specifics */
38};
39