Vanetza
 
Loading...
Searching...
No Matches
Opaque.c
1/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "IEEE1609dot2BaseTypes"
4 * found in "asn1/IEEE1609dot2BaseTypes.asn"
5 * `asn1c -fcompound-names -fincludes-quoted -no-gen-example -R`
6 */
7
8#include "Opaque.h"
9
10/*
11 * This type is implemented using OCTET_STRING,
12 * so here we adjust the DEF accordingly.
13 */
14static const ber_tlv_tag_t asn_DEF_Opaque_tags_1[] = {
15 (ASN_TAG_CLASS_UNIVERSAL | (4 << 2))
16};
17asn_TYPE_descriptor_t asn_DEF_Opaque = {
18 "Opaque",
19 "Opaque",
20 &asn_OP_OCTET_STRING,
21 asn_DEF_Opaque_tags_1,
22 sizeof(asn_DEF_Opaque_tags_1)
23 /sizeof(asn_DEF_Opaque_tags_1[0]), /* 1 */
24 asn_DEF_Opaque_tags_1, /* Same as above */
25 sizeof(asn_DEF_Opaque_tags_1)
26 /sizeof(asn_DEF_Opaque_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 OCTET_STRING_constraint
35 },
36 0, 0, /* No members */
37 &asn_SPC_OCTET_STRING_specs /* Additional specs */
38};
39