Moving in e2sim originally from it/test/simulators
[sim/e2-interface.git] / e2sim / ASN1c / SubbandCQICodeword1.c
1 /*****************************************************************************
2 #                                                                            *
3 # Copyright 2019 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 "X2AP-IEs"
22  *      found in "../../asnFiles/X2AP-IEs.asn"
23  *      `asn1c -fcompound-names -fincludes-quoted -fno-include-deps -findirect-choice -gen-PER -no-gen-OER -D.`
24  */
25
26 #include "SubbandCQICodeword1.h"
27
28 static int
29 memb_four_bitCQI_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
30                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
31         long value;
32         
33         if(!sptr) {
34                 ASN__CTFAIL(app_key, td, sptr,
35                         "%s: value not given (%s:%d)",
36                         td->name, __FILE__, __LINE__);
37                 return -1;
38         }
39         
40         value = *(const long *)sptr;
41         
42         if((value >= 0 && value <= 15)) {
43                 /* Constraint check succeeded */
44                 return 0;
45         } else {
46                 ASN__CTFAIL(app_key, td, sptr,
47                         "%s: constraint failed (%s:%d)",
48                         td->name, __FILE__, __LINE__);
49                 return -1;
50         }
51 }
52
53 static int
54 memb_three_bitSpatialDifferentialCQI_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
55                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
56         long value;
57         
58         if(!sptr) {
59                 ASN__CTFAIL(app_key, td, sptr,
60                         "%s: value not given (%s:%d)",
61                         td->name, __FILE__, __LINE__);
62                 return -1;
63         }
64         
65         value = *(const long *)sptr;
66         
67         if((value >= 0 && value <= 7)) {
68                 /* Constraint check succeeded */
69                 return 0;
70         } else {
71                 ASN__CTFAIL(app_key, td, sptr,
72                         "%s: constraint failed (%s:%d)",
73                         td->name, __FILE__, __LINE__);
74                 return -1;
75         }
76 }
77
78 static int
79 memb_two_bitSubbandDifferentialCQI_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
80                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
81         long value;
82         
83         if(!sptr) {
84                 ASN__CTFAIL(app_key, td, sptr,
85                         "%s: value not given (%s:%d)",
86                         td->name, __FILE__, __LINE__);
87                 return -1;
88         }
89         
90         value = *(const long *)sptr;
91         
92         if((value >= 0 && value <= 3)) {
93                 /* Constraint check succeeded */
94                 return 0;
95         } else {
96                 ASN__CTFAIL(app_key, td, sptr,
97                         "%s: constraint failed (%s:%d)",
98                         td->name, __FILE__, __LINE__);
99                 return -1;
100         }
101 }
102
103 static int
104 memb_two_bitDifferentialCQI_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
105                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
106         long value;
107         
108         if(!sptr) {
109                 ASN__CTFAIL(app_key, td, sptr,
110                         "%s: value not given (%s:%d)",
111                         td->name, __FILE__, __LINE__);
112                 return -1;
113         }
114         
115         value = *(const long *)sptr;
116         
117         if((value >= 0 && value <= 3)) {
118                 /* Constraint check succeeded */
119                 return 0;
120         } else {
121                 ASN__CTFAIL(app_key, td, sptr,
122                         "%s: constraint failed (%s:%d)",
123                         td->name, __FILE__, __LINE__);
124                 return -1;
125         }
126 }
127
128 static asn_per_constraints_t asn_PER_memb_four_bitCQI_constr_2 CC_NOTUSED = {
129         { APC_CONSTRAINED | APC_EXTENSIBLE,  4,  4,  0,  15 }   /* (0..15,...) */,
130         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
131         0, 0    /* No PER value map */
132 };
133 static asn_per_constraints_t asn_PER_memb_three_bitSpatialDifferentialCQI_constr_3 CC_NOTUSED = {
134         { APC_CONSTRAINED | APC_EXTENSIBLE,  3,  3,  0,  7 }    /* (0..7,...) */,
135         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
136         0, 0    /* No PER value map */
137 };
138 static asn_per_constraints_t asn_PER_memb_two_bitSubbandDifferentialCQI_constr_4 CC_NOTUSED = {
139         { APC_CONSTRAINED | APC_EXTENSIBLE,  2,  2,  0,  3 }    /* (0..3,...) */,
140         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
141         0, 0    /* No PER value map */
142 };
143 static asn_per_constraints_t asn_PER_memb_two_bitDifferentialCQI_constr_5 CC_NOTUSED = {
144         { APC_CONSTRAINED | APC_EXTENSIBLE,  2,  2,  0,  3 }    /* (0..3,...) */,
145         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
146         0, 0    /* No PER value map */
147 };
148 asn_per_constraints_t asn_PER_type_SubbandCQICodeword1_constr_1 CC_NOTUSED = {
149         { APC_CONSTRAINED | APC_EXTENSIBLE,  2,  2,  0,  3 }    /* (0..3,...) */,
150         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
151         0, 0    /* No PER value map */
152 };
153 asn_TYPE_member_t asn_MBR_SubbandCQICodeword1_1[] = {
154         { ATF_NOFLAGS, 0, offsetof(struct SubbandCQICodeword1, choice.four_bitCQI),
155                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
156                 -1,     /* IMPLICIT tag at current level */
157                 &asn_DEF_NativeInteger,
158                 0,
159                 { 0, &asn_PER_memb_four_bitCQI_constr_2,  memb_four_bitCQI_constraint_1 },
160                 0, 0, /* No default value */
161                 "four-bitCQI"
162                 },
163         { ATF_NOFLAGS, 0, offsetof(struct SubbandCQICodeword1, choice.three_bitSpatialDifferentialCQI),
164                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
165                 -1,     /* IMPLICIT tag at current level */
166                 &asn_DEF_NativeInteger,
167                 0,
168                 { 0, &asn_PER_memb_three_bitSpatialDifferentialCQI_constr_3,  memb_three_bitSpatialDifferentialCQI_constraint_1 },
169                 0, 0, /* No default value */
170                 "three-bitSpatialDifferentialCQI"
171                 },
172         { ATF_NOFLAGS, 0, offsetof(struct SubbandCQICodeword1, choice.two_bitSubbandDifferentialCQI),
173                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
174                 -1,     /* IMPLICIT tag at current level */
175                 &asn_DEF_NativeInteger,
176                 0,
177                 { 0, &asn_PER_memb_two_bitSubbandDifferentialCQI_constr_4,  memb_two_bitSubbandDifferentialCQI_constraint_1 },
178                 0, 0, /* No default value */
179                 "two-bitSubbandDifferentialCQI"
180                 },
181         { ATF_NOFLAGS, 0, offsetof(struct SubbandCQICodeword1, choice.two_bitDifferentialCQI),
182                 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
183                 -1,     /* IMPLICIT tag at current level */
184                 &asn_DEF_NativeInteger,
185                 0,
186                 { 0, &asn_PER_memb_two_bitDifferentialCQI_constr_5,  memb_two_bitDifferentialCQI_constraint_1 },
187                 0, 0, /* No default value */
188                 "two-bitDifferentialCQI"
189                 },
190 };
191 static const asn_TYPE_tag2member_t asn_MAP_SubbandCQICodeword1_tag2el_1[] = {
192     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* four-bitCQI */
193     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* three-bitSpatialDifferentialCQI */
194     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* two-bitSubbandDifferentialCQI */
195     { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* two-bitDifferentialCQI */
196 };
197 asn_CHOICE_specifics_t asn_SPC_SubbandCQICodeword1_specs_1 = {
198         sizeof(struct SubbandCQICodeword1),
199         offsetof(struct SubbandCQICodeword1, _asn_ctx),
200         offsetof(struct SubbandCQICodeword1, present),
201         sizeof(((struct SubbandCQICodeword1 *)0)->present),
202         asn_MAP_SubbandCQICodeword1_tag2el_1,
203         4,      /* Count of tags in the map */
204         0, 0,
205         4       /* Extensions start */
206 };
207 asn_TYPE_descriptor_t asn_DEF_SubbandCQICodeword1 = {
208         "SubbandCQICodeword1",
209         "SubbandCQICodeword1",
210         &asn_OP_CHOICE,
211         0,      /* No effective tags (pointer) */
212         0,      /* No effective tags (count) */
213         0,      /* No tags (pointer) */
214         0,      /* No tags (count) */
215         { 0, &asn_PER_type_SubbandCQICodeword1_constr_1, CHOICE_constraint },
216         asn_MBR_SubbandCQICodeword1_1,
217         4,      /* Elements count */
218         &asn_SPC_SubbandCQICodeword1_specs_1    /* Additional specs */
219 };
220