src
vam_ts_TimestampIts.c
Go to the documentation of this file.
1
/*
2
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3
* From ASN.1 module "ETSI-ITS-CDD"
4
* found in "/input/ETSI-ITS-CDD.asn"
5
* `asn1c -fcompound-names -fprefix=vam_ts_ -no-gen-BER -no-gen-XER -no-gen-OER -no-gen-example -gen-UPER -gen-JER`
6
*/
7
8
#include "
etsi_its_vam_ts_coding/vam_ts_TimestampIts.h
"
9
10
int
11
vam_ts_TimestampIts_constraint
(
const
asn_TYPE_descriptor_t
*td,
const
void
*sptr,
12
asn_app_constraint_failed_f
*ctfailcb,
void
*app_key) {
13
const
INTEGER_t
*st = (
const
INTEGER_t
*)sptr;
14
long
value;
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
(
asn_INTEGER2long
(st, &value)) {
24
ASN__CTFAIL
(app_key, td, sptr,
25
"%s: value too large (%s:%d)"
,
26
td->
name
, __FILE__, __LINE__);
27
return
-1;
28
}
29
30
if
((value >= 0L && value <= 4398046511103L)) {
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 INTEGER,
43
* so here we adjust the DEF accordingly.
44
*/
45
#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
46
asn_per_constraints_t
asn_PER_type_vam_ts_TimestampIts_constr_1
CC_NOTUSED
= {
47
{ APC_CONSTRAINED, 42, -1, 0, 4398046511103 }
/* (0..4398046511103) */
,
48
{ APC_UNCONSTRAINED, -1, -1, 0, 0 },
49
0, 0
/* No PER value map */
50
};
51
#endif
/* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
52
static
const
ber_tlv_tag_t
asn_DEF_vam_ts_TimestampIts_tags_1
[] = {
53
(
ASN_TAG_CLASS_UNIVERSAL
| (2 << 2))
54
};
55
asn_TYPE_descriptor_t
asn_DEF_vam_ts_TimestampIts
= {
56
"TimestampIts"
,
57
"TimestampIts"
,
58
&
asn_OP_INTEGER
,
59
asn_DEF_vam_ts_TimestampIts_tags_1
,
60
sizeof
(
asn_DEF_vam_ts_TimestampIts_tags_1
)
61
/
sizeof
(
asn_DEF_vam_ts_TimestampIts_tags_1
[0]),
/* 1 */
62
asn_DEF_vam_ts_TimestampIts_tags_1
,
/* Same as above */
63
sizeof
(
asn_DEF_vam_ts_TimestampIts_tags_1
)
64
/
sizeof
(
asn_DEF_vam_ts_TimestampIts_tags_1
[0]),
/* 1 */
65
{
66
#if !defined(ASN_DISABLE_OER_SUPPORT)
67
0,
68
#endif
/* !defined(ASN_DISABLE_OER_SUPPORT) */
69
#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
70
&
asn_PER_type_vam_ts_TimestampIts_constr_1
,
71
#endif
/* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
72
#if !defined(ASN_DISABLE_JER_SUPPORT)
73
0,
74
#endif
/* !defined(ASN_DISABLE_JER_SUPPORT) */
75
vam_ts_TimestampIts_constraint
76
},
77
0, 0,
/* No members */
78
0
/* No specifics */
79
};
80
ASN__PRIMITIVE_TYPE_s
Definition:
asn_codecs_prim.h:14
asn_DEF_vam_ts_TimestampIts_tags_1
static const ber_tlv_tag_t asn_DEF_vam_ts_TimestampIts_tags_1[]
Definition:
vam_ts_TimestampIts.c:52
asn_PER_type_vam_ts_TimestampIts_constr_1
asn_per_constraints_t asn_PER_type_vam_ts_TimestampIts_constr_1
asn_app_constraint_failed_f
void() asn_app_constraint_failed_f(void *application_specific_key, const struct asn_TYPE_descriptor_s *type_descriptor_which_failed, const void *structure_which_failed_ptr, const char *error_message_format,...) CC_PRINTFLIKE(4
Definition:
asn_application.h:167
ber_tlv_tag_t
unsigned ber_tlv_tag_t
Definition:
ber_tlv_tag.h:18
ASN_TAG_CLASS_UNIVERSAL
@ ASN_TAG_CLASS_UNIVERSAL
Definition:
ber_tlv_tag.h:13
asn_TYPE_descriptor_s::name
const char * name
Definition:
constr_TYPE.h:225
asn_OP_INTEGER
asn_TYPE_operation_t asn_OP_INTEGER
Definition:
INTEGER.c:17
asn_DEF_vam_ts_TimestampIts
asn_TYPE_descriptor_t asn_DEF_vam_ts_TimestampIts
Definition:
vam_ts_TimestampIts.c:55
vam_ts_TimestampIts_constraint
int vam_ts_TimestampIts_constraint(const asn_TYPE_descriptor_t *td, const void *sptr, asn_app_constraint_failed_f *ctfailcb, void *app_key)
Definition:
vam_ts_TimestampIts.c:11
asn_TYPE_descriptor_s
Definition:
constr_TYPE.h:224
vam_ts_TimestampIts.h
ASN__CTFAIL
#define ASN__CTFAIL
Definition:
constraints.h:57
CC_NOTUSED
asn_per_constraints_t asn_PER_type_vam_ts_TimestampIts_constr_1 CC_NOTUSED
Definition:
vam_ts_TimestampIts.c:46
asn_per_constraints_s
Definition:
per_support.h:30
asn_INTEGER2long
int asn_INTEGER2long(const INTEGER_t *i, long *l)
Definition:
INTEGER.c:384
etsi_its_vam_ts_coding
Author(s): Jean-Pierre Busch
, Guido Küppers
, Lennart Reiher
autogenerated on Sun May 18 2025 02:30:56