Vanetza
 
Loading...
Searching...
No Matches
Url.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 "Url.h"
9
10/*
11 * This type is implemented using IA5String,
12 * so here we adjust the DEF accordingly.
13 */
14#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
15asn_per_constraints_t asn_PER_type_Url_constr_1 CC_NOTUSED = {
16 { APC_CONSTRAINED, 7, 7, 0, 127 } /* (0..127) */,
17 { APC_SEMI_CONSTRAINED, -1, -1, 0, 0 } /* (SIZE(0..MAX)) */,
18 0, 0 /* No PER character map necessary */
19};
20#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
21static const ber_tlv_tag_t asn_DEF_Url_tags_1[] = {
22 (ASN_TAG_CLASS_UNIVERSAL | (22 << 2))
23};
24asn_TYPE_descriptor_t asn_DEF_Url = {
25 "Url",
26 "Url",
27 &asn_OP_IA5String,
28 asn_DEF_Url_tags_1,
29 sizeof(asn_DEF_Url_tags_1)
30 /sizeof(asn_DEF_Url_tags_1[0]), /* 1 */
31 asn_DEF_Url_tags_1, /* Same as above */
32 sizeof(asn_DEF_Url_tags_1)
33 /sizeof(asn_DEF_Url_tags_1[0]), /* 1 */
34 {
35#if !defined(ASN_DISABLE_OER_SUPPORT)
36 0,
37#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
38#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
39 &asn_PER_type_Url_constr_1,
40#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
41 IA5String_constraint
42 },
43 0, 0, /* No members */
44 0 /* No specifics */
45};
46