Vanetza
 
Loading...
Searching...
No Matches
SubjectAssurance.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 "SubjectAssurance.h"
9
10int
11SubjectAssurance_constraint(const asn_TYPE_descriptor_t *td, const void *sptr,
12 asn_app_constraint_failed_f *ctfailcb, void *app_key) {
13 const OCTET_STRING_t *st = (const OCTET_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 size = st->size;
24
25 if((size == 1UL)) {
26 /* Constraint check succeeded */
27 return 0;
28 } else {
29 ASN__CTFAIL(app_key, td, sptr,
30 "%s: constraint failed (%s:%d)",
31 td->name, __FILE__, __LINE__);
32 return -1;
33 }
34}
35
36/*
37 * This type is implemented using OCTET_STRING,
38 * so here we adjust the DEF accordingly.
39 */
40#if !defined(ASN_DISABLE_OER_SUPPORT)
41static asn_oer_constraints_t asn_OER_type_SubjectAssurance_constr_1 CC_NOTUSED = {
42 { 0, 0 },
43 1 /* (SIZE(1..1)) */};
44#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
45#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
46asn_per_constraints_t asn_PER_type_SubjectAssurance_constr_1 CC_NOTUSED = {
47 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
48 { APC_CONSTRAINED, 0, 0, 1, 1 } /* (SIZE(1..1)) */,
49 0, 0 /* No PER value map */
50};
51#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
52static const ber_tlv_tag_t asn_DEF_SubjectAssurance_tags_1[] = {
53 (ASN_TAG_CLASS_UNIVERSAL | (4 << 2))
54};
55asn_TYPE_descriptor_t asn_DEF_SubjectAssurance = {
56 "SubjectAssurance",
57 "SubjectAssurance",
58 &asn_OP_OCTET_STRING,
59 asn_DEF_SubjectAssurance_tags_1,
60 sizeof(asn_DEF_SubjectAssurance_tags_1)
61 /sizeof(asn_DEF_SubjectAssurance_tags_1[0]), /* 1 */
62 asn_DEF_SubjectAssurance_tags_1, /* Same as above */
63 sizeof(asn_DEF_SubjectAssurance_tags_1)
64 /sizeof(asn_DEF_SubjectAssurance_tags_1[0]), /* 1 */
65 {
66#if !defined(ASN_DISABLE_OER_SUPPORT)
67 &asn_OER_type_SubjectAssurance_constr_1,
68#endif /* !defined(ASN_DISABLE_OER_SUPPORT) */
69#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
70 &asn_PER_type_SubjectAssurance_constr_1,
71#endif /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
72 SubjectAssurance_constraint
73 },
74 0, 0, /* No members */
75 &asn_SPC_OCTET_STRING_specs /* Additional specs */
76};
77