Updated documentation for mock a1 tool
[ric-app/admin.git] / asn1c_defs / E2N_SuccessfulOutcome.c
1 /*
2  * Generated by asn1c-0.9.29 n1 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2AP-PDU-Descriptions"
4  *      found in "../../asn_defs/asn1/e2ap-v031-subset.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`
6  */
7
8 #include "E2N_SuccessfulOutcome.h"
9
10 static const long asn_VAL_1_E2N_id_ricSubscription = 201;
11 static const long asn_VAL_1_E2N_reject = 0;
12 static const long asn_VAL_2_E2N_id_ricSubscriptionDelete = 202;
13 static const long asn_VAL_2_E2N_reject = 0;
14 static const long asn_VAL_3_E2N_id_ricServiceUpdate = 203;
15 static const long asn_VAL_3_E2N_reject = 0;
16 static const long asn_VAL_4_E2N_id_ricControl = 204;
17 static const long asn_VAL_4_E2N_reject = 0;
18 static const long asn_VAL_5_E2N_id_ricIndication = 205;
19 static const long asn_VAL_5_E2N_ignore = 1;
20 static const long asn_VAL_6_E2N_id_ricServiceQuery = 206;
21 static const long asn_VAL_6_E2N_ignore = 1;
22 static const asn_ioc_cell_t asn_IOS_E2N_E2AP_ELEMENTARY_PROCEDURES_1_rows[] = {
23         { "&InitiatingMessage", aioc__type, &asn_DEF_E2N_RICsubscriptionRequest },
24         { "&SuccessfulOutcome", aioc__type, &asn_DEF_E2N_RICsubscriptionResponse },
25         { "&UnsuccessfulOutcome", aioc__type, &asn_DEF_E2N_RICsubscriptionFailure },
26         { "&procedureCode", aioc__value, &asn_DEF_E2N_ProcedureCode, &asn_VAL_1_E2N_id_ricSubscription },
27         { "&criticality", aioc__value, &asn_DEF_E2N_Criticality, &asn_VAL_1_E2N_reject },
28         { "&InitiatingMessage", aioc__type, &asn_DEF_E2N_RICsubscriptionDeleteRequest },
29         { "&SuccessfulOutcome", aioc__type, &asn_DEF_E2N_RICsubscriptionDeleteResponse },
30         { "&UnsuccessfulOutcome", aioc__type, &asn_DEF_E2N_RICsubscriptionDeleteFailure },
31         { "&procedureCode", aioc__value, &asn_DEF_E2N_ProcedureCode, &asn_VAL_2_E2N_id_ricSubscriptionDelete },
32         { "&criticality", aioc__value, &asn_DEF_E2N_Criticality, &asn_VAL_2_E2N_reject },
33         { "&InitiatingMessage", aioc__type, &asn_DEF_E2N_RICserviceUpdate },
34         { "&SuccessfulOutcome", aioc__type, &asn_DEF_E2N_RICserviceUpdateAcknowledge },
35         { "&UnsuccessfulOutcome", aioc__type, &asn_DEF_E2N_RICserviceUpdateFailure },
36         { "&procedureCode", aioc__value, &asn_DEF_E2N_ProcedureCode, &asn_VAL_3_E2N_id_ricServiceUpdate },
37         { "&criticality", aioc__value, &asn_DEF_E2N_Criticality, &asn_VAL_3_E2N_reject },
38         { "&InitiatingMessage", aioc__type, &asn_DEF_E2N_RICcontrolRequest },
39         { "&SuccessfulOutcome", aioc__type, &asn_DEF_E2N_RICcontrolAcknowledge },
40         { "&UnsuccessfulOutcome", aioc__type, &asn_DEF_E2N_RICcontrolFailure },
41         { "&procedureCode", aioc__value, &asn_DEF_E2N_ProcedureCode, &asn_VAL_4_E2N_id_ricControl },
42         { "&criticality", aioc__value, &asn_DEF_E2N_Criticality, &asn_VAL_4_E2N_reject },
43         { "&InitiatingMessage", aioc__type, &asn_DEF_E2N_RICindication },
44         { "&SuccessfulOutcome",  },
45         { "&UnsuccessfulOutcome",  },
46         { "&procedureCode", aioc__value, &asn_DEF_E2N_ProcedureCode, &asn_VAL_5_E2N_id_ricIndication },
47         { "&criticality", aioc__value, &asn_DEF_E2N_Criticality, &asn_VAL_5_E2N_ignore },
48         { "&InitiatingMessage", aioc__type, &asn_DEF_E2N_RICserviceQuery },
49         { "&SuccessfulOutcome",  },
50         { "&UnsuccessfulOutcome",  },
51         { "&procedureCode", aioc__value, &asn_DEF_E2N_ProcedureCode, &asn_VAL_6_E2N_id_ricServiceQuery },
52         { "&criticality", aioc__value, &asn_DEF_E2N_Criticality, &asn_VAL_6_E2N_ignore }
53 };
54 static const asn_ioc_set_t asn_IOS_E2N_E2AP_ELEMENTARY_PROCEDURES_1[] = {
55         { 6, 5, asn_IOS_E2N_E2AP_ELEMENTARY_PROCEDURES_1_rows }
56 };
57 static int
58 memb_E2N_procedureCode_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
59                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
60         long value;
61         
62         if(!sptr) {
63                 ASN__CTFAIL(app_key, td, sptr,
64                         "%s: value not given (%s:%d)",
65                         td->name, __FILE__, __LINE__);
66                 return -1;
67         }
68         
69         value = *(const long *)sptr;
70         
71         if((value >= 0 && value <= 255)) {
72                 /* Constraint check succeeded */
73                 return 0;
74         } else {
75                 ASN__CTFAIL(app_key, td, sptr,
76                         "%s: constraint failed (%s:%d)",
77                         td->name, __FILE__, __LINE__);
78                 return -1;
79         }
80 }
81
82 static asn_type_selector_result_t
83 select_SuccessfulOutcome_E2N_criticality_type(const asn_TYPE_descriptor_t *parent_type, const void *parent_sptr) {
84         asn_type_selector_result_t result = {0, 0};
85         const asn_ioc_set_t *itable = asn_IOS_E2N_E2AP_ELEMENTARY_PROCEDURES_1;
86         size_t constraining_column = 3; /* &procedureCode */
87         size_t for_column = 4; /* &criticality */
88         size_t row, presence_index = 0;
89         const long *constraining_value = (const long *)((const char *)parent_sptr + offsetof(struct E2N_SuccessfulOutcome, procedureCode));
90         
91         for(row=0; row < itable->rows_count; row++) {
92             const asn_ioc_cell_t *constraining_cell = &itable->rows[row * itable->columns_count + constraining_column];
93             const asn_ioc_cell_t *type_cell = &itable->rows[row * itable->columns_count + for_column];
94         
95             if(type_cell->cell_kind == aioc__undefined)
96                 continue;
97         
98             presence_index++;
99             if(constraining_cell->type_descriptor->op->compare_struct(constraining_cell->type_descriptor, constraining_value, constraining_cell->value_sptr) == 0) {
100                 result.type_descriptor = type_cell->type_descriptor;
101                 result.presence_index = presence_index;
102                 break;
103             }
104         }
105         
106         return result;
107 }
108
109 static int
110 memb_E2N_criticality_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
111                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
112         
113         if(!sptr) {
114                 ASN__CTFAIL(app_key, td, sptr,
115                         "%s: value not given (%s:%d)",
116                         td->name, __FILE__, __LINE__);
117                 return -1;
118         }
119         
120         
121         if(1 /* No applicable constraints whatsoever */) {
122                 /* Nothing is here. See below */
123         }
124         
125         return td->encoding_constraints.general_constraints(td, sptr, ctfailcb, app_key);
126 }
127
128 static asn_type_selector_result_t
129 select_SuccessfulOutcome_E2N_value_type(const asn_TYPE_descriptor_t *parent_type, const void *parent_sptr) {
130         asn_type_selector_result_t result = {0, 0};
131         const asn_ioc_set_t *itable = asn_IOS_E2N_E2AP_ELEMENTARY_PROCEDURES_1;
132         size_t constraining_column = 3; /* &procedureCode */
133         size_t for_column = 1; /* &SuccessfulOutcome */
134         size_t row, presence_index = 0;
135         const long *constraining_value = (const long *)((const char *)parent_sptr + offsetof(struct E2N_SuccessfulOutcome, procedureCode));
136         
137         for(row=0; row < itable->rows_count; row++) {
138             const asn_ioc_cell_t *constraining_cell = &itable->rows[row * itable->columns_count + constraining_column];
139             const asn_ioc_cell_t *type_cell = &itable->rows[row * itable->columns_count + for_column];
140         
141             if(type_cell->cell_kind == aioc__undefined)
142                 continue;
143         
144             presence_index++;
145             if(constraining_cell->type_descriptor->op->compare_struct(constraining_cell->type_descriptor, constraining_value, constraining_cell->value_sptr) == 0) {
146                 result.type_descriptor = type_cell->type_descriptor;
147                 result.presence_index = presence_index;
148                 break;
149             }
150         }
151         
152         return result;
153 }
154
155 static int
156 memb_E2N_value_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
157                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
158         
159         if(!sptr) {
160                 ASN__CTFAIL(app_key, td, sptr,
161                         "%s: value not given (%s:%d)",
162                         td->name, __FILE__, __LINE__);
163                 return -1;
164         }
165         
166         
167         if(1 /* No applicable constraints whatsoever */) {
168                 /* Nothing is here. See below */
169         }
170         
171         return td->encoding_constraints.general_constraints(td, sptr, ctfailcb, app_key);
172 }
173
174 static asn_per_constraints_t asn_PER_memb_E2N_procedureCode_constr_2 CC_NOTUSED = {
175         { APC_CONSTRAINED,       8,  8,  0,  255 }      /* (0..255) */,
176         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
177         0, 0    /* No PER value map */
178 };
179 static asn_per_constraints_t asn_PER_memb_E2N_criticality_constr_3 CC_NOTUSED = {
180         { APC_CONSTRAINED,       2,  2,  0,  2 }        /* (0..2) */,
181         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
182         0, 0    /* No PER value map */
183 };
184 static asn_per_constraints_t asn_PER_memb_E2N_value_constr_4 CC_NOTUSED = {
185         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
186         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
187         0, 0    /* No PER value map */
188 };
189 static asn_TYPE_member_t asn_MBR_E2N_value_4[] = {
190         { ATF_NOFLAGS, 0, offsetof(struct E2N_SuccessfulOutcome__value, choice.RICsubscriptionResponse),
191                 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)),
192                 0,
193                 &asn_DEF_E2N_RICsubscriptionResponse,
194                 0,
195                 { 0, 0, 0 },
196                 0, 0, /* No default value */
197                 "RICsubscriptionResponse"
198                 },
199         { ATF_NOFLAGS, 0, offsetof(struct E2N_SuccessfulOutcome__value, choice.RICsubscriptionDeleteResponse),
200                 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)),
201                 0,
202                 &asn_DEF_E2N_RICsubscriptionDeleteResponse,
203                 0,
204                 { 0, 0, 0 },
205                 0, 0, /* No default value */
206                 "RICsubscriptionDeleteResponse"
207                 },
208         { ATF_NOFLAGS, 0, offsetof(struct E2N_SuccessfulOutcome__value, choice.RICserviceUpdateAcknowledge),
209                 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)),
210                 0,
211                 &asn_DEF_E2N_RICserviceUpdateAcknowledge,
212                 0,
213                 { 0, 0, 0 },
214                 0, 0, /* No default value */
215                 "RICserviceUpdateAcknowledge"
216                 },
217         { ATF_NOFLAGS, 0, offsetof(struct E2N_SuccessfulOutcome__value, choice.RICcontrolAcknowledge),
218                 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)),
219                 0,
220                 &asn_DEF_E2N_RICcontrolAcknowledge,
221                 0,
222                 { 0, 0, 0 },
223                 0, 0, /* No default value */
224                 "RICcontrolAcknowledge"
225                 },
226 };
227 static const asn_TYPE_tag2member_t asn_MAP_E2N_value_tag2el_4[] = {
228     { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 0, 0, 3 }, /* RICsubscriptionResponse */
229     { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 1, -1, 2 }, /* RICsubscriptionDeleteResponse */
230     { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 2, -2, 1 }, /* RICserviceUpdateAcknowledge */
231     { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)), 3, -3, 0 } /* RICcontrolAcknowledge */
232 };
233 static asn_CHOICE_specifics_t asn_SPC_E2N_value_specs_4 = {
234         sizeof(struct E2N_SuccessfulOutcome__value),
235         offsetof(struct E2N_SuccessfulOutcome__value, _asn_ctx),
236         offsetof(struct E2N_SuccessfulOutcome__value, present),
237         sizeof(((struct E2N_SuccessfulOutcome__value *)0)->present),
238         asn_MAP_E2N_value_tag2el_4,
239         4,      /* Count of tags in the map */
240         0, 0,
241         -1      /* Extensions start */
242 };
243 static /* Use -fall-defs-global to expose */
244 asn_TYPE_descriptor_t asn_DEF_E2N_value_4 = {
245         "value",
246         "value",
247         &asn_OP_OPEN_TYPE,
248         0,      /* No effective tags (pointer) */
249         0,      /* No effective tags (count) */
250         0,      /* No tags (pointer) */
251         0,      /* No tags (count) */
252         { 0, 0, OPEN_TYPE_constraint },
253         asn_MBR_E2N_value_4,
254         4,      /* Elements count */
255         &asn_SPC_E2N_value_specs_4      /* Additional specs */
256 };
257
258 asn_TYPE_member_t asn_MBR_E2N_SuccessfulOutcome_1[] = {
259         { ATF_NOFLAGS, 0, offsetof(struct E2N_SuccessfulOutcome, procedureCode),
260                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
261                 -1,     /* IMPLICIT tag at current level */
262                 &asn_DEF_E2N_ProcedureCode,
263                 0,
264                 { 0, &asn_PER_memb_E2N_procedureCode_constr_2,  memb_E2N_procedureCode_constraint_1 },
265                 0, 0, /* No default value */
266                 "procedureCode"
267                 },
268         { ATF_NOFLAGS, 0, offsetof(struct E2N_SuccessfulOutcome, criticality),
269                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
270                 -1,     /* IMPLICIT tag at current level */
271                 &asn_DEF_E2N_Criticality,
272                 select_SuccessfulOutcome_E2N_criticality_type,
273                 { 0, &asn_PER_memb_E2N_criticality_constr_3,  memb_E2N_criticality_constraint_1 },
274                 0, 0, /* No default value */
275                 "criticality"
276                 },
277         { ATF_OPEN_TYPE | ATF_NOFLAGS, 0, offsetof(struct E2N_SuccessfulOutcome, value),
278                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
279                 +1,     /* EXPLICIT tag at current level */
280                 &asn_DEF_E2N_value_4,
281                 select_SuccessfulOutcome_E2N_value_type,
282                 { 0, &asn_PER_memb_E2N_value_constr_4,  memb_E2N_value_constraint_1 },
283                 0, 0, /* No default value */
284                 "value"
285                 },
286 };
287 static const ber_tlv_tag_t asn_DEF_E2N_SuccessfulOutcome_tags_1[] = {
288         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
289 };
290 static const asn_TYPE_tag2member_t asn_MAP_E2N_SuccessfulOutcome_tag2el_1[] = {
291     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* procedureCode */
292     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* criticality */
293     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* value */
294 };
295 asn_SEQUENCE_specifics_t asn_SPC_E2N_SuccessfulOutcome_specs_1 = {
296         sizeof(struct E2N_SuccessfulOutcome),
297         offsetof(struct E2N_SuccessfulOutcome, _asn_ctx),
298         asn_MAP_E2N_SuccessfulOutcome_tag2el_1,
299         3,      /* Count of tags in the map */
300         0, 0, 0,        /* Optional elements (not needed) */
301         -1,     /* First extension addition */
302 };
303 asn_TYPE_descriptor_t asn_DEF_E2N_SuccessfulOutcome = {
304         "SuccessfulOutcome",
305         "SuccessfulOutcome",
306         &asn_OP_SEQUENCE,
307         asn_DEF_E2N_SuccessfulOutcome_tags_1,
308         sizeof(asn_DEF_E2N_SuccessfulOutcome_tags_1)
309                 /sizeof(asn_DEF_E2N_SuccessfulOutcome_tags_1[0]), /* 1 */
310         asn_DEF_E2N_SuccessfulOutcome_tags_1,   /* Same as above */
311         sizeof(asn_DEF_E2N_SuccessfulOutcome_tags_1)
312                 /sizeof(asn_DEF_E2N_SuccessfulOutcome_tags_1[0]), /* 1 */
313         { 0, 0, SEQUENCE_constraint },
314         asn_MBR_E2N_SuccessfulOutcome_1,
315         3,      /* Elements count */
316         &asn_SPC_E2N_SuccessfulOutcome_specs_1  /* Additional specs */
317 };
318