Vanetza
 
Loading...
Searching...
No Matches
EndEntityType.c
1/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "IEEE1609dot2"
4 * found in "asn1/IEEE1609dot2.asn"
5 * `asn1c -fcompound-names -fincludes-quoted -no-gen-example -R`
6 */
7
8#include "EndEntityType.h"
9
10int
11EndEntityType_constraint(const asn_TYPE_descriptor_t *td, const void *sptr,
12 asn_app_constraint_failed_f *ctfailcb, void *app_key) {
13 const BIT_STRING_t *st = (const BIT_STRING_t *)sptr;
14 size_t size;
15
16 if(!sptr) {
17 ASN__CTFAIL(app_key, td, sptr,
18 "%s: value not given (%s:%d)",
19 td->name, __FILE__, __LINE__);
20 return -1;
21 }
22
23 if(st->size > 0) {
24 /* Size in bits */
25 size = 8 * st->size - (st->bits_unused & 0x07);
26 } else {
27 size = 0;
28 }
29
30 if((size == 8UL)) {
31 /* Constraint check succeeded */
32 return 0;
33 } else {
34 ASN__CTFAIL(app_key, td, sptr,
35 "%s: constraint failed (%s:%d)",
36 td->name, __FILE__, __LINE__);
37 return -1;
38 }
39}
40
41/*
42 * This type is implemented using BIT_STRING,
43 * so here we adjust the DEF accordingly.
44 */
45#if !defined(ASN_DISABLE_OER_SUPPORT)
46static asn_oer_constraints_t asn_OER_type_EndEntityType_constr_1 CC_NOTUSED = {
47 { 0, 0 },
48 8 /* (SIZE(8..8)) */};
49#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
50#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
51asn_per_constraints_t asn_PER_type_EndEntityType_constr_1 CC_NOTUSED = {
52 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
53 { APC_CONSTRAINED, 0, 0, 8, 8 } /* (SIZE(8..8)) */,
54 0, 0 /* No PER value map */
55};
56#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
57static const ber_tlv_tag_t asn_DEF_EndEntityType_tags_1[] = {
58 (ASN_TAG_CLASS_UNIVERSAL | (3 << 2))
59};
60asn_TYPE_descriptor_t asn_DEF_EndEntityType = {
61 "EndEntityType",
62 "EndEntityType",
63 &asn_OP_BIT_STRING,
64 asn_DEF_EndEntityType_tags_1,
65 sizeof(asn_DEF_EndEntityType_tags_1)
66 /sizeof(asn_DEF_EndEntityType_tags_1[0]), /* 1 */
67 asn_DEF_EndEntityType_tags_1, /* Same as above */
68 sizeof(asn_DEF_EndEntityType_tags_1)
69 /sizeof(asn_DEF_EndEntityType_tags_1[0]), /* 1 */
70 {
71#if !defined(ASN_DISABLE_OER_SUPPORT)
72 &asn_OER_type_EndEntityType_constr_1,
73#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
74#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
75 &asn_PER_type_EndEntityType_constr_1,
76#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
77 EndEntityType_constraint
78 },
79 0, 0, /* Defined elsewhere */
80 &asn_SPC_BIT_STRING_specs /* Additional specs */
81};
82