Moving in e2sim originally from it/test/simulators
[sim/e2-interface.git] / e2sim / ASN1c / PRACH-Configuration.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 "PRACH-Configuration.h"
27
28 #include "ProtocolExtensionContainer.h"
29 static int
30 memb_rootSequenceIndex_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 <= 837)) {
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_zeroCorrelationIndex_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 <= 15)) {
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_prach_FreqOffset_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 <= 94)) {
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_prach_ConfigIndex_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 <= 63)) {
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_rootSequenceIndex_constr_2 CC_NOTUSED = {
130         { APC_CONSTRAINED,       10,  10,  0,  837 }    /* (0..837) */,
131         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
132         0, 0    /* No PER value map */
133 };
134 static asn_per_constraints_t asn_PER_memb_zeroCorrelationIndex_constr_3 CC_NOTUSED = {
135         { APC_CONSTRAINED,       4,  4,  0,  15 }       /* (0..15) */,
136         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
137         0, 0    /* No PER value map */
138 };
139 static asn_per_constraints_t asn_PER_memb_prach_FreqOffset_constr_5 CC_NOTUSED = {
140         { APC_CONSTRAINED,       7,  7,  0,  94 }       /* (0..94) */,
141         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
142         0, 0    /* No PER value map */
143 };
144 static asn_per_constraints_t asn_PER_memb_prach_ConfigIndex_constr_6 CC_NOTUSED = {
145         { APC_CONSTRAINED,       6,  6,  0,  63 }       /* (0..63) */,
146         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
147         0, 0    /* No PER value map */
148 };
149 asn_TYPE_member_t asn_MBR_PRACH_Configuration_1[] = {
150         { ATF_NOFLAGS, 0, offsetof(struct PRACH_Configuration, rootSequenceIndex),
151                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
152                 -1,     /* IMPLICIT tag at current level */
153                 &asn_DEF_NativeInteger,
154                 0,
155                 { 0, &asn_PER_memb_rootSequenceIndex_constr_2,  memb_rootSequenceIndex_constraint_1 },
156                 0, 0, /* No default value */
157                 "rootSequenceIndex"
158                 },
159         { ATF_NOFLAGS, 0, offsetof(struct PRACH_Configuration, zeroCorrelationIndex),
160                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
161                 -1,     /* IMPLICIT tag at current level */
162                 &asn_DEF_NativeInteger,
163                 0,
164                 { 0, &asn_PER_memb_zeroCorrelationIndex_constr_3,  memb_zeroCorrelationIndex_constraint_1 },
165                 0, 0, /* No default value */
166                 "zeroCorrelationIndex"
167                 },
168         { ATF_NOFLAGS, 0, offsetof(struct PRACH_Configuration, highSpeedFlag),
169                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
170                 -1,     /* IMPLICIT tag at current level */
171                 &asn_DEF_BOOLEAN,
172                 0,
173                 { 0, 0, 0 },
174                 0, 0, /* No default value */
175                 "highSpeedFlag"
176                 },
177         { ATF_NOFLAGS, 0, offsetof(struct PRACH_Configuration, prach_FreqOffset),
178                 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
179                 -1,     /* IMPLICIT tag at current level */
180                 &asn_DEF_NativeInteger,
181                 0,
182                 { 0, &asn_PER_memb_prach_FreqOffset_constr_5,  memb_prach_FreqOffset_constraint_1 },
183                 0, 0, /* No default value */
184                 "prach-FreqOffset"
185                 },
186         { ATF_POINTER, 2, offsetof(struct PRACH_Configuration, prach_ConfigIndex),
187                 (ASN_TAG_CLASS_CONTEXT | (4 << 2)),
188                 -1,     /* IMPLICIT tag at current level */
189                 &asn_DEF_NativeInteger,
190                 0,
191                 { 0, &asn_PER_memb_prach_ConfigIndex_constr_6,  memb_prach_ConfigIndex_constraint_1 },
192                 0, 0, /* No default value */
193                 "prach-ConfigIndex"
194                 },
195         { ATF_POINTER, 1, offsetof(struct PRACH_Configuration, iE_Extensions),
196                 (ASN_TAG_CLASS_CONTEXT | (5 << 2)),
197                 -1,     /* IMPLICIT tag at current level */
198                 &asn_DEF_ProtocolExtensionContainer_170P177,
199                 0,
200                 { 0, 0, 0 },
201                 0, 0, /* No default value */
202                 "iE-Extensions"
203                 },
204 };
205 static const int asn_MAP_PRACH_Configuration_oms_1[] = { 4, 5 };
206 static const ber_tlv_tag_t asn_DEF_PRACH_Configuration_tags_1[] = {
207         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
208 };
209 static const asn_TYPE_tag2member_t asn_MAP_PRACH_Configuration_tag2el_1[] = {
210     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* rootSequenceIndex */
211     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* zeroCorrelationIndex */
212     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* highSpeedFlag */
213     { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 }, /* prach-FreqOffset */
214     { (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 4, 0, 0 }, /* prach-ConfigIndex */
215     { (ASN_TAG_CLASS_CONTEXT | (5 << 2)), 5, 0, 0 } /* iE-Extensions */
216 };
217 asn_SEQUENCE_specifics_t asn_SPC_PRACH_Configuration_specs_1 = {
218         sizeof(struct PRACH_Configuration),
219         offsetof(struct PRACH_Configuration, _asn_ctx),
220         asn_MAP_PRACH_Configuration_tag2el_1,
221         6,      /* Count of tags in the map */
222         asn_MAP_PRACH_Configuration_oms_1,      /* Optional members */
223         2, 0,   /* Root/Additions */
224         6,      /* First extension addition */
225 };
226 asn_TYPE_descriptor_t asn_DEF_PRACH_Configuration = {
227         "PRACH-Configuration",
228         "PRACH-Configuration",
229         &asn_OP_SEQUENCE,
230         asn_DEF_PRACH_Configuration_tags_1,
231         sizeof(asn_DEF_PRACH_Configuration_tags_1)
232                 /sizeof(asn_DEF_PRACH_Configuration_tags_1[0]), /* 1 */
233         asn_DEF_PRACH_Configuration_tags_1,     /* Same as above */
234         sizeof(asn_DEF_PRACH_Configuration_tags_1)
235                 /sizeof(asn_DEF_PRACH_Configuration_tags_1[0]), /* 1 */
236         { 0, 0, SEQUENCE_constraint },
237         asn_MBR_PRACH_Configuration_1,
238         6,      /* Elements count */
239         &asn_SPC_PRACH_Configuration_specs_1    /* Additional specs */
240 };
241