Vanetza
Loading...
Searching...
No Matches
Ieee1609Dot2Data.c
1/*
2 * Generated by asn1c
3 * From ASN.1 module "Ieee1609Dot2"
4 * found in "Ieee1609Dot2.asn"
5 * `asn1c -fcompound-names -fincludes-quoted -no-gen-example -fprefix=Vanetza_Security_ -R`
6 */
7
9
10static int
11memb_Vanetza_Security_protocolVersion_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
12 asn_app_constraint_failed_f *ctfailcb, void *app_key) {
13 long value;
14
15 if(!sptr) {
16 ASN__CTFAIL(app_key, td, sptr,
17 "%s: value not given (%s:%d)",
18 td->name, __FILE__, __LINE__);
19 return -1;
20 }
21
22 value = *(const long *)sptr;
23
24 if((value == 3L)) {
25 /* Constraint check succeeded */
26 return 0;
27 } else {
28 ASN__CTFAIL(app_key, td, sptr,
29 "%s: constraint failed (%s:%d)",
30 td->name, __FILE__, __LINE__);
31 return -1;
32 }
33}
34
35#if !defined(ASN_DISABLE_OER_SUPPORT)
36static asn_oer_constraints_t asn_OER_memb_Vanetza_Security_protocolVersion_constr_2 CC_NOTUSED = {
37 { 1, 1 } /* (3..3) */,
38 -1};
39#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
40#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
41static asn_per_constraints_t asn_PER_memb_Vanetza_Security_protocolVersion_constr_2 CC_NOTUSED = {
42 { APC_CONSTRAINED, 0, 0, 3, 3 } /* (3..3) */,
43 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
44 0, 0 /* No PER value map */
45};
46#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
47asn_TYPE_member_t asn_MBR_Vanetza_Security_Ieee1609Dot2Data_1[] = {
48 { ATF_NOFLAGS, 0, offsetof(struct Vanetza_Security_Ieee1609Dot2Data, protocolVersion),
49 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
50 -1, /* IMPLICIT tag at current level */
51 &asn_DEF_Vanetza_Security_Uint8,
52 0,
53 {
54#if !defined(ASN_DISABLE_OER_SUPPORT)
55 &asn_OER_memb_Vanetza_Security_protocolVersion_constr_2,
56#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
57#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
58 &asn_PER_memb_Vanetza_Security_protocolVersion_constr_2,
59#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
60#if !defined(ASN_DISABLE_JER_SUPPORT)
61 0,
62#endif /* !defined(ASN_DISABLE_JER_SUPPORT) */
63 memb_Vanetza_Security_protocolVersion_constraint_1
64 },
65 0, 0, /* No default value */
66 "protocolVersion"
67 },
68 { ATF_POINTER, 0, offsetof(struct Vanetza_Security_Ieee1609Dot2Data, content),
69 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
70 +1, /* EXPLICIT tag at current level */
71 &asn_DEF_Vanetza_Security_Ieee1609Dot2Content,
72 0,
73 {
74#if !defined(ASN_DISABLE_OER_SUPPORT)
75 0,
76#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
77#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
78 0,
79#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
80#if !defined(ASN_DISABLE_JER_SUPPORT)
81 0,
82#endif /* !defined(ASN_DISABLE_JER_SUPPORT) */
83 0
84 },
85 0, 0, /* No default value */
86 "content"
87 },
88};
89static const ber_tlv_tag_t asn_DEF_Vanetza_Security_Ieee1609Dot2Data_tags_1[] = {
90 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
91};
92static const asn_TYPE_tag2member_t asn_MAP_Vanetza_Security_Ieee1609Dot2Data_tag2el_1[] = {
93 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* protocolVersion */
94 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* content */
95};
96asn_SEQUENCE_specifics_t asn_SPC_Vanetza_Security_Ieee1609Dot2Data_specs_1 = {
97 sizeof(struct Vanetza_Security_Ieee1609Dot2Data),
98 offsetof(struct Vanetza_Security_Ieee1609Dot2Data, _asn_ctx),
99 asn_MAP_Vanetza_Security_Ieee1609Dot2Data_tag2el_1,
100 2, /* Count of tags in the map */
101 0, 0, 0, /* Optional elements (not needed) */
102 -1, /* First extension addition */
103};
104asn_TYPE_descriptor_t asn_DEF_Vanetza_Security_Ieee1609Dot2Data = {
105 "Ieee1609Dot2Data",
106 "Ieee1609Dot2Data",
107 &asn_OP_SEQUENCE,
108 asn_DEF_Vanetza_Security_Ieee1609Dot2Data_tags_1,
109 sizeof(asn_DEF_Vanetza_Security_Ieee1609Dot2Data_tags_1)
110 /sizeof(asn_DEF_Vanetza_Security_Ieee1609Dot2Data_tags_1[0]), /* 1 */
111 asn_DEF_Vanetza_Security_Ieee1609Dot2Data_tags_1, /* Same as above */
112 sizeof(asn_DEF_Vanetza_Security_Ieee1609Dot2Data_tags_1)
113 /sizeof(asn_DEF_Vanetza_Security_Ieee1609Dot2Data_tags_1[0]), /* 1 */
114 {
115#if !defined(ASN_DISABLE_OER_SUPPORT)
116 0,
117#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
118#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
119 0,
120#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
121#if !defined(ASN_DISABLE_JER_SUPPORT)
122 0,
123#endif /* !defined(ASN_DISABLE_JER_SUPPORT) */
124 SEQUENCE_constraint
125 },
126 asn_MBR_Vanetza_Security_Ieee1609Dot2Data_1,
127 2, /* Elements count */
128 &asn_SPC_Vanetza_Security_Ieee1609Dot2Data_specs_1 /* Additional specs */
129};