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