src
spatem_ts_CountryCode.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 "AVIAEINumberingAndDataStructures"
4
* found in "/input/ISO14816_AVIAEINumberingAndDataStructures.asn"
5
* `asn1c -fcompound-names -fprefix=spatem_ts_ -no-gen-BER -no-gen-XER -no-gen-OER -no-gen-example -gen-UPER -gen-JER`
6
*/
7
8
#include "
etsi_its_spatem_ts_coding/spatem_ts_CountryCode.h
"
9
10
int
11
spatem_ts_CountryCode_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 == 10UL)) {
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_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
46
asn_per_constraints_t
asn_PER_type_spatem_ts_CountryCode_constr_1
CC_NOTUSED
= {
47
{ APC_UNCONSTRAINED, -1, -1, 0, 0 },
48
{ APC_CONSTRAINED, 0, 0, 10, 10 }
/* (SIZE(10..10)) */
,
49
0, 0
/* No PER value map */
50
};
51
#endif
/* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
52
#if !defined(ASN_DISABLE_JER_SUPPORT)
53
static
asn_jer_constraints_t
asn_JER_type_spatem_ts_CountryCode_constr_1
CC_NOTUSED
= {
54
10};
55
#endif
/* !defined(ASN_DISABLE_JER_SUPPORT) */
56
static
const
ber_tlv_tag_t
asn_DEF_spatem_ts_CountryCode_tags_1
[] = {
57
(
ASN_TAG_CLASS_UNIVERSAL
| (3 << 2))
58
};
59
asn_TYPE_descriptor_t
asn_DEF_spatem_ts_CountryCode
= {
60
"CountryCode"
,
61
"CountryCode"
,
62
&
asn_OP_BIT_STRING
,
63
asn_DEF_spatem_ts_CountryCode_tags_1
,
64
sizeof
(
asn_DEF_spatem_ts_CountryCode_tags_1
)
65
/
sizeof
(
asn_DEF_spatem_ts_CountryCode_tags_1
[0]),
/* 1 */
66
asn_DEF_spatem_ts_CountryCode_tags_1
,
/* Same as above */
67
sizeof
(
asn_DEF_spatem_ts_CountryCode_tags_1
)
68
/
sizeof
(
asn_DEF_spatem_ts_CountryCode_tags_1
[0]),
/* 1 */
69
{
70
#if !defined(ASN_DISABLE_OER_SUPPORT)
71
0,
72
#endif
/* !defined(ASN_DISABLE_OER_SUPPORT) */
73
#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
74
&
asn_PER_type_spatem_ts_CountryCode_constr_1
,
75
#endif
/* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
76
#if !defined(ASN_DISABLE_JER_SUPPORT)
77
&asn_JER_type_spatem_ts_CountryCode_constr_1,
78
#endif
/* !defined(ASN_DISABLE_JER_SUPPORT) */
79
spatem_ts_CountryCode_constraint
80
},
81
0, 0,
/* No members */
82
&
asn_SPC_BIT_STRING_specs
/* Additional specs */
83
};
84
CC_NOTUSED
asn_per_constraints_t asn_PER_type_spatem_ts_CountryCode_constr_1 CC_NOTUSED
Definition:
spatem_ts_CountryCode.c:46
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_jer_constraints_s
Definition:
jer_support.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
BIT_STRING_s::size
size_t size
Definition:
BIT_STRING.h:16
asn_OP_BIT_STRING
asn_TYPE_operation_t asn_OP_BIT_STRING
Definition:
BIT_STRING.c:19
BIT_STRING_s
Definition:
BIT_STRING.h:14
asn_TYPE_descriptor_s
Definition:
constr_TYPE.h:224
spatem_ts_CountryCode_constraint
int spatem_ts_CountryCode_constraint(const asn_TYPE_descriptor_t *td, const void *sptr, asn_app_constraint_failed_f *ctfailcb, void *app_key)
Definition:
spatem_ts_CountryCode.c:11
asn_SPC_BIT_STRING_specs
asn_OCTET_STRING_specifics_t asn_SPC_BIT_STRING_specs
Definition:
BIT_STRING.c:14
asn_PER_type_spatem_ts_CountryCode_constr_1
asn_per_constraints_t asn_PER_type_spatem_ts_CountryCode_constr_1
ASN__CTFAIL
#define ASN__CTFAIL
Definition:
constraints.h:57
asn_DEF_spatem_ts_CountryCode
asn_TYPE_descriptor_t asn_DEF_spatem_ts_CountryCode
Definition:
spatem_ts_CountryCode.c:59
asn_per_constraints_s
Definition:
per_support.h:30
BIT_STRING_s::bits_unused
int bits_unused
Definition:
BIT_STRING.h:18
asn_DEF_spatem_ts_CountryCode_tags_1
static const ber_tlv_tag_t asn_DEF_spatem_ts_CountryCode_tags_1[]
Definition:
spatem_ts_CountryCode.c:56
spatem_ts_CountryCode.h
etsi_its_spatem_ts_coding
Author(s): Jean-Pierre Busch
, Guido Küppers
, Lennart Reiher
autogenerated on Sun May 18 2025 02:29:28