Moving in e2sim originally from it/test/simulators
[sim/e2-interface.git] / e2sim / ASN1c / SubbandCQICodeword0.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 "SubbandCQICodeword0.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_two_bitSubbandDifferentialCQI_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 <= 3)) {
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_bitDifferentialCQI_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 asn_per_constraints_t asn_PER_memb_four_bitCQI_constr_2 CC_NOTUSED = {
104         { APC_CONSTRAINED | APC_EXTENSIBLE,  4,  4,  0,  15 }   /* (0..15,...) */,
105         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
106         0, 0    /* No PER value map */
107 };
108 static asn_per_constraints_t asn_PER_memb_two_bitSubbandDifferentialCQI_constr_3 CC_NOTUSED = {
109         { APC_CONSTRAINED | APC_EXTENSIBLE,  2,  2,  0,  3 }    /* (0..3,...) */,
110         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
111         0, 0    /* No PER value map */
112 };
113 static asn_per_constraints_t asn_PER_memb_two_bitDifferentialCQI_constr_4 CC_NOTUSED = {
114         { APC_CONSTRAINED | APC_EXTENSIBLE,  2,  2,  0,  3 }    /* (0..3,...) */,
115         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
116         0, 0    /* No PER value map */
117 };
118 asn_per_constraints_t asn_PER_type_SubbandCQICodeword0_constr_1 CC_NOTUSED = {
119         { APC_CONSTRAINED | APC_EXTENSIBLE,  2,  2,  0,  2 }    /* (0..2,...) */,
120         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
121         0, 0    /* No PER value map */
122 };
123 asn_TYPE_member_t asn_MBR_SubbandCQICodeword0_1[] = {
124         { ATF_NOFLAGS, 0, offsetof(struct SubbandCQICodeword0, choice.four_bitCQI),
125                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
126                 -1,     /* IMPLICIT tag at current level */
127                 &asn_DEF_NativeInteger,
128                 0,
129                 { 0, &asn_PER_memb_four_bitCQI_constr_2,  memb_four_bitCQI_constraint_1 },
130                 0, 0, /* No default value */
131                 "four-bitCQI"
132                 },
133         { ATF_NOFLAGS, 0, offsetof(struct SubbandCQICodeword0, choice.two_bitSubbandDifferentialCQI),
134                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
135                 -1,     /* IMPLICIT tag at current level */
136                 &asn_DEF_NativeInteger,
137                 0,
138                 { 0, &asn_PER_memb_two_bitSubbandDifferentialCQI_constr_3,  memb_two_bitSubbandDifferentialCQI_constraint_1 },
139                 0, 0, /* No default value */
140                 "two-bitSubbandDifferentialCQI"
141                 },
142         { ATF_NOFLAGS, 0, offsetof(struct SubbandCQICodeword0, choice.two_bitDifferentialCQI),
143                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
144                 -1,     /* IMPLICIT tag at current level */
145                 &asn_DEF_NativeInteger,
146                 0,
147                 { 0, &asn_PER_memb_two_bitDifferentialCQI_constr_4,  memb_two_bitDifferentialCQI_constraint_1 },
148                 0, 0, /* No default value */
149                 "two-bitDifferentialCQI"
150                 },
151 };
152 static const asn_TYPE_tag2member_t asn_MAP_SubbandCQICodeword0_tag2el_1[] = {
153     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* four-bitCQI */
154     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* two-bitSubbandDifferentialCQI */
155     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* two-bitDifferentialCQI */
156 };
157 asn_CHOICE_specifics_t asn_SPC_SubbandCQICodeword0_specs_1 = {
158         sizeof(struct SubbandCQICodeword0),
159         offsetof(struct SubbandCQICodeword0, _asn_ctx),
160         offsetof(struct SubbandCQICodeword0, present),
161         sizeof(((struct SubbandCQICodeword0 *)0)->present),
162         asn_MAP_SubbandCQICodeword0_tag2el_1,
163         3,      /* Count of tags in the map */
164         0, 0,
165         3       /* Extensions start */
166 };
167 asn_TYPE_descriptor_t asn_DEF_SubbandCQICodeword0 = {
168         "SubbandCQICodeword0",
169         "SubbandCQICodeword0",
170         &asn_OP_CHOICE,
171         0,      /* No effective tags (pointer) */
172         0,      /* No effective tags (count) */
173         0,      /* No tags (pointer) */
174         0,      /* No tags (count) */
175         { 0, &asn_PER_type_SubbandCQICodeword0_constr_1, CHOICE_constraint },
176         asn_MBR_SubbandCQICodeword0_1,
177         3,      /* Elements count */
178         &asn_SPC_SubbandCQICodeword0_specs_1    /* Additional specs */
179 };
180