Moving in e2sim originally from it/test/simulators
[sim/e2-interface.git] / e2sim / ASN1c / WidebandCQICodeword1.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 "WidebandCQICodeword1.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 asn_per_constraints_t asn_PER_memb_four_bitCQI_constr_2 CC_NOTUSED = {
79         { APC_CONSTRAINED | APC_EXTENSIBLE,  4,  4,  0,  15 }   /* (0..15,...) */,
80         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
81         0, 0    /* No PER value map */
82 };
83 static asn_per_constraints_t asn_PER_memb_three_bitSpatialDifferentialCQI_constr_3 CC_NOTUSED = {
84         { APC_CONSTRAINED | APC_EXTENSIBLE,  3,  3,  0,  7 }    /* (0..7,...) */,
85         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
86         0, 0    /* No PER value map */
87 };
88 asn_per_constraints_t asn_PER_type_WidebandCQICodeword1_constr_1 CC_NOTUSED = {
89         { APC_CONSTRAINED | APC_EXTENSIBLE,  1,  1,  0,  1 }    /* (0..1,...) */,
90         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
91         0, 0    /* No PER value map */
92 };
93 asn_TYPE_member_t asn_MBR_WidebandCQICodeword1_1[] = {
94         { ATF_NOFLAGS, 0, offsetof(struct WidebandCQICodeword1, choice.four_bitCQI),
95                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
96                 -1,     /* IMPLICIT tag at current level */
97                 &asn_DEF_NativeInteger,
98                 0,
99                 { 0, &asn_PER_memb_four_bitCQI_constr_2,  memb_four_bitCQI_constraint_1 },
100                 0, 0, /* No default value */
101                 "four-bitCQI"
102                 },
103         { ATF_NOFLAGS, 0, offsetof(struct WidebandCQICodeword1, choice.three_bitSpatialDifferentialCQI),
104                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
105                 -1,     /* IMPLICIT tag at current level */
106                 &asn_DEF_NativeInteger,
107                 0,
108                 { 0, &asn_PER_memb_three_bitSpatialDifferentialCQI_constr_3,  memb_three_bitSpatialDifferentialCQI_constraint_1 },
109                 0, 0, /* No default value */
110                 "three-bitSpatialDifferentialCQI"
111                 },
112 };
113 static const asn_TYPE_tag2member_t asn_MAP_WidebandCQICodeword1_tag2el_1[] = {
114     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* four-bitCQI */
115     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* three-bitSpatialDifferentialCQI */
116 };
117 asn_CHOICE_specifics_t asn_SPC_WidebandCQICodeword1_specs_1 = {
118         sizeof(struct WidebandCQICodeword1),
119         offsetof(struct WidebandCQICodeword1, _asn_ctx),
120         offsetof(struct WidebandCQICodeword1, present),
121         sizeof(((struct WidebandCQICodeword1 *)0)->present),
122         asn_MAP_WidebandCQICodeword1_tag2el_1,
123         2,      /* Count of tags in the map */
124         0, 0,
125         2       /* Extensions start */
126 };
127 asn_TYPE_descriptor_t asn_DEF_WidebandCQICodeword1 = {
128         "WidebandCQICodeword1",
129         "WidebandCQICodeword1",
130         &asn_OP_CHOICE,
131         0,      /* No effective tags (pointer) */
132         0,      /* No effective tags (count) */
133         0,      /* No tags (pointer) */
134         0,      /* No tags (count) */
135         { 0, &asn_PER_type_WidebandCQICodeword1_constr_1, CHOICE_constraint },
136         asn_MBR_WidebandCQICodeword1_1,
137         2,      /* Elements count */
138         &asn_SPC_WidebandCQICodeword1_specs_1   /* Additional specs */
139 };
140