blob: a30cdace5add24a2ab414bc8678d0ec2047accf3 [file] [log] [blame]
ss412g1a79bdf2019-10-24 12:03:05 +03001/*
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 "RelativeNarrowbandTxPower.h"
28
29#include "ProtocolExtensionContainer.h"
30/*
31 * This type is implemented using NativeEnumerated,
32 * so here we adjust the DEF accordingly.
33 */
34static int
35memb_rNTP_PerPRB_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
36 asn_app_constraint_failed_f *ctfailcb, void *app_key) {
37 const BIT_STRING_t *st = (const BIT_STRING_t *)sptr;
38 size_t size;
39
40 if(!sptr) {
41 ASN__CTFAIL(app_key, td, sptr,
42 "%s: value not given (%s:%d)",
43 td->name, __FILE__, __LINE__);
44 return -1;
45 }
46
47 if(st->size > 0) {
48 /* Size in bits */
49 size = 8 * st->size - (st->bits_unused & 0x07);
50 } else {
51 size = 0;
52 }
53
54 if((size >= 6 && size <= 110)) {
55 /* Constraint check succeeded */
56 return 0;
57 } else {
58 ASN__CTFAIL(app_key, td, sptr,
59 "%s: constraint failed (%s:%d)",
60 td->name, __FILE__, __LINE__);
61 return -1;
62 }
63}
64
65static int
66memb_p_B_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
67 asn_app_constraint_failed_f *ctfailcb, void *app_key) {
68 long value;
69
70 if(!sptr) {
71 ASN__CTFAIL(app_key, td, sptr,
72 "%s: value not given (%s:%d)",
73 td->name, __FILE__, __LINE__);
74 return -1;
75 }
76
77 value = *(const long *)sptr;
78
79 if((value >= 0 && value <= 3)) {
80 /* Constraint check succeeded */
81 return 0;
82 } else {
83 ASN__CTFAIL(app_key, td, sptr,
84 "%s: constraint failed (%s:%d)",
85 td->name, __FILE__, __LINE__);
86 return -1;
87 }
88}
89
90static int
91memb_pDCCH_InterferenceImpact_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
92 asn_app_constraint_failed_f *ctfailcb, void *app_key) {
93 long value;
94
95 if(!sptr) {
96 ASN__CTFAIL(app_key, td, sptr,
97 "%s: value not given (%s:%d)",
98 td->name, __FILE__, __LINE__);
99 return -1;
100 }
101
102 value = *(const long *)sptr;
103
104 if((value >= 0 && value <= 4)) {
105 /* Constraint check succeeded */
106 return 0;
107 } else {
108 ASN__CTFAIL(app_key, td, sptr,
109 "%s: constraint failed (%s:%d)",
110 td->name, __FILE__, __LINE__);
111 return -1;
112 }
113}
114
115static asn_per_constraints_t asn_PER_type_numberOfCellSpecificAntennaPorts_constr_4 CC_NOTUSED = {
116 { APC_CONSTRAINED | APC_EXTENSIBLE, 2, 2, 0, 2 } /* (0..2,...) */,
117 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
118 0, 0 /* No PER value map */
119};
120static asn_per_constraints_t asn_PER_memb_rNTP_PerPRB_constr_2 CC_NOTUSED = {
121 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
122 { APC_CONSTRAINED | APC_EXTENSIBLE, 7, 7, 6, 110 } /* (SIZE(6..110,...)) */,
123 0, 0 /* No PER value map */
124};
125static asn_per_constraints_t asn_PER_memb_p_B_constr_9 CC_NOTUSED = {
126 { APC_CONSTRAINED | APC_EXTENSIBLE, 2, 2, 0, 3 } /* (0..3,...) */,
127 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
128 0, 0 /* No PER value map */
129};
130static asn_per_constraints_t asn_PER_memb_pDCCH_InterferenceImpact_constr_10 CC_NOTUSED = {
131 { APC_CONSTRAINED | APC_EXTENSIBLE, 3, 3, 0, 4 } /* (0..4,...) */,
132 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
133 0, 0 /* No PER value map */
134};
135static const asn_INTEGER_enum_map_t asn_MAP_numberOfCellSpecificAntennaPorts_value2enum_4[] = {
136 { 0, 3, "one" },
137 { 1, 3, "two" },
138 { 2, 4, "four" }
139 /* This list is extensible */
140};
141static const unsigned int asn_MAP_numberOfCellSpecificAntennaPorts_enum2value_4[] = {
142 2, /* four(2) */
143 0, /* one(0) */
144 1 /* two(1) */
145 /* This list is extensible */
146};
147static const asn_INTEGER_specifics_t asn_SPC_numberOfCellSpecificAntennaPorts_specs_4 = {
148 asn_MAP_numberOfCellSpecificAntennaPorts_value2enum_4, /* "tag" => N; sorted by tag */
149 asn_MAP_numberOfCellSpecificAntennaPorts_enum2value_4, /* N => "tag"; sorted by N */
150 3, /* Number of elements in the maps */
151 4, /* Extensions before this member */
152 1, /* Strict enumeration */
153 0, /* Native long size */
154 0
155};
156static const ber_tlv_tag_t asn_DEF_numberOfCellSpecificAntennaPorts_tags_4[] = {
157 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
158 (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))
159};
160static /* Use -fall-defs-global to expose */
161asn_TYPE_descriptor_t asn_DEF_numberOfCellSpecificAntennaPorts_4 = {
162 "numberOfCellSpecificAntennaPorts",
163 "numberOfCellSpecificAntennaPorts",
164 &asn_OP_NativeEnumerated,
165 asn_DEF_numberOfCellSpecificAntennaPorts_tags_4,
166 sizeof(asn_DEF_numberOfCellSpecificAntennaPorts_tags_4)
167 /sizeof(asn_DEF_numberOfCellSpecificAntennaPorts_tags_4[0]) - 1, /* 1 */
168 asn_DEF_numberOfCellSpecificAntennaPorts_tags_4, /* Same as above */
169 sizeof(asn_DEF_numberOfCellSpecificAntennaPorts_tags_4)
170 /sizeof(asn_DEF_numberOfCellSpecificAntennaPorts_tags_4[0]), /* 2 */
171 { 0, &asn_PER_type_numberOfCellSpecificAntennaPorts_constr_4, NativeEnumerated_constraint },
172 0, 0, /* Defined elsewhere */
173 &asn_SPC_numberOfCellSpecificAntennaPorts_specs_4 /* Additional specs */
174};
175
176asn_TYPE_member_t asn_MBR_RelativeNarrowbandTxPower_1[] = {
177 { ATF_NOFLAGS, 0, offsetof(struct RelativeNarrowbandTxPower, rNTP_PerPRB),
178 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
179 -1, /* IMPLICIT tag at current level */
180 &asn_DEF_BIT_STRING,
181 0,
182 { 0, &asn_PER_memb_rNTP_PerPRB_constr_2, memb_rNTP_PerPRB_constraint_1 },
183 0, 0, /* No default value */
184 "rNTP-PerPRB"
185 },
186 { ATF_NOFLAGS, 0, offsetof(struct RelativeNarrowbandTxPower, rNTP_Threshold),
187 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
188 -1, /* IMPLICIT tag at current level */
189 &asn_DEF_RNTP_Threshold,
190 0,
191 { 0, 0, 0 },
192 0, 0, /* No default value */
193 "rNTP-Threshold"
194 },
195 { ATF_NOFLAGS, 0, offsetof(struct RelativeNarrowbandTxPower, numberOfCellSpecificAntennaPorts),
196 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
197 -1, /* IMPLICIT tag at current level */
198 &asn_DEF_numberOfCellSpecificAntennaPorts_4,
199 0,
200 { 0, 0, 0 },
201 0, 0, /* No default value */
202 "numberOfCellSpecificAntennaPorts"
203 },
204 { ATF_NOFLAGS, 0, offsetof(struct RelativeNarrowbandTxPower, p_B),
205 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
206 -1, /* IMPLICIT tag at current level */
207 &asn_DEF_NativeInteger,
208 0,
209 { 0, &asn_PER_memb_p_B_constr_9, memb_p_B_constraint_1 },
210 0, 0, /* No default value */
211 "p-B"
212 },
213 { ATF_NOFLAGS, 0, offsetof(struct RelativeNarrowbandTxPower, pDCCH_InterferenceImpact),
214 (ASN_TAG_CLASS_CONTEXT | (4 << 2)),
215 -1, /* IMPLICIT tag at current level */
216 &asn_DEF_NativeInteger,
217 0,
218 { 0, &asn_PER_memb_pDCCH_InterferenceImpact_constr_10, memb_pDCCH_InterferenceImpact_constraint_1 },
219 0, 0, /* No default value */
220 "pDCCH-InterferenceImpact"
221 },
222 { ATF_POINTER, 1, offsetof(struct RelativeNarrowbandTxPower, iE_Extensions),
223 (ASN_TAG_CLASS_CONTEXT | (5 << 2)),
224 -1, /* IMPLICIT tag at current level */
225 &asn_DEF_ProtocolExtensionContainer_170P184,
226 0,
227 { 0, 0, 0 },
228 0, 0, /* No default value */
229 "iE-Extensions"
230 },
231};
232static const int asn_MAP_RelativeNarrowbandTxPower_oms_1[] = { 5 };
233static const ber_tlv_tag_t asn_DEF_RelativeNarrowbandTxPower_tags_1[] = {
234 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
235};
236static const asn_TYPE_tag2member_t asn_MAP_RelativeNarrowbandTxPower_tag2el_1[] = {
237 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* rNTP-PerPRB */
238 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* rNTP-Threshold */
239 { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* numberOfCellSpecificAntennaPorts */
240 { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 }, /* p-B */
241 { (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 4, 0, 0 }, /* pDCCH-InterferenceImpact */
242 { (ASN_TAG_CLASS_CONTEXT | (5 << 2)), 5, 0, 0 } /* iE-Extensions */
243};
244asn_SEQUENCE_specifics_t asn_SPC_RelativeNarrowbandTxPower_specs_1 = {
245 sizeof(struct RelativeNarrowbandTxPower),
246 offsetof(struct RelativeNarrowbandTxPower, _asn_ctx),
247 asn_MAP_RelativeNarrowbandTxPower_tag2el_1,
248 6, /* Count of tags in the map */
249 asn_MAP_RelativeNarrowbandTxPower_oms_1, /* Optional members */
250 1, 0, /* Root/Additions */
251 6, /* First extension addition */
252};
253asn_TYPE_descriptor_t asn_DEF_RelativeNarrowbandTxPower = {
254 "RelativeNarrowbandTxPower",
255 "RelativeNarrowbandTxPower",
256 &asn_OP_SEQUENCE,
257 asn_DEF_RelativeNarrowbandTxPower_tags_1,
258 sizeof(asn_DEF_RelativeNarrowbandTxPower_tags_1)
259 /sizeof(asn_DEF_RelativeNarrowbandTxPower_tags_1[0]), /* 1 */
260 asn_DEF_RelativeNarrowbandTxPower_tags_1, /* Same as above */
261 sizeof(asn_DEF_RelativeNarrowbandTxPower_tags_1)
262 /sizeof(asn_DEF_RelativeNarrowbandTxPower_tags_1[0]), /* 1 */
263 { 0, 0, SEQUENCE_constraint },
264 asn_MBR_RelativeNarrowbandTxPower_1,
265 6, /* Elements count */
266 &asn_SPC_RelativeNarrowbandTxPower_specs_1 /* Additional specs */
267};
268