version 4.0.6
[ric-plt/e2.git] / RIC-E2-TERMINATION / 3rdparty / oranE2SM / RIC-ReportStyle-List.c
1 /*
2  *
3  * Copyright 2020 AT&T Intellectual Property
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  *      http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  *
17  */
18
19 /*
20  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
21  * From ASN.1 module "E2SM-gNB-NRT-IEs"
22  *      found in "../asnTextFiles/e2sm-gNB-NRT-v401.asn"
23  *      `asn1c -fcompound-names -fincludes-quoted -fno-include-deps -findirect-choice -gen-PER -no-gen-OER -D.`
24  */
25
26 #include "RIC-ReportStyle-List.h"
27
28 #include "RANparameterDef-Item.h"
29 static int
30 memb_ric_ReportRanParameterDef_List_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
31                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
32         size_t size;
33         
34         if(!sptr) {
35                 ASN__CTFAIL(app_key, td, sptr,
36                         "%s: value not given (%s:%d)",
37                         td->name, __FILE__, __LINE__);
38                 return -1;
39         }
40         
41         /* Determine the number of elements */
42         size = _A_CSEQUENCE_FROM_VOID(sptr)->count;
43         
44         if((size >= 1 && size <= 255)) {
45                 /* Perform validation of the inner elements */
46                 return td->encoding_constraints.general_constraints(td, sptr, ctfailcb, app_key);
47         } else {
48                 ASN__CTFAIL(app_key, td, sptr,
49                         "%s: constraint failed (%s:%d)",
50                         td->name, __FILE__, __LINE__);
51                 return -1;
52         }
53 }
54
55 static asn_per_constraints_t asn_PER_type_ric_ReportRanParameterDef_List_constr_5 CC_NOTUSED = {
56         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
57         { APC_CONSTRAINED,       8,  8,  1,  255 }      /* (SIZE(1..255)) */,
58         0, 0    /* No PER value map */
59 };
60 static asn_per_constraints_t asn_PER_memb_ric_ReportRanParameterDef_List_constr_5 CC_NOTUSED = {
61         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
62         { APC_CONSTRAINED,       8,  8,  1,  255 }      /* (SIZE(1..255)) */,
63         0, 0    /* No PER value map */
64 };
65 static asn_TYPE_member_t asn_MBR_ric_ReportRanParameterDef_List_5[] = {
66         { ATF_POINTER, 0, 0,
67                 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)),
68                 0,
69                 &asn_DEF_RANparameterDef_Item,
70                 0,
71                 { 0, 0, 0 },
72                 0, 0, /* No default value */
73                 ""
74                 },
75 };
76 static const ber_tlv_tag_t asn_DEF_ric_ReportRanParameterDef_List_tags_5[] = {
77         (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
78         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
79 };
80 static asn_SET_OF_specifics_t asn_SPC_ric_ReportRanParameterDef_List_specs_5 = {
81         sizeof(struct RIC_ReportStyle_List__ric_ReportRanParameterDef_List),
82         offsetof(struct RIC_ReportStyle_List__ric_ReportRanParameterDef_List, _asn_ctx),
83         0,      /* XER encoding is XMLDelimitedItemList */
84 };
85 static /* Use -fall-defs-global to expose */
86 asn_TYPE_descriptor_t asn_DEF_ric_ReportRanParameterDef_List_5 = {
87         "ric-ReportRanParameterDef-List",
88         "ric-ReportRanParameterDef-List",
89         &asn_OP_SEQUENCE_OF,
90         asn_DEF_ric_ReportRanParameterDef_List_tags_5,
91         sizeof(asn_DEF_ric_ReportRanParameterDef_List_tags_5)
92                 /sizeof(asn_DEF_ric_ReportRanParameterDef_List_tags_5[0]) - 1, /* 1 */
93         asn_DEF_ric_ReportRanParameterDef_List_tags_5,  /* Same as above */
94         sizeof(asn_DEF_ric_ReportRanParameterDef_List_tags_5)
95                 /sizeof(asn_DEF_ric_ReportRanParameterDef_List_tags_5[0]), /* 2 */
96         { 0, &asn_PER_type_ric_ReportRanParameterDef_List_constr_5, SEQUENCE_OF_constraint },
97         asn_MBR_ric_ReportRanParameterDef_List_5,
98         1,      /* Single element */
99         &asn_SPC_ric_ReportRanParameterDef_List_specs_5 /* Additional specs */
100 };
101
102 asn_TYPE_member_t asn_MBR_RIC_ReportStyle_List_1[] = {
103         { ATF_NOFLAGS, 0, offsetof(struct RIC_ReportStyle_List, ric_ReportStyle_Type),
104                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
105                 -1,     /* IMPLICIT tag at current level */
106                 &asn_DEF_RIC_Style_Type,
107                 0,
108                 { 0, 0, 0 },
109                 0, 0, /* No default value */
110                 "ric-ReportStyle-Type"
111                 },
112         { ATF_NOFLAGS, 0, offsetof(struct RIC_ReportStyle_List, ric_ReportStyle_Name),
113                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
114                 -1,     /* IMPLICIT tag at current level */
115                 &asn_DEF_RIC_Style_Name,
116                 0,
117                 { 0, 0, 0 },
118                 0, 0, /* No default value */
119                 "ric-ReportStyle-Name"
120                 },
121         { ATF_NOFLAGS, 0, offsetof(struct RIC_ReportStyle_List, ric_ReportActionFormat_Type),
122                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
123                 -1,     /* IMPLICIT tag at current level */
124                 &asn_DEF_RIC_Format_Type,
125                 0,
126                 { 0, 0, 0 },
127                 0, 0, /* No default value */
128                 "ric-ReportActionFormat-Type"
129                 },
130         { ATF_NOFLAGS, 0, offsetof(struct RIC_ReportStyle_List, ric_ReportRanParameterDef_List),
131                 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
132                 0,
133                 &asn_DEF_ric_ReportRanParameterDef_List_5,
134                 0,
135                 { 0, &asn_PER_memb_ric_ReportRanParameterDef_List_constr_5,  memb_ric_ReportRanParameterDef_List_constraint_1 },
136                 0, 0, /* No default value */
137                 "ric-ReportRanParameterDef-List"
138                 },
139         { ATF_NOFLAGS, 0, offsetof(struct RIC_ReportStyle_List, ric_IndicationHeaderFormat_Type),
140                 (ASN_TAG_CLASS_CONTEXT | (4 << 2)),
141                 -1,     /* IMPLICIT tag at current level */
142                 &asn_DEF_RIC_Format_Type,
143                 0,
144                 { 0, 0, 0 },
145                 0, 0, /* No default value */
146                 "ric-IndicationHeaderFormat-Type"
147                 },
148         { ATF_NOFLAGS, 0, offsetof(struct RIC_ReportStyle_List, ric_IndicationMessageFormat_Type),
149                 (ASN_TAG_CLASS_CONTEXT | (5 << 2)),
150                 -1,     /* IMPLICIT tag at current level */
151                 &asn_DEF_RIC_Format_Type,
152                 0,
153                 { 0, 0, 0 },
154                 0, 0, /* No default value */
155                 "ric-IndicationMessageFormat-Type"
156                 },
157 };
158 static const ber_tlv_tag_t asn_DEF_RIC_ReportStyle_List_tags_1[] = {
159         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
160 };
161 static const asn_TYPE_tag2member_t asn_MAP_RIC_ReportStyle_List_tag2el_1[] = {
162     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* ric-ReportStyle-Type */
163     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* ric-ReportStyle-Name */
164     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* ric-ReportActionFormat-Type */
165     { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 }, /* ric-ReportRanParameterDef-List */
166     { (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 4, 0, 0 }, /* ric-IndicationHeaderFormat-Type */
167     { (ASN_TAG_CLASS_CONTEXT | (5 << 2)), 5, 0, 0 } /* ric-IndicationMessageFormat-Type */
168 };
169 asn_SEQUENCE_specifics_t asn_SPC_RIC_ReportStyle_List_specs_1 = {
170         sizeof(struct RIC_ReportStyle_List),
171         offsetof(struct RIC_ReportStyle_List, _asn_ctx),
172         asn_MAP_RIC_ReportStyle_List_tag2el_1,
173         6,      /* Count of tags in the map */
174         0, 0, 0,        /* Optional elements (not needed) */
175         6,      /* First extension addition */
176 };
177 asn_TYPE_descriptor_t asn_DEF_RIC_ReportStyle_List = {
178         "RIC-ReportStyle-List",
179         "RIC-ReportStyle-List",
180         &asn_OP_SEQUENCE,
181         asn_DEF_RIC_ReportStyle_List_tags_1,
182         sizeof(asn_DEF_RIC_ReportStyle_List_tags_1)
183                 /sizeof(asn_DEF_RIC_ReportStyle_List_tags_1[0]), /* 1 */
184         asn_DEF_RIC_ReportStyle_List_tags_1,    /* Same as above */
185         sizeof(asn_DEF_RIC_ReportStyle_List_tags_1)
186                 /sizeof(asn_DEF_RIC_ReportStyle_List_tags_1[0]), /* 1 */
187         { 0, 0, SEQUENCE_constraint },
188         asn_MBR_RIC_ReportStyle_List_1,
189         6,      /* Elements count */
190         &asn_SPC_RIC_ReportStyle_List_specs_1   /* Additional specs */
191 };
192