src
denm_SituationContainer.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 "DENM-PDU-Descriptions"
4
* found in "/input/DENM-PDU-Descriptions.asn"
5
* `asn1c -fcompound-names -fprefix=denm_ -no-gen-BER -no-gen-XER -no-gen-OER -no-gen-example -gen-UPER -gen-JER`
6
*/
7
8
#include "
etsi_its_denm_coding/denm_SituationContainer.h
"
9
10
asn_TYPE_member_t
asn_MBR_denm_SituationContainer_1
[] = {
11
{
ATF_NOFLAGS
, 0,
offsetof
(
struct
denm_SituationContainer
, informationQuality),
12
(
ASN_TAG_CLASS_CONTEXT
| (0 << 2)),
13
-1,
/* IMPLICIT tag at current level */
14
&
asn_DEF_denm_InformationQuality
,
15
0,
16
{
17
#if !defined(ASN_DISABLE_OER_SUPPORT)
18
0,
19
#endif
/* !defined(ASN_DISABLE_OER_SUPPORT) */
20
#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
21
0,
22
#endif
/* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
23
#if !defined(ASN_DISABLE_JER_SUPPORT)
24
0,
25
#endif
/* !defined(ASN_DISABLE_JER_SUPPORT) */
26
0
27
},
28
0, 0,
/* No default value */
29
"informationQuality"
30
},
31
{
ATF_NOFLAGS
, 0,
offsetof
(
struct
denm_SituationContainer
, eventType),
32
(
ASN_TAG_CLASS_CONTEXT
| (1 << 2)),
33
-1,
/* IMPLICIT tag at current level */
34
&
asn_DEF_denm_CauseCode
,
35
0,
36
{
37
#if !defined(ASN_DISABLE_OER_SUPPORT)
38
0,
39
#endif
/* !defined(ASN_DISABLE_OER_SUPPORT) */
40
#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
41
0,
42
#endif
/* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
43
#if !defined(ASN_DISABLE_JER_SUPPORT)
44
0,
45
#endif
/* !defined(ASN_DISABLE_JER_SUPPORT) */
46
0
47
},
48
0, 0,
/* No default value */
49
"eventType"
50
},
51
{
ATF_POINTER
, 2,
offsetof
(
struct
denm_SituationContainer
, linkedCause),
52
(
ASN_TAG_CLASS_CONTEXT
| (2 << 2)),
53
-1,
/* IMPLICIT tag at current level */
54
&
asn_DEF_denm_CauseCode
,
55
0,
56
{
57
#if !defined(ASN_DISABLE_OER_SUPPORT)
58
0,
59
#endif
/* !defined(ASN_DISABLE_OER_SUPPORT) */
60
#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
61
0,
62
#endif
/* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
63
#if !defined(ASN_DISABLE_JER_SUPPORT)
64
0,
65
#endif
/* !defined(ASN_DISABLE_JER_SUPPORT) */
66
0
67
},
68
0, 0,
/* No default value */
69
"linkedCause"
70
},
71
{
ATF_POINTER
, 1,
offsetof
(
struct
denm_SituationContainer
, eventHistory),
72
(
ASN_TAG_CLASS_CONTEXT
| (3 << 2)),
73
-1,
/* IMPLICIT tag at current level */
74
&
asn_DEF_denm_EventHistory
,
75
0,
76
{
77
#if !defined(ASN_DISABLE_OER_SUPPORT)
78
0,
79
#endif
/* !defined(ASN_DISABLE_OER_SUPPORT) */
80
#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
81
0,
82
#endif
/* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
83
#if !defined(ASN_DISABLE_JER_SUPPORT)
84
0,
85
#endif
/* !defined(ASN_DISABLE_JER_SUPPORT) */
86
0
87
},
88
0, 0,
/* No default value */
89
"eventHistory"
90
},
91
};
92
static
const
int
asn_MAP_denm_SituationContainer_oms_1
[] = { 2, 3 };
93
static
const
ber_tlv_tag_t
asn_DEF_denm_SituationContainer_tags_1
[] = {
94
(
ASN_TAG_CLASS_UNIVERSAL
| (16 << 2))
95
};
96
static
const
asn_TYPE_tag2member_t
asn_MAP_denm_SituationContainer_tag2el_1
[] = {
97
{ (
ASN_TAG_CLASS_CONTEXT
| (0 << 2)), 0, 0, 0 },
/* informationQuality */
98
{ (
ASN_TAG_CLASS_CONTEXT
| (1 << 2)), 1, 0, 0 },
/* eventType */
99
{ (
ASN_TAG_CLASS_CONTEXT
| (2 << 2)), 2, 0, 0 },
/* linkedCause */
100
{ (
ASN_TAG_CLASS_CONTEXT
| (3 << 2)), 3, 0, 0 }
/* eventHistory */
101
};
102
asn_SEQUENCE_specifics_t
asn_SPC_denm_SituationContainer_specs_1
= {
103
sizeof
(
struct
denm_SituationContainer
),
104
offsetof
(struct
denm_SituationContainer
,
_asn_ctx
),
105
asn_MAP_denm_SituationContainer_tag2el_1
,
106
4,
/* Count of tags in the map */
107
asn_MAP_denm_SituationContainer_oms_1
,
/* Optional members */
108
2, 0,
/* Root/Additions */
109
4,
/* First extension addition */
110
};
111
asn_TYPE_descriptor_t
asn_DEF_denm_SituationContainer
= {
112
"SituationContainer"
,
113
"SituationContainer"
,
114
&
asn_OP_SEQUENCE
,
115
asn_DEF_denm_SituationContainer_tags_1
,
116
sizeof
(
asn_DEF_denm_SituationContainer_tags_1
)
117
/
sizeof
(
asn_DEF_denm_SituationContainer_tags_1
[0]),
/* 1 */
118
asn_DEF_denm_SituationContainer_tags_1
,
/* Same as above */
119
sizeof
(
asn_DEF_denm_SituationContainer_tags_1
)
120
/
sizeof
(
asn_DEF_denm_SituationContainer_tags_1
[0]),
/* 1 */
121
{
122
#if !defined(ASN_DISABLE_OER_SUPPORT)
123
0,
124
#endif
/* !defined(ASN_DISABLE_OER_SUPPORT) */
125
#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
126
0,
127
#endif
/* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
128
#if !defined(ASN_DISABLE_JER_SUPPORT)
129
0,
130
#endif
/* !defined(ASN_DISABLE_JER_SUPPORT) */
131
SEQUENCE_constraint
132
},
133
asn_MBR_denm_SituationContainer_1
,
134
4,
/* Elements count */
135
&
asn_SPC_denm_SituationContainer_specs_1
/* Additional specs */
136
};
137
asn_OP_SEQUENCE
asn_TYPE_operation_t asn_OP_SEQUENCE
Definition:
constr_SEQUENCE.c:9
asn_MBR_denm_SituationContainer_1
asn_TYPE_member_t asn_MBR_denm_SituationContainer_1[]
Definition:
denm_SituationContainer.c:10
denm_SituationContainer
Definition:
denm_SituationContainer.h:28
ASN_TAG_CLASS_CONTEXT
@ ASN_TAG_CLASS_CONTEXT
Definition:
ber_tlv_tag.h:15
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
denm_SituationContainer.h
asn_DEF_denm_InformationQuality
asn_TYPE_descriptor_t asn_DEF_denm_InformationQuality
Definition:
denm_InformationQuality.c:49
asn_TYPE_tag2member_s
Definition:
constr_TYPE.h:289
asn_MAP_denm_SituationContainer_oms_1
static const int asn_MAP_denm_SituationContainer_oms_1[]
Definition:
denm_SituationContainer.c:92
ATF_POINTER
@ ATF_POINTER
Definition:
constr_TYPE.h:268
SEQUENCE_constraint
asn_constr_check_f SEQUENCE_constraint
Definition:
constr_SEQUENCE.h:56
asn_TYPE_descriptor_s
Definition:
constr_TYPE.h:224
asn_DEF_denm_EventHistory
asn_TYPE_descriptor_t asn_DEF_denm_EventHistory
Definition:
denm_EventHistory.c:47
offsetof
#define offsetof(s, m)
Definition:
asn_system.h:132
asn_MAP_denm_SituationContainer_tag2el_1
static const asn_TYPE_tag2member_t asn_MAP_denm_SituationContainer_tag2el_1[]
Definition:
denm_SituationContainer.c:96
asn_SPC_denm_SituationContainer_specs_1
asn_SEQUENCE_specifics_t asn_SPC_denm_SituationContainer_specs_1
Definition:
denm_SituationContainer.c:102
denm_SituationContainer::_asn_ctx
asn_struct_ctx_t _asn_ctx
Definition:
denm_SituationContainer.h:39
ATF_NOFLAGS
@ ATF_NOFLAGS
Definition:
constr_TYPE.h:267
asn_DEF_denm_SituationContainer
asn_TYPE_descriptor_t asn_DEF_denm_SituationContainer
Definition:
denm_SituationContainer.c:111
asn_SEQUENCE_specifics_s
Definition:
constr_SEQUENCE.h:14
asn_TYPE_member_s
Definition:
constr_TYPE.h:272
asn_DEF_denm_CauseCode
asn_TYPE_descriptor_t asn_DEF_denm_CauseCode
Definition:
denm_CauseCode.c:67
asn_DEF_denm_SituationContainer_tags_1
static const ber_tlv_tag_t asn_DEF_denm_SituationContainer_tags_1[]
Definition:
denm_SituationContainer.c:93
etsi_its_denm_coding
Author(s): Jean-Pierre Busch
, Guido Küppers
, Lennart Reiher
autogenerated on Sun May 18 2025 02:23:47