[Epic-ID: ODUHIGH-517][Task-ID: ODUHIGH-539][SubTask-Id: ODUHIGH-544] Multi UE| DL...
[o-du/l2.git] / src / 5gnrsch / sch_utils.c
1 /*******************************************************************************
2 ################################################################################
3 #   Copyright (c) [2017-2019] [Radisys]                                        #
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      Name:     sch_utils.c
22   
23      Type:     C source file
24   
25      Desc:     C source code for scheduler utilities
26   
27      File:     sch_utils.c
28   
29 **********************************************************************/
30
31 /** @file sch_utils.c
32 @brief This file implements the schedulers util functions.
33 */
34
35 /* header files */
36 #include "common_def.h"
37 #include "du_app_mac_inf.h"
38 #include "lrg.h"
39 #include "tfu.h"
40 #include "tfu.x"           /* TFU types */
41 #include "lrg.x"           /* layer management typedefs for MAC */
42 #include "mac_sch_interface.h"
43 #include "sch.h"
44 #include "sch_tmr.h"
45 #include "sch_utils.h"
46 #include "math.h"
47
48 #ifdef NR_TDD
49 /* spec-38.213 Table 13-4 for SCS=30KHz */
50 /* Note: Picking Table 13-4 and not 13-6 since band supported is n78 and
51  * corresponding minimum B/W is 10 MHz */
52 int8_t coresetIdxTable[MAX_CORESET_INDEX][4] = {
53 {   1,   24,   2,   0}, /* index 0  */
54 {   1,   24,   2,   1}, /* index 1  */
55 {   1,   24,   2,   2}, /* index 2  */
56 {   1,   24,   2,   3}, /* index 3  */
57 {   1,   24,   2,   4}, /* index 4  */
58 {   1,   24,   3,   0}, /* index 5  */
59 {   1,   24,   3,   1}, /* index 6  */
60 {   1,   24,   3,   2}, /* index 7  */
61 {   1,   24,   3,   3}, /* index 8  */
62 {   1,   24,   3,   4}, /* index 9  */
63 {   1,   48,   1,  12}, /* index 10 */
64 {   1,   48,   1,  14}, /* index 11 */
65 {   1,   48,   1,  16}, /* index 12 */
66 {   1,   48,   2,  12}, /* index 13 */
67 {   1,   48,   2,  14}, /* index 14 */
68 {   1,   48,   2,  16}, /* index 15 */
69 };
70 #else
71 /* spec-38.213 Table 13-1 for SCS=15KHz */
72 int8_t coresetIdxTable[MAX_CORESET_INDEX][4] = {
73 {   1,   24,   2,   0}, /* index 0  */
74 {   1,   24,   2,   2}, /* index 1  */
75 {   1,   24,   2,   4}, /* index 2  */
76 {   1,   24,   3,   0}, /* index 3  */
77 {   1,   24,   3,   2}, /* index 4  */
78 {   1,   24,   3,   4}, /* index 5  */
79 {   1,   48,   1,  12}, /* index 6  */
80 {   1,   48,   1,  16}, /* index 7  */
81 {   1,   48,   2,  12}, /* index 8  */
82 {   1,   48,   2,  16}, /* index 9  */
83 {   1,   48,   3,  12}, /* index 10 */
84 {   1,   48,   3,  16}, /* index 11 */
85 {   1,   96,   1,  38}, /* index 12 */
86 {   1,   96,   2,  38}, /* index 13 */
87 {   1,   96,   3,  38}, /* index 14 */
88 {   0,    0,   0,   0}, /* index 15 */
89 };
90 #endif
91
92 /* spec-38.213 Table 13-11 */
93 /* m value is scaled to 2, when using it in formula, divide by 2 */
94 /* firstSymbol will vary depends on i, hence not filled */
95 int8_t searchSpaceIdxTable[MAX_SEARCH_SPACE_INDEX][4] = {
96 {   0,    1,   2,   0}, /* index 0  */
97 {   0,    2,   1,   0}, /* index 1  */
98 {   2,    1,   2,   0}, /* index 2  */
99 {   2,    2,   1,   0}, /* index 3  */
100 {   5,    1,   2,   0}, /* index 4  */
101 {   5,    2,   1,   0}, /* index 5  */
102 {   7,    1,   2,   0}, /* index 6  */
103 {   7,    2,   1,   0}, /* index 7  */
104 {   0,    1,   4,   0}, /* index 8  */
105 {   5,    1,   4,   0}, /* index 9  */
106 {   0,    1,   2,   0}, /* index 10 */
107 {   0,    1,   2,   0}, /* index 11 */
108 {   2,    1,   2,   0}, /* index 12 */
109 {   2,    1,   2,   0}, /* index 13 */
110 {   5,    1,   2,   0}, /* index 14 */
111 {   5,    1,   2,   0}, /* index 15 */
112 };
113
114 /* RACH tables */
115
116 /* spec-38.211 Table 6.3.3.2-1 */
117 /* Lra, delFRa, delF, numRb, k' */
118 uint16_t numRbForPrachTable[MAX_RACH_NUM_RB_IDX][5] = {
119 {   839,  1.25,  15,   6,   7    }, /* index 0 */
120 {   839,  1.25,  30,   3,   1    }, /* index 1 */
121 {   839,  1.25,  60,   2,   133  }, /* index 2 */
122 {   839,  5,     15,   24,  12   }, /* index 3 */
123 {   839,  5,     30,   12,  10   }, /* index 4 */
124 {   839,  5,     60,   6,   7    }, /* index 5 */
125 {   139,  15,    15,   12,  2    }, /* index 6 */
126 {   139,  15,    30,   6,   2    }, /* index 7 */
127 {   139,  15,    60,   3,   2    }, /* index 8 */
128 {   139,  30,    15,   24,  2    }, /* index 9 */
129 {   139,  30,    30,   12,  2    }, /* index 10 */
130 {   139,  30,    60,   6,   2    }, /* index 11 */
131 {   139,  60,    60,   12,  2    }, /* index 12 */
132 {   139,  60,    120,  6,   2    }, /* index 13 */
133 {   139,  120,   60,   24,  2    }, /* index 14 */
134 {   139,  120,   120,  12,  2    }, /* index 15 */
135 };
136
137 #ifdef NR_TDD
138
139 /* prach config index Table 6.3.3.2-3 spec 38.211 
140  * PRACH format given as follows:
141  * 0 = 0
142  * 1 = 1
143  * 2 = 2
144  * 3 = 3
145  * 4 = A1
146  * 5 = A2
147  * 6 = A3
148  * 7 = B1
149  * 8 = B4
150  * 9 = C0
151  * 10 = C2
152  * 11 = A1/B1
153  * 12 = A2/B2
154  * 13 = A3/B3 
155  * Subframe num is represented considering 0-9 bits and
156  * value 1 corresponds to the subframe that is valid 
157  */
158
159 uint16_t prachCfgIdxTable[MAX_PRACH_CONFIG_IDX][8] = {
160 { 0, 16,  1,  512,  0,  0,  0,  0 }, /* index 0   */
161 { 0,  8,  1,  512,  0,  0,  0,  0 }, /* index 1   */
162 { 0,  4,  1,  512,  0,  0,  0,  0 }, /* index 2   */
163 { 0,  2,  0,  512,  0,  0,  0,  0 }, /* index 3   */
164 { 0,  2,  1,  512,  0,  0,  0,  0 }, /* index 4   */
165 { 0,  2,  0,   16,  0,  0,  0,  0 }, /* index 5   */
166 { 0,  2,  1,   16,  0,  0,  0,  0 }, /* index 6   */
167 { 0,  1,  0,  512,  0,  0,  0,  0 }, /* index 7   */
168 { 0,  1,  0,  256,  0,  0,  0,  0 }, /* index 8   */
169 { 0,  1,  0,  128,  0,  0,  0,  0 }, /* index 9   */
170 { 0,  1,  0,   64,  0,  0,  0,  0 }, /* index 10  */
171 { 0,  1,  0,   32,  0,  0,  0,  0 }, /* index 11  */
172 { 0,  1,  0,   16,  0,  0,  0,  0 }, /* index 12  */
173 { 0,  1,  0,    8,  0,  0,  0,  0 }, /* index 13  */
174 { 0,  1,  0,    4,  0,  0,  0,  0 }, /* index 14  */
175 { 0,  1,  0,   66,  0,  0,  0,  0 }, /* index 15  */
176 { 0,  1,  0,   66,  7,  0,  0,  0 }, /* index 16  */
177 { 0,  1,  0,  528,  0,  0,  0,  0 }, /* index 17  */
178 { 0,  1,  0,  264,  0,  0,  0,  0 }, /* index 18  */
179 { 0,  1,  0,  132,  0,  0,  0,  0 }, /* index 19  */
180 { 0,  1,  0,  768,  0,  0,  0,  0 }, /* index 20  */
181 { 0,  1,  0,  784,  0,  0,  0,  0 }, /* index 21  */
182 { 0,  1,  0,  536,  0,  0,  0,  0 }, /* index 22  */
183 { 0,  1,  0,  896,  0,  0,  0,  0 }, /* index 23  */
184 { 0,  1,  0,  792,  0,  0,  0,  0 }, /* index 24  */
185 { 0,  1,  0,  960,  0,  0,  0,  0 }, /* index 25  */
186 { 0,  1,  0,  594,  0,  0,  0,  0 }, /* index 26  */
187 { 0,  1,  0,  682,  0,  0,  0,  0 }, /* index 27  */
188 { 1, 16,  1,  128,  0,  0,  0,  0 }, /* index 28  */
189 { 1,  8,  1,  128,  0,  0,  0,  0 }, /* index 29  */
190 { 1,  4,  1,  128,  0,  0,  0,  0 }, /* index 30  */
191 { 1,  2,  0,  128,  0,  0,  0,  0 }, /* index 31  */
192 { 1,  2,  1,  128,  0,  0,  0,  0 }, /* index 32  */
193 { 1,  1,  0,  128,  0,  0,  0,  0 }, /* index 33  */
194 { 2, 16,  1,   64,  0,  0,  0,  0 }, /* index 34  */
195 { 2,  8,  1,   64,  0,  0,  0,  0 }, /* index 35  */
196 { 2,  4,  1,   64,  0,  0,  0,  0 }, /* index 36  */
197 { 2,  2,  0,   64,  7,  0,  0,  0 }, /* index 37  */
198 { 2,  2,  1,   64,  7,  0,  0,  0 }, /* index 38  */
199 { 2,  1,  0,   64,  7,  0,  0,  0 }, /* index 39  */
200 { 3, 16,  1,  512,  0,  0,  0,  0 }, /* index 40  */
201 { 3,  8,  1,  512,  0,  0,  0,  0 }, /* index 41  */
202 { 3,  4,  1,  512,  0,  0,  0,  0 }, /* index 42  */
203 { 3,  2,  0,  512,  0,  0,  0,  0 }, /* index 43  */
204 { 3,  2,  1,  512,  0,  0,  0,  0 }, /* index 44  */
205 { 3,  2,  0,   16,  0,  0,  0,  0 }, /* index 45  */
206 { 3,  2,  1,   16,  0,  0,  0,  0 }, /* index 46  */
207 { 3,  1,  0,  512,  0,  0,  0,  0 }, /* index 47  */
208 { 3,  1,  0,  256,  0,  0,  0,  0 }, /* index 48  */
209 { 3,  1,  0,  128,  0,  0,  0,  0 }, /* index 49  */
210 { 3,  1,  0,   64,  0,  0,  0,  0 }, /* index 50  */
211 { 3,  1,  0,   32,  0,  0,  0,  0 }, /* index 51  */
212 { 3,  1,  0,   16,  0,  0,  0,  0 }, /* index 52  */
213 { 3,  1,  0,    8,  0,  0,  0,  0 }, /* index 53  */
214 { 3,  1,  0,    4,  0,  0,  0,  0 }, /* index 54  */
215 { 3,  1,  0,   66,  0,  0,  0,  0 }, /* index 55  */
216 { 3,  1,  0,   66,  7,  0,  0,  0 }, /* index 56  */
217 { 3,  1,  0,  528,  0,  0,  0,  0 }, /* index 57  */
218 { 3,  1,  0,  264,  0,  0,  0,  0 }, /* index 58  */
219 { 3,  1,  0,  132,  0,  0,  0,  0 }, /* index 59  */
220 { 3,  1,  0,  768,  0,  0,  0,  0 }, /* index 60  */
221 { 3,  1,  0,  784,  0,  0,  0,  0 }, /* index 61  */
222 { 3,  1,  0,  536,  0,  0,  0,  0 }, /* index 62  */
223 { 3,  1,  0,  896,  0,  0,  0,  0 }, /* index 63  */
224 { 3,  1,  0,  792,  0,  0,  0,  0 }, /* index 64  */
225 { 3,  1,  0,  594,  0,  0,  0,  0 }, /* index 65  */
226 { 3,  1,  0,  682,  0,  0,  0,  0 }, /* index 66  */
227 { 4, 16,  1,  512,  0,  2,  6,  2 }, /* index 67  */
228 { 4,  8,  1,  512,  0,  2,  6,  2 }, /* index 68  */
229 { 4,  4,  1,  512,  0,  1,  6,  2 }, /* index 69  */
230 { 4,  2,  1,  512,  0,  1,  6,  2 }, /* index 70  */
231 { 4,  2,  1,  528,  7,  1,  3,  2 }, /* index 71  */
232 { 4,  2,  1,  640,  7,  1,  3,  2 }, /* index 72  */
233 { 4,  2,  1,  640,  0,  1,  6,  2 }, /* index 73  */
234 { 4,  2,  1,  768,  0,  2,  6,  2 }, /* index 74  */
235 { 4,  2,  1,  528,  0,  2,  6,  2 }, /* index 75  */
236 { 4,  2,  1,  924,  0,  1,  6,  2 }, /* index 76  */
237 { 4,  1,  0,  512,  0,  2,  6,  2 }, /* index 77  */
238 { 4,  1,  0,  512,  7,  1,  3,  2 }, /* index 78  */
239 { 4,  1,  0,  512,  0,  1,  6,  2 }, /* index 79  */
240 { 4,  1,  0,  768,  0,  2,  6,  2 }, /* index 80  */
241 { 4,  1,  0,  528,  0,  1,  6,  2 }, /* index 81  */
242 { 4,  1,  0,  640,  7,  1,  3,  2 }, /* index 82  */
243 { 4,  1,  0,  792,  0,  1,  6,  2 }, /* index 83  */
244 { 4,  1,  0,  792,  0,  2,  6,  2 }, /* index 84  */
245 { 4,  1,  0,  682,  0,  1,  6,  2 }, /* index 85  */
246 { 4,  1,  0, 1023,  7,  1,  3,  2 }, /* index 86  */
247 { 5, 16,  1,  512,  0,  2,  3,  4 }, /* index 87  */
248 { 5,  8,  1,  512,  0,  2,  3,  4 }, /* index 88  */
249 { 5,  4,  1,  512,  0,  1,  3,  4 }, /* index 89  */
250 { 5,  2,  1,  640,  0,  1,  3,  4 }, /* index 90  */
251 { 5,  2,  1,  768,  0,  2,  3,  4 }, /* index 91  */
252 { 5,  2,  1,  640,  9,  1,  1,  4 }, /* index 92  */
253 { 5,  2,  1,  528,  9,  1,  1,  4 }, /* index 93  */
254 { 5,  2,  1,  528,  0,  2,  3,  4 }, /* index 94  */
255 { 5,  2,  1,  924,  0,  1,  3,  4 }, /* index 95  */
256 { 5,  1,  0,    4,  0,  1,  3,  4 }, /* index 96  */
257 { 5,  1,  0,  128,  0,  1,  3,  4 }, /* index 97  */
258 { 5,  2,  1,  512,  0,  1,  3,  4 }, /* index 98  */
259 { 5,  1,  0,  512,  0,  2,  3,  4 }, /* index 99  */
260 { 5,  1,  0,  512,  9,  1,  1,  4 }, /* index 100  */
261 { 5,  1,  0,  512,  0,  1,  3,  4 }, /* index 101  */
262 { 5,  1,  0,  132,  0,  1,  3,  4 }, /* index 102  */
263 { 5,  1,  0,  768,  0,  2,  3,  4 }, /* index 103  */
264 { 5,  1,  0,  528,  0,  1,  3,  4 }, /* index 104  */
265 { 5,  1,  0,  640,  9,  1,  1,  4 }, /* index 105  */
266 { 5,  1,  0,  792,  0,  1,  3,  4 }, /* index 106  */
267 { 5,  1,  0,  792,  0,  2,  3,  4 }, /* index 107  */
268 { 5,  1,  0,  682,  0,  1,  3,  4 }, /* index 108  */
269 { 5,  1,  0, 1023,  9,  1,  1,  4 }, /* index 109  */
270 { 6, 16,  1,  512,  0,  2,  2,  6 }, /* index 110  */
271 { 6,  8,  1,  512,  0,  2,  2,  6 }, /* index 111  */
272 { 6,  4,  1,  512,  0,  1,  2,  6 }, /* index 112  */
273 { 6,  2,  1,  528,  7,  1,  1,  6 }, /* index 113  */
274 { 6,  2,  1,  640,  7,  1,  1,  6 }, /* index 114  */
275 { 6,  2,  1,  640,  0,  1,  2,  6 }, /* index 115  */
276 { 6,  2,  1,  528,  0,  2,  2,  6 }, /* index 116  */
277 { 6,  2,  1,  768,  0,  2,  2,  6 }, /* index 117  */
278 { 6,  2,  1,  924,  0,  1,  2,  6 }, /* index 118  */
279 { 6,  1,  0,    4,  0,  1,  2,  6 }, /* index 119  */
280 { 6,  1,  0,  128,  0,  1,  2,  6 }, /* index 120  */
281 { 6,  2,  1,  512,  0,  1,  2,  6 }, /* index 121  */
282 { 6,  1,  0,  512,  0,  2,  2,  6 }, /* index 122  */
283 { 6,  1,  0,  512,  7,  1,  1,  6 }, /* index 123  */
284 { 6,  1,  0,  512,  0,  1,  2,  6 }, /* index 124  */
285 { 6,  1,  0,  132,  0,  1,  2,  6 }, /* index 125  */
286 { 6,  1,  0,  768,  0,  2,  2,  6 }, /* index 126  */
287 { 6,  1,  0,  528,  0,  1,  2,  6 }, /* index 127  */
288 { 6,  1,  0,  640,  7,  1,  1,  6 }, /* index 128  */
289 { 6,  1,  0,  792,  0,  1,  2,  6 }, /* index 129  */
290 { 6,  1,  0,  792,  0,  2,  2,  6 }, /* index 130  */
291 { 6,  1,  0,  682,  0,  1,  2,  6 }, /* index 131  */
292 { 6,  1,  0, 1023,  7,  1,  1,  6 }, /* index 132  */
293 { 7,  4,  1,  512,  2,  1,  6,  2 }, /* index 133  */
294 { 7,  2,  1,  512,  2,  1,  6,  2 }, /* index 134  */
295 { 7,  2,  1,  640,  2,  1,  6,  2 }, /* index 135  */
296 { 7,  2,  1,  528,  8,  1,  3,  2 }, /* index 136  */
297 { 7,  2,  1,  528,  2,  2,  6,  2 }, /* index 137  */
298 { 7,  1,  0,  512,  2,  2,  6,  2 }, /* index 138  */
299 { 7,  1,  0,  512,  8,  1,  3,  2 }, /* index 139  */
300 { 7,  1,  0,  512,  2,  1,  6,  2 }, /* index 140  */
301 { 7,  1,  0,  768,  2,  2,  6,  2 }, /* index 141  */
302 { 7,  1,  0,  528,  2,  1,  6,  2 }, /* index 142  */
303 { 7,  1,  0,  640,  8,  1,  3,  2 }, /* index 143  */
304 { 7,  1,  0,  682,  2,  1,  6,  2 }, /* index 144  */
305 { 8, 16,  1,  512,  0,  2,  1, 12 }, /* index 145  */
306 { 8,  8,  1,  512,  0,  2,  1, 12 }, /* index 146  */
307 { 8,  4,  1,  512,  2,  1,  1, 12 }, /* index 147  */
308 { 8,  2,  1,  512,  0,  1,  1, 12 }, /* index 148  */
309 { 8,  2,  1,  512,  2,  1,  1, 12 }, /* index 149  */
310 { 8,  2,  1,  640,  2,  1,  1, 12 }, /* index 150  */
311 { 8,  2,  1,  528,  2,  1,  1, 12 }, /* index 151  */
312 { 8,  2,  1,  528,  0,  2,  1, 12 }, /* index 152  */
313 { 8,  2,  1,  768,  0,  2,  1, 12 }, /* index 153  */
314 { 8,  2,  1,  924,  0,  1,  1, 12 }, /* index 154  */
315 { 8,  1,  0,    2,  0,  1,  1, 12 }, /* index 155  */
316 { 8,  1,  0,    4,  0,  1,  1, 12 }, /* index 156  */
317 { 8,  1,  0,   16,  0,  1,  1, 12 }, /* index 157  */
318 { 8,  1,  0,  128,  0,  1,  1, 12 }, /* index 158  */
319 { 8,  1,  0,  512,  0,  1,  1, 12 }, /* index 159  */
320 { 8,  1,  0,  512,  2,  1,  1, 12 }, /* index 160  */
321 { 8,  1,  0,  512,  0,  2,  1, 12 }, /* index 161  */
322 { 8,  1,  0,  528,  2,  1,  1, 12 }, /* index 162  */
323 { 8,  1,  0,  640,  2,  1,  1, 12 }, /* index 163  */
324 { 8,  1,  0,  768,  0,  2,  1, 12 }, /* index 164  */
325 { 8,  1,  0,  792,  2,  1,  1, 12 }, /* index 165  */
326 { 8,  1,  0,  682,  2,  1,  1, 12 }, /* index 166  */
327 { 8,  1,  0, 1023,  0,  2,  1, 12 }, /* index 167  */
328 { 8,  1,  0, 1023,  2,  1,  1, 12 }, /* index 168  */
329 { 9, 16,  1,  512,  2,  2,  6,  2 }, /* index 169  */
330 { 9,  8,  1,  512,  2,  2,  6,  2 }, /* index 170  */
331 { 9,  4,  1,  512,  2,  1,  6,  2 }, /* index 171  */
332 { 9,  2,  1,  512,  2,  1,  6,  2 }, /* index 172  */
333 { 9,  2,  1,  768,  2,  2,  6,  2 }, /* index 173  */
334 { 9,  2,  1,  640,  2,  1,  6,  2 }, /* index 174  */
335 { 9,  2,  1,  640,  8,  1,  3,  2 }, /* index 175  */
336 { 9,  2,  1,  528,  8,  1,  3,  2 }, /* index 176  */
337 { 9,  2,  1,  528,  2,  2,  6,  2 }, /* index 177  */
338 { 9,  2,  1,  924,  2,  1,  6,  2 }, /* index 178  */
339 { 9,  1,  0,  512,  2,  2,  6,  2 }, /* index 179  */
340 { 9,  1,  0,  512,  8,  1,  3,  2 }, /* index 180  */
341 { 9,  1,  0,  512,  2,  1,  6,  2 }, /* index 181  */
342 { 9,  1,  0,  768,  2,  2,  6,  2 }, /* index 182  */
343 { 9,  1,  0,  528,  2,  1,  6,  2 }, /* index 183  */
344 { 9,  1,  0,  640,  8,  1,  3,  2 }, /* index 184  */
345 { 9,  1,  0,  792,  2,  1,  6,  2 }, /* index 185  */
346 { 9,  1,  0,  792,  2,  2,  6,  2 }, /* index 186  */
347 { 9,  1,  0,  682,  2,  1,  6,  2 }, /* index 187  */
348 { 9,  1,  0, 1023,  8,  1,  3,  2 }, /* index 188  */
349 {10, 16,  1,  512,  2,  2,  2,  6 }, /* index 189  */
350 {10,  8,  1,  512,  2,  2,  2,  6 }, /* index 190  */
351 {10,  4,  1,  512,  2,  1,  2,  6 }, /* index 191  */
352 {10,  2,  1,  512,  2,  1,  2,  6 }, /* index 192  */
353 {10,  2,  1,  768,  2,  2,  2,  6 }, /* index 193  */
354 {10,  2,  1,  640,  2,  1,  2,  6 }, /* index 194  */
355 {10,  2,  1,  640,  8,  1,  1,  6 }, /* index 195  */
356 {10,  2,  1,  528,  8,  1,  1,  6 }, /* index 196  */
357 {10,  2,  1,  528,  2,  2,  2,  6 }, /* index 197  */
358 {10,  2,  1,  924,  2,  1,  2,  6 }, /* index 198  */
359 {10,  8,  1,  512,  8,  2,  1,  6 }, /* index 199  */
360 {10,  4,  1,  512,  8,  1,  1,  6 }, /* index 200  */
361 {10,  1,  0,  512,  2,  2,  2,  6 }, /* index 201  */
362 {10,  1,  0,  512,  8,  1,  1,  6 }, /* index 202  */
363 {10,  1,  0,  512,  2,  1,  2,  6 }, /* index 203  */
364 {10,  1,  0,  768,  2,  2,  2,  6 }, /* index 204  */
365 {10,  1,  0,  528,  2,  1,  2,  6 }, /* index 205  */
366 {10,  1,  0,  640,  8,  1,  1,  6 }, /* index 206  */
367 {10,  1,  0,  792,  2,  1,  2,  6 }, /* index 207  */
368 {10,  1,  0,  792,  2,  2,  2,  6 }, /* index 208  */
369 {10,  1,  0,  682,  2,  1,  2,  6 }, /* index 209  */
370 {10,  1,  0, 1023,  8,  1,  1,  6 }, /* index 210  */
371 {11,  2,  1,  512,  2,  1,  6,  2 }, /* index 211  */
372 {11,  2,  1,  528,  8,  1,  3,  2 }, /* index 212  */
373 {11,  2,  1,  640,  8,  1,  3,  2 }, /* index 213  */
374 {11,  2,  1,  640,  2,  1,  6,  2 }, /* index 214  */
375 {11,  2,  1,  528,  2,  2,  6,  2 }, /* index 215  */
376 {11,  2,  1,  768,  2,  2,  6,  2 }, /* index 216  */
377 {11,  1,  0,  512,  2,  2,  6,  2 }, /* index 217  */
378 {11,  1,  0,  512,  8,  1,  3,  2 }, /* index 218  */
379 {11,  1,  0,  512,  2,  1,  6,  2 }, /* index 219  */
380 {11,  1,  0,  768,  2,  2,  6,  2 }, /* index 220  */
381 {11,  1,  0,  528,  2,  1,  6,  2 }, /* index 221  */
382 {11,  1,  0,  640,  8,  1,  3,  2 }, /* index 222  */
383 {11,  1,  0,  792,  2,  2,  6,  2 }, /* index 223  */
384 {11,  1,  0,  682,  2,  1,  6,  2 }, /* index 224  */
385 {11,  1,  0, 1023,  8,  1,  3,  2 }, /* index 225  */
386 {12,  2,  1,  512,  0,  1,  3,  4 }, /* index 226  */
387 {12,  2,  1,  528,  6,  1,  2,  4 }, /* index 227  */
388 {12,  2,  1,  640,  6,  1,  2,  4 }, /* index 228  */
389 {12,  2,  1,  528,  0,  2,  3,  4 }, /* index 229  */
390 {12,  2,  1,  768,  0,  2,  3,  4 }, /* index 230  */
391 {12,  1,  0,  512,  0,  2,  3,  4 }, /* index 231  */
392 {12,  1,  0,  512,  6,  1,  2,  4 }, /* index 232  */
393 {12,  1,  0,  512,  0,  1,  3,  4 }, /* index 233  */
394 {12,  1,  0,  768,  0,  2,  3,  4 }, /* index 234  */
395 {12,  1,  0,  528,  0,  1,  3,  4 }, /* index 235  */
396 {12,  1,  0,  640,  6,  1,  2,  4 }, /* index 236  */
397 {12,  1,  0,  792,  0,  1,  3,  4 }, /* index 237  */
398 {12,  1,  0,  792,  0,  2,  3,  4 }, /* index 238  */
399 {12,  1,  0,  682,  0,  1,  3,  4 }, /* index 239  */
400 {12,  1,  0, 1023,  6,  1,  2,  4 }, /* index 240  */
401 {13,  2,  1,  512,  0,  1,  2,  6 }, /* index 241  */
402 {13,  2,  1,  528,  2,  1,  2,  6 }, /* index 242  */
403 {13,  2,  1,  640,  0,  1,  2,  6 }, /* index 243  */
404 {13,  2,  1,  640,  2,  1,  2,  6 }, /* index 244  */
405 {13,  2,  1,  528,  0,  2,  2,  6 }, /* index 245  */
406 {13,  2,  1,  768,  0,  2,  2,  6 }, /* index 246  */
407 {13,  1,  0,  512,  0,  2,  2,  6 }, /* index 247  */
408 {13,  1,  0,  512,  2,  1,  2,  6 }, /* index 248  */
409 {13,  1,  0,  512,  0,  1,  2,  6 }, /* index 249  */
410 {13,  1,  0,  768,  0,  2,  2,  6 }, /* index 250  */
411 {13,  1,  0,  528,  0,  1,  2,  6 }, /* index 251  */
412 {13,  1,  0,  640,  2,  1,  2,  6 }, /* index 252  */
413 {13,  1,  0,  792,  0,  2,  2,  6 }, /* index 253  */
414 {13,  1,  0,  682,  0,  1,  2,  6 }, /* index 254  */
415 {13,  1,  0, 1023,  2,  1,  2,  6 }  /* index 255  */
416 };
417
418 #else
419 /* prach config index Table 6.3.3.2-2 spec 38.211 
420  * PRACH format given as follows:
421  * 0 = 0
422  * 1 = 1
423  * 2 = 2
424  * 3 = 3
425  * 4 = A1
426  * 5 = A2
427  * 6 = A3
428  * 7 = B1
429  * 8 = B4
430  * 9 = C0
431  * 10 = C2
432  * 11 = A1/B1
433  * 12 = A2/B2
434  * 13 = A3/B3 
435  * Subframe num is represented considering 0-9 bits and
436  * value 1 corresponds to the subframe that is valid 
437  */
438
439 uint16_t prachCfgIdxTable[MAX_PRACH_CONFIG_IDX][8] = {
440 { 0, 16,  1,    2,  0,  0,  0,  0 }, /* index 0   */
441 { 0, 16,  1,   16,  0,  0,  0,  0 }, /* index 1   */
442 { 0, 16,  1,  128,  0,  0,  0,  0 }, /* index 2   */
443 { 0, 16,  1,  512,  0,  0,  0,  0 }, /* index 3   */
444 { 0,  8,  1,    2,  0,  0,  0,  0 }, /* index 4   */
445 { 0,  8,  1,   16,  0,  0,  0,  0 }, /* index 5   */
446 { 0,  8,  1,  128,  0,  0,  0,  0 }, /* index 6   */
447 { 0,  8,  1,  512,  0,  0,  0,  0 }, /* index 7   */
448 { 0,  4,  1,    2,  0,  0,  0,  0 }, /* index 8   */
449 { 0,  4,  1,   16,  0,  0,  0,  0 }, /* index 9   */
450 { 0,  4,  1,  128,  0,  0,  0,  0 }, /* index 10  */
451 { 0,  4,  1,  512,  0,  0,  0,  0 }, /* index 11  */
452 { 0,  2,  1,    2,  0,  0,  0,  0 }, /* index 12  */
453 { 0,  2,  1,   16,  0,  0,  0,  0 }, /* index 13  */
454 { 0,  2,  1,  128,  0,  0,  0,  0 }, /* index 14  */
455 { 0,  2,  1,  512,  0,  0,  0,  0 }, /* index 15  */
456 { 0,  1,  0,    2,  0,  0,  0,  0 }, /* index 16  */
457 { 0,  1,  0,   16,  0,  0,  0,  0 }, /* index 17  */
458 { 0,  1,  0,  128,  0,  0,  0,  0 }, /* index 18  */
459 { 0,  1,  0,   66,  0,  0,  0,  0 }, /* index 19  */
460 { 0,  1,  0,  132,  0,  0,  0,  0 }, /* index 20  */
461 { 0,  1,  0,  264,  0,  0,  0,  0 }, /* index 21  */
462 { 0,  1,  0,  146,  0,  0,  0,  0 }, /* index 22  */
463 { 0,  1,  0,  292,  0,  0,  0,  0 }, /* index 23  */
464 { 0,  1,  0,  584,  0,  0,  0,  0 }, /* index 24  */
465 { 0,  1,  0,  341,  0,  0,  0,  0 }, /* index 25  */
466 { 0,  1,  0,  682,  0,  0,  0,  0 }, /* index 26  */
467 { 0,  1,  0, 1023,  0,  0,  0,  0 }, /* index 27  */
468 { 1, 16,  1,    2,  0,  0,  0,  0 }, /* index 28  */
469 { 1, 16,  1,   16,  0,  0,  0,  0 }, /* index 29  */
470 { 1, 16,  1,  128,  0,  0,  0,  0 }, /* index 30  */
471 { 1, 16,  1,  512,  0,  0,  0,  0 }, /* index 31  */
472 { 1,  8,  1,    2,  0,  0,  0,  0 }, /* index 32  */
473 { 1,  8,  1,   16,  0,  0,  0,  0 }, /* index 33  */
474 { 1,  8,  1,  128,  0,  0,  0,  0 }, /* index 34  */
475 { 1,  8,  1,  512,  0,  0,  0,  0 }, /* index 35  */
476 { 1,  4,  1,    2,  0,  0,  0,  0 }, /* index 36  */
477 { 1,  4,  1,   16,  0,  0,  0,  0 }, /* index 37  */
478 { 1,  4,  1,  128,  0,  0,  0,  0 }, /* index 38  */
479 { 1,  4,  1,  512,  0,  0,  0,  0 }, /* index 39  */
480 { 1,  2,  1,    2,  0,  0,  0,  0 }, /* index 40  */
481 { 1,  2,  1,   16,  0,  0,  0,  0 }, /* index 41  */
482 { 1,  2,  1,  128,  0,  0,  0,  0 }, /* index 42  */
483 { 1,  2,  1,  512,  0,  0,  0,  0 }, /* index 43  */
484 { 1,  1,  0,    2,  0,  0,  0,  0 }, /* index 44  */
485 { 1,  1,  0,   16,  0,  0,  0,  0 }, /* index 45  */
486 { 1,  1,  0,  128,  0,  0,  0,  0 }, /* index 46  */
487 { 1,  1,  0,   64,  0,  0,  0,  0 }, /* index 47  */
488 { 1,  1,  0,  132,  0,  0,  0,  0 }, /* index 48  */
489 { 1,  1,  0,  264,  0,  0,  0,  0 }, /* index 49  */
490 { 1,  1,  0,  146,  0,  0,  0,  0 }, /* index 50  */
491 { 1,  1,  0,  292,  0,  0,  0,  0 }, /* index 51  */
492 { 1,  1,  0,  584,  0,  0,  0,  0 }, /* index 52  */
493 { 2, 16,  1,    2,  0,  0,  0,  0 }, /* index 53  */
494 { 2,  8,  1,    2,  0,  0,  0,  0 }, /* index 54  */
495 { 2,  4,  0,    2,  0,  0,  0,  0 }, /* index 55  */
496 { 2,  2,  0,    2,  0,  0,  0,  0 }, /* index 56  */
497 { 2,  2,  0,   32,  0,  0,  0,  0 }, /* index 57  */
498 { 2,  1,  0,    2,  0,  0,  0,  0 }, /* index 58  */
499 { 2,  1,  0,   32,  0,  0,  0,  0 }, /* index 59  */
500 { 3, 16,  1,    2,  0,  0,  0,  0 }, /* index 60  */
501 { 3, 16,  1,   16,  0,  0,  0,  0 }, /* index 61  */
502 { 3, 16,  1,  128,  0,  0,  0,  0 }, /* index 62  */
503 { 3, 16,  1,  512,  0,  0,  0,  0 }, /* index 63  */
504 { 3,  8,  1,    2,  0,  0,  0,  0 }, /* index 64  */
505 { 3,  8,  1,   16,  0,  0,  0,  0 }, /* index 65  */
506 { 3,  8,  1,  128,  0,  0,  0,  0 }, /* index 66  */
507 { 3,  4,  1,    2,  0,  0,  0,  0 }, /* index 67  */
508 { 3,  4,  1,   16,  0,  0,  0,  0 }, /* index 68  */
509 { 3,  4,  1,  128,  0,  0,  0,  0 }, /* index 69  */
510 { 3,  4,  1,  512,  0,  0,  0,  0 }, /* index 70  */
511 { 3,  2,  1,    2,  0,  0,  0,  0 }, /* index 71  */
512 { 3,  2,  1,   16,  0,  0,  0,  0 }, /* index 72  */
513 { 3,  2,  1,  128,  0,  0,  0,  0 }, /* index 73  */
514 { 3,  2,  1,  512,  0,  0,  0,  0 }, /* index 74  */
515 { 3,  1,  0,    2,  0,  0,  0,  0 }, /* index 75  */
516 { 3,  1,  0,   16,  0,  0,  0,  0 }, /* index 76  */
517 { 3,  1,  0,  128,  0,  0,  0,  0 }, /* index 77  */
518 { 3,  1,  0,   66,  0,  0,  0,  0 }, /* index 78  */
519 { 3,  1,  0,  132,  0,  0,  0,  0 }, /* index 79  */
520 { 3,  1,  0,  264,  0,  0,  0,  0 }, /* index 80  */
521 { 3,  1,  0,  146,  0,  0,  0,  0 }, /* index 81  */
522 { 3,  1,  0,  292,  0,  0,  0,  0 }, /* index 82  */
523 { 3,  1,  0,  584,  0,  0,  0,  0 }, /* index 83  */
524 { 3,  1,  0,  341,  0,  0,  0,  0 }, /* index 84  */
525 { 3,  1,  0,  682,  0,  0,  0,  0 }, /* index 85  */
526 { 3,  1,  0, 1023,  0,  0,  0,  0 }, /* index 86  */
527 { 4, 16,  0,  528,  0,  1,  6,  2 }, /* index 87  */
528 { 4, 16,  1,   16,  0,  2,  6,  2 }, /* index 88  */
529 { 4,  8,  0,  528,  0,  1,  6,  2 }, /* index 89  */
530 { 4,  8,  1,   16,  0,  2,  6,  2 }, /* index 90  */
531 { 4,  4,  0,  528,  0,  1,  6,  2 }, /* index 91  */
532 { 4,  4,  1,  528,  0,  1,  6,  2 }, /* index 92  */
533 { 4,  4,  0,   16,  0,  2,  6,  2 }, /* index 93  */
534 { 4,  2,  0,  528,  0,  1,  6,  2 }, /* index 94  */
535 { 4,  2,  0,    2,  0,  2,  6,  2 }, /* index 95  */
536 { 4,  2,  0,   16,  0,  2,  6,  2 }, /* index 96  */
537 { 4,  2,  0,  128,  0,  2,  6,  2 }, /* index 97  */
538 { 4,  1,  0,   16,  0,  1,  6,  2 }, /* index 98  */
539 { 4,  1,  0,   66,  0,  1,  6,  2 }, /* index 99  */
540 { 4,  1,  0,  528,  0,  1,  6,  2 }, /* index 100  */
541 { 4,  1,  0,    2,  0,  2,  6,  2 }, /* index 101  */
542 { 4,  1,  0,  128,  0,  2,  6,  2 }, /* index 102  */
543 { 4,  1,  0,  132,  0,  2,  6,  2 }, /* index 103  */
544 { 4,  1,  0,  146,  0,  2,  6,  2 }, /* index 104  */
545 { 4,  1,  0,  341,  0,  2,  6,  2 }, /* index 105  */
546 { 4,  1,  0, 1023,  0,  2,  6,  2 }, /* index 106  */
547 { 4,  1,  0,  682,  0,  2,  6,  2 }, /* index 107  */
548 {11,  2,  0,  528,  0,  1,  7,  2 }, /* index 108  */
549 {11,  2,  0,   16,  0,  2,  7,  2 }, /* index 109  */
550 {11,  1,  0,   16,  0,  1,  7,  2 }, /* index 110  */
551 {11,  1,  0,   66,  0,  1,  7,  2 }, /* index 111  */
552 {11,  1,  0,  528,  0,  1,  7,  2 }, /* index 112  */
553 {11,  1,  0,    2,  0,  2,  7,  2 }, /* index 113  */
554 {11,  1,  0,  128,  0,  2,  7,  2 }, /* index 114  */
555 {11,  1,  0,  146,  0,  2,  7,  2 }, /* index 115  */
556 {11,  1,  0,  341,  0,  2,  7,  2 }, /* index 116  */
557 { 5, 16,  1,  580,  0,  1,  3,  4 }, /* index 117  */
558 { 5, 16,  1,   16,  0,  2,  3,  4 }, /* index 118  */
559 { 5,  8,  1,  580,  0,  1,  3,  4 }, /* index 119  */
560 { 5,  8,  1,   16,  0,  2,  3,  4 }, /* index 120  */
561 { 5,  4,  0,  580,  0,  1,  3,  4 }, /* index 121  */
562 { 5,  4,  0,   16,  0,  2,  3,  4 }, /* index 122  */
563 { 5,  2,  1,  580,  0,  1,  3,  4 }, /* index 123  */
564 { 5,  2,  0,    2,  0,  2,  3,  4 }, /* index 124  */
565 { 5,  2,  0,   16,  0,  2,  3,  4 }, /* index 125  */
566 { 5,  2,  0,  128,  0,  2,  3,  4 }, /* index 126  */
567 { 5,  1,  0,   16,  0,  1,  3,  4 }, /* index 127  */
568 { 5,  1,  0,   66,  0,  1,  3,  4 }, /* index 128  */
569 { 5,  1,  0,  528,  0,  1,  3,  4 }, /* index 129  */
570 { 5,  1,  0,    2,  0,  2,  3,  4 }, /* index 130  */
571 { 5,  1,  0,  128,  0,  2,  3,  4 }, /* index 131  */
572 { 5,  1,  0,  132,  0,  2,  3,  4 }, /* index 132  */
573 { 5,  1,  0,  146,  0,  2,  3,  4 }, /* index 133  */
574 { 5,  1,  0,  341,  0,  2,  3,  4 }, /* index 134  */
575 { 5,  1,  0, 1023,  0,  2,  3,  4 }, /* index 135  */
576 { 5,  1,  0,  682,  0,  2,  3,  4 }, /* index 136  */
577 {12,  2,  1,  580,  0,  1,  3,  4 }, /* index 137  */
578 {12,  2,  0,   16,  0,  2,  3,  4 }, /* index 138  */
579 {12,  1,  0,   16,  0,  1,  3,  4 }, /* index 139  */
580 {12,  1,  0,   66,  0,  1,  3,  4 }, /* index 140  */
581 {12,  1,  0,  528,  0,  1,  3,  4 }, /* index 141  */
582 {12,  1,  0,    2,  0,  2,  3,  4 }, /* index 142  */
583 {12,  1,  0,  128,  0,  2,  3,  4 }, /* index 143  */
584 {12,  1,  0,  146,  0,  2,  3,  4 }, /* index 144  */
585 {12,  1,  0,  341,  0,  2,  3,  4 }, /* index 145  */
586 {12,  1,  0, 1023,  0,  2,  3,  4 }, /* index 146  */
587 { 6, 16,  1,  528,  0,  1,  2,  6 }, /* index 147  */
588 { 6, 16,  1,   16,  0,  2,  2,  6 }, /* index 148  */
589 { 6,  8,  1,  528,  0,  1,  2,  6 }, /* index 149  */
590 { 6,  8,  1,   16,  0,  2,  2,  6 }, /* index 150  */
591 { 6,  4,  0,  528,  0,  1,  2,  6 }, /* index 151  */
592 { 6,  4,  0,   16,  0,  2,  2,  6 }, /* index 152  */
593 { 6,  2,  1,  580,  0,  2,  2,  6 }, /* index 153  */
594 { 6,  2,  0,    2,  0,  2,  2,  6 }, /* index 154  */
595 { 6,  2,  0,   16,  0,  2,  2,  6 }, /* index 155  */
596 { 6,  2,  0,  128,  0,  2,  2,  6 }, /* index 156  */
597 { 6,  1,  0,   16,  0,  1,  2,  6 }, /* index 157  */
598 { 6,  1,  0,   66,  0,  1,  2,  6 }, /* index 158  */
599 { 6,  1,  0,  528,  0,  1,  2,  6 }, /* index 159  */
600 { 6,  1,  0,    2,  0,  2,  2,  6 }, /* index 160  */
601 { 6,  1,  0,  128,  0,  2,  2,  6 }, /* index 161  */
602 { 6,  1,  0,  132,  0,  2,  2,  6 }, /* index 162  */
603 { 6,  1,  0,  146,  0,  2,  2,  6 }, /* index 163  */
604 { 6,  1,  0,  341,  0,  2,  2,  6 }, /* index 164  */
605 { 6,  1,  0, 1023,  0,  2,  2,  6 }, /* index 165  */
606 { 6,  1,  0,  682,  0,  2,  2,  6 }, /* index 166  */
607 {13,  2,  1,  580,  0,  2,  2,  6 }, /* index 167  */
608 {13,  2,  0,   16,  0,  2,  2,  6 }, /* index 168  */
609 {13,  1,  0,   16,  0,  1,  2,  6 }, /* index 169  */
610 {13,  1,  0,   66,  0,  1,  2,  6 }, /* index 170  */
611 {13,  1,  0,  528,  0,  1,  2,  6 }, /* index 171  */
612 {13,  1,  0,    2,  0,  2,  2,  6 }, /* index 172  */
613 {13,  1,  0,  128,  0,  2,  2,  6 }, /* index 173  */
614 {13,  1,  0,  146,  0,  2,  2,  6 }, /* index 174  */
615 {13,  1,  0,  341,  0,  2,  2,  6 }, /* index 175  */
616 {13,  1,  0, 1023,  0,  2,  2,  6 }, /* index 176  */
617 { 7, 16,  0,  528,  0,  1,  7,  2 }, /* index 177  */
618 { 7, 16,  1,   16,  0,  2,  7,  2 }, /* index 178  */
619 { 7,  8,  0,  528,  0,  1,  7,  2 }, /* index 179  */
620 { 7,  8,  1,   16,  0,  2,  7,  2 }, /* index 180  */
621 { 7,  4,  0,  528,  0,  1,  7,  2 }, /* index 181  */
622 { 7,  4,  1,  528,  0,  1,  7,  2 }, /* index 182  */
623 { 7,  4,  0,   16,  0,  2,  7,  2 }, /* index 183  */
624 { 7,  2,  0,  528,  0,  1,  7,  2 }, /* index 184  */
625 { 7,  2,  0,    2,  0,  2,  7,  2 }, /* index 185  */
626 { 7,  2,  0,   16,  0,  2,  7,  2 }, /* index 186  */
627 { 7,  2,  0,  128,  0,  2,  7,  2 }, /* index 187  */
628 { 7,  1,  0,   16,  0,  1,  7,  2 }, /* index 188  */
629 { 7,  1,  0,   66,  0,  1,  7,  2 }, /* index 189  */
630 { 7,  1,  0,  528,  0,  1,  7,  2 }, /* index 190  */
631 { 7,  1,  0,    2,  0,  2,  7,  2 }, /* index 191  */
632 { 7,  1,  0,  128,  0,  2,  7,  2 }, /* index 192  */
633 { 7,  1,  0,  132,  0,  2,  7,  2 }, /* index 193  */
634 { 7,  1,  0,  146,  0,  2,  7,  2 }, /* index 194  */
635 { 7,  1,  0,  341,  0,  2,  7,  2 }, /* index 195  */
636 { 7,  1,  0, 1023,  0,  2,  7,  2 }, /* index 196  */
637 { 7,  1,  0,  682,  0,  2,  7,  2 }, /* index 197  */
638 { 8, 16,  0,  528,  0,  2,  1, 12 }, /* index 198  */
639 { 8, 16,  1,   16,  0,  2,  1, 12 }, /* index 199  */
640 { 8,  8,  0,  528,  0,  2,  1, 12 }, /* index 200  */
641 { 8,  8,  1,   16,  0,  2,  1, 12 }, /* index 201  */
642 { 8,  4,  0,  528,  0,  2,  1, 12 }, /* index 202  */
643 { 8,  4,  0,   16,  0,  2,  1, 12 }, /* index 203  */
644 { 8,  4,  1,  528,  0,  2,  1, 12 }, /* index 204  */
645 { 8,  2,  0,  528,  0,  2,  1, 12 }, /* index 205  */
646 { 8,  2,  0,    2,  0,  2,  1, 12 }, /* index 206  */
647 { 8,  2,  0,   16,  0,  2,  1, 12 }, /* index 207  */
648 { 8,  2,  0,  128,  0,  2,  1, 12 }, /* index 208  */
649 { 8,  1,  0,    2,  0,  2,  1, 12 }, /* index 209  */
650 { 8,  1,  0,   16,  0,  2,  1, 12 }, /* index 210  */
651 { 8,  1,  0,  128,  0,  2,  1, 12 }, /* index 211  */
652 { 8,  1,  0,   66,  0,  2,  1, 12 }, /* index 212  */
653 { 8,  1,  0,  132,  0,  2,  1, 12 }, /* index 213  */
654 { 8,  1,  0,  528,  0,  2,  1, 12 }, /* index 214  */
655 { 8,  1,  0,  146,  0,  2,  1, 12 }, /* index 215  */
656 { 8,  1,  0,  341,  0,  2,  1, 12 }, /* index 216  */
657 { 8,  1,  0, 1023,  0,  2,  1, 12 }, /* index 217  */
658 { 8,  1,  0,  682,  0,  2,  1, 12 }, /* index 218  */
659 { 9,  8,  1,   16,  0,  2,  7,  2 }, /* index 219  */
660 { 9,  4,  1,  528,  0,  1,  7,  2 }, /* index 220  */
661 { 9,  4,  0,   16,  0,  2,  7,  2 }, /* index 221  */
662 { 9,  2,  0,  528,  0,  1,  7,  2 }, /* index 222  */
663 { 9,  2,  0,    2,  0,  2,  7,  2 }, /* index 223  */
664 { 9,  2,  0,   16,  0,  2,  7,  2 }, /* index 224  */
665 { 9,  2,  0,  128,  0,  2,  7,  2 }, /* index 225  */
666 { 9,  1,  0,   16,  0,  1,  7,  2 }, /* index 226  */
667 { 9,  1,  0,   66,  0,  1,  7,  2 }, /* index 227  */
668 { 9,  1,  0,  528,  0,  1,  7,  2 }, /* index 228  */
669 { 9,  1,  0,    2,  0,  2,  7,  2 }, /* index 229  */
670 { 9,  1,  0,  128,  0,  2,  7,  2 }, /* index 230  */
671 { 9,  1,  0,  132,  0,  2,  7,  2 }, /* index 231  */
672 { 9,  1,  0,  146,  0,  2,  7,  2 }, /* index 232  */
673 { 9,  1,  0,  341,  0,  2,  7,  2 }, /* index 233  */
674 { 9,  1,  0, 1023,  0,  2,  7,  2 }, /* index 234  */
675 { 9,  1,  0,  682,  0,  2,  7,  2 }, /* index 235  */
676 {10, 16,  1,  528,  0,  1,  2,  6 }, /* index 236  */
677 {10, 16,  1,   16,  0,  2,  2,  6 }, /* index 237  */
678 {10,  8,  1,  528,  0,  1,  2,  6 }, /* index 238  */
679 {10,  8,  1,   16,  0,  2,  2,  6 }, /* index 239  */
680 {10,  4,  0,  528,  0,  1,  2,  6 }, /* index 240  */
681 {10,  4,  0,   16,  0,  2,  2,  6 }, /* index 241  */
682 {10,  2,  1,  580,  0,  2,  2,  6 }, /* index 242  */
683 {10,  2,  0,    2,  0,  2,  2,  6 }, /* index 243  */
684 {10,  2,  0,   16,  0,  2,  2,  6 }, /* index 244  */
685 {10,  2,  0,  128,  0,  2,  2,  6 }, /* index 245  */
686 {10,  1,  0,   16,  0,  1,  2,  6 }, /* index 246  */
687 {10,  1,  0,   66,  0,  1,  2,  6 }, /* index 247  */
688 {10,  1,  0,  528,  0,  1,  2,  6 }, /* index 248  */
689 {10,  1,  0,    2,  0,  2,  2,  6 }, /* index 249  */
690 {10,  1,  0,  128,  0,  2,  2,  6 }, /* index 250  */
691 {10,  1,  0,  132,  0,  2,  2,  6 }, /* index 251  */
692 {10,  1,  0,  146,  0,  2,  2,  6 }, /* index 252  */
693 {10,  1,  0,  341,  0,  2,  2,  6 }, /* index 253  */
694 {10,  1,  0, 1023,  0,  2,  2,  6 }, /* index 254  */
695 {10,  1,  0,  682,  0,  2,  2,  6 }  /* index 255  */
696 };
697 #endif
698
699 /* Defintion of delta value Table 6.1.2.1.1-5 spec 38.214 */
700 uint8_t puschDeltaTable[MAX_MU_PUSCH] = { 2, 3, 4, 6 };
701
702 uint16_t tbSizeTable[TOTAL_TBSIZE_VALUES] = {
703          24,    32,    40,    48,    56,    64,    72,    80,    88,    96, \
704         104,   112,   120,   128,   136,   144,   152,   160,   168,   176, \
705         184,   192,   208,   224,   240,   256,   272,   288,   304,   320, \
706         336,   352,   368,   384,   408,   432,   456,   480,   504,   528, \
707         552,   576,   608,   640,   672,   704,   736,   768,   808,   848, \
708         888,   928,   984,  1032,  1064,  1128,  1160,  1192,  1224,  1256, \
709        1288,  1320,  1352,  1416,  1480,  1544,  1608,  1672,  1736,  1800, \
710        1864,  1928,  2024,  2088,  2152,  2216,  2280,  2408,  2472,  2536, \
711        2600,  2664,  2728,  2792,  2856,  2976,  3104,  3240,  3368,  3496, \
712        3624,  3752,  3824 };
713
714 uint16_t mcsTable[32][3] = {
715       {   0,   2,   120},   /* mcs index  0 */ 
716       {   1,   2,   157},   /* mcs index  1 */ 
717       {   2,   2,   193},   /* mcs index  2 */ 
718       {   3,   2,   251},   /* mcs index  3 */ 
719       {   4,   2,   308},   /* mcs index  4 */ 
720       {   5,   2,   379},   /* mcs index  5 */ 
721       {   6,   2,   449},   /* mcs index  6 */ 
722       {   7,   2,   526},   /* mcs index  7 */ 
723       {   8,   2,   602},   /* mcs index  8 */ 
724       {   9,   2,   679},   /* mcs index  9 */ 
725       {  10,   4,   340},   /* mcs index 10 */ 
726       {  11,   4,   378},   /* mcs index 11 */ 
727       {  12,   4,   434},   /* mcs index 12 */ 
728       {  13,   4,   490},   /* mcs index 13 */ 
729       {  14,   4,   553},   /* mcs index 14 */ 
730       {  15,   4,   616},   /* mcs index 15 */
731       {  16,   4,   658},   /* mcs index 16 */
732       {  17,   6,   438},   /* mcs index 17 */
733       {  18,   6,   466},   /* mcs index 18 */
734       {  19,   6,   517},   /* mcs index 19 */
735       {  20,   6,   567},   /* mcs index 20 */
736       {  21,   6,   616},   /* mcs index 21 */
737       {  22,   6,   666},   /* mcs index 22 */
738       {  23,   6,   719},   /* mcs index 23 */
739       {  24,   6,   772},   /* mcs index 24 */
740       {  25,   6,   822},   /* mcs index 25 */
741       {  26,   6,   873},   /* mcs index 26 */
742       {  27,   6,   910},   /* mcs index 27 */
743       {  28,   6,   948},   /* mcs index 28 */
744       {  29,   2,     0},   /* mcs index 29 */
745       {  30,   4,     0},   /* mcs index 30 */
746       {  31,   6,     0}};  /* mcs index 31 */
747
748 /* PUCCH resource sets before dedicated PUCCH resource configuration */
749 /* Table 9.2.1-1 spec 38.213      */ 
750 uint8_t pucchResourceSet[MAX_PUCCH_RES_SET_IDX][4] = {
751 { 0,  12,  2,  0 }, /* index  0 */
752 { 0,  12,  2,  0 }, /* index  1 */
753 { 0,  12,  2,  3 }, /* index  2 */
754 { 1,  10,  4,  0 }, /* index  3 */
755 { 1,  10,  4,  0 }, /* index  4 */
756 { 1,  10,  4,  2 }, /* index  5 */
757 { 1,  10,  4,  4 }, /* index  6 */
758 { 1,   4, 10,  0 }, /* index  7 */
759 { 1,   4, 10,  0 }, /* index  8 */
760 { 1,   4, 10,  2 }, /* index  9 */
761 { 1,   4, 10,  4 }, /* index 10 */
762 { 1,   0, 14,  0 }, /* index 11 */
763 { 1,   0, 14,  0 }, /* index 12 */
764 { 1,   0, 14,  2 }, /* index 13 */
765 { 1,   0, 14,  4 }, /* index 14 */
766 { 1,   0, 14,  0 }, /* index 15 */
767 };
768
769 /*CQI Table From Spec 38.214 Table 5.2.2.1-2
770  * {Modulation Scheme, CodeRate, Efficiency(bits per symbol)}
771  * Modulation Scheme is numbered based on bit rate as follows
772  * QPSK = 2, 16QAM = 4, 64QAM = 6
773  * */
774 unsigned long cqiTable1[MAX_NUM_CQI_IDX][3] = {
775 { 0, 0, 0},        /*index 0*/
776 { 2, 78, 0.1523},  /*index 1*/
777 { 2, 120, 0.2344}, /*index 2*/
778 { 2, 193, 0.3770}, /*index 3*/
779 { 2, 308, 0.6016}, /*index 4*/
780 { 2, 449, 0.8770}, /*index 5*/
781 { 2, 602, 1.1758}, /*index 6*/
782 { 4, 378, 1.4766}, /*index 7*/
783 { 4, 490, 1.9141}, /*index 8*/
784 { 4, 616, 2.4063}, /*index 9*/
785 { 6, 466, 2.7305}, /*index 10*/
786 { 6, 567, 3.3223}, /*index 11*/
787 { 6, 666, 3.9023}, /*index 12*/
788 { 6, 772, 4.5234}, /*index 13*/
789 { 6, 873, 5.1152}, /*index 14*/
790 { 6, 948, 5.5547}, /*index 15*/
791 };
792
793 /*As per Spec 38.211 Table 7.3.2.1-1, using number of CCE per AggLevel 
794  * Num of RE for Agg Level = numCCEPerAggLevel * (6 REG) * (12 Subcarriers)
795  */
796 uint16_t totalRE_PerAggLevel[MAX_NUM_AGG_LVL]= {72, 144, 288, 576, 1152};
797
798
799 /* Minimum Msg3 scheduling time should be calculated based on N1+N2+NTAmax+0.5
800  * ms formula.
801  * Refer spec 38.213 section 8.3.
802  * Harcoding the minimum msg3 scheduling for now */
803 uint8_t minMsg3SchTime[MAX_NUM_MU] = {6, 6, 6, 6};
804
805 uint8_t defaultUlAckTbl[DEFAULT_UL_ACK_LIST_COUNT]= {1, 2, 3 , 4, 5, 6, 7, 8};
806
807 uint8_t schCmnDlRvTbl[4] = {0, 2, 3, 1};
808 /**
809  * @brief Function to find first DMRS symbol in PDSCH
810  *
811  * @details
812  *
813  *     Function: findDmrsStartSymbol
814  *
815  *     This function finds first DMRS symbol using DMRS symbol 
816  *     position bitmap.
817  *
818  *  @param[in]  DMRS symbol position bitmap
819  *  @return     Success : First DRMS symbol
820  *              Failure : MAX_SYMB_PER_SLOT 
821  **/
822 uint8_t findDmrsStartSymbol(uint16_t dlDmrsSymbBitMap)
823 {
824    uint8_t position = 0;
825    uint16_t mask = 1;
826
827    while(position < MAX_SYMB_PER_SLOT)
828    {
829       if(dlDmrsSymbBitMap & mask)
830          break;  
831       mask = mask << 1;
832       position++;
833    }
834    return position;   
835 }
836
837 /**
838  * @brief Function to add a node to a linked list
839  *
840  * @details
841  *
842  *     Function: addNodeToLList
843  *
844  *     This function adds a new node to the linked list
845  *
846  *  @param[in]  Pointer to the list
847  *              Pointer to node to be added
848  *              Pointer to current node
849  *  @return     ROK
850  *              RFAILED
851  **/
852 uint8_t addNodeToLList(CmLListCp *llist, void *blockToAdd, CmLList *currNode)
853 {
854    CmLList  *newNode;
855
856    SCH_ALLOC(newNode, sizeof(CmLList));
857    if(newNode)
858    {
859       newNode->node = (PTR)blockToAdd;
860       
861       if(currNode == NULLP)
862          cmLListAdd2Tail(llist, newNode);
863       else
864       {
865          llist->crnt = currNode;
866          cmLListInsAfterCrnt(llist, newNode);
867       }
868       return ROK;
869    } 
870    return RFAILED;
871 }
872
873 /**
874  * @brief Function to delete a node from linked list
875  *
876  * @details
877  *
878  *     Function: deleteNodeFromLList
879  *
880  *     This function deletes a node from the linked list
881  *
882  *  @param[in]  Pointer to the list
883  *              Pointer to node to be deleted
884  *  @return     Pointer to the deleted node
885  **/
886 uint8_t deleteNodeFromLList(CmLListCp *llist, CmLList *node)
887 {
888    node = cmLListDelFrm(llist, node);
889    SCH_FREE(node, sizeof(CmLList));
890
891    return ROK;
892 }
893
894 /**
895  * @brief Checks if requested PRBs are free
896  *
897  * @details
898  *
899  *     Function: isPrbAvailable
900  *
901  *     This functions loops through all free PRB blocks and 
902  *     checks if request PRB block is available for allocation
903  *
904  *  @param[in]  List of free PRB blocks
905  *              First PRB requested
906  *              Total number of PRB requested
907  *
908  *  @return     Returns Pointer to free block
909  *              NULL
910  **/
911 CmLList* isPrbAvailable(CmLListCp *freePrbBlockList, uint16_t startPrb, uint16_t numPrb)
912 {
913    uint16_t      endPrb = 0;
914    CmLList       *node = NULLP;
915    FreePrbBlock  *freeBlock = NULLP;
916
917    endPrb = startPrb + numPrb - 1; 
918
919    /* Iterate through all blocks of free PRB to check if requested PRBs can be assigned */
920    node = freePrbBlockList->first;
921    while(node)
922    {
923       freeBlock = (FreePrbBlock *)node->node;
924
925       /* Check if requested number of blocks can be allocated from the current block */
926       if(freeBlock->numFreePrb < numPrb)
927       {
928          DU_LOG("\nINFO   --> SCH: In isPrbAvailable, numFreePrb:%d is less than reqPrb:%d", freeBlock->numFreePrb, numPrb);
929          node = node->next;
930          continue;
931       }
932       
933       /* Check if requested PRBs belong within the range of current free block */
934       if(((startPrb >= freeBlock->startPrb) && (startPrb <= freeBlock->endPrb)) && \
935          ((endPrb >= freeBlock->startPrb) && (endPrb <= freeBlock->endPrb)))
936       {
937          return node;
938       }
939
940       /* If current block is unable to provide resources, check the next block */
941       node = node->next;
942    }
943    return NULLP;
944 }
945
946 /**
947  * @brief Function to update free PRB list
948  *
949  * @details
950  *
951  *     Function: removeAllocatedPrbFromFreePrbList
952  *
953  *     This function removes the allocated PRBs from the
954  *     list of free PRBs
955  *
956  *  @param[in]  Pointer to the list
957  *              Pointer to node from which PRB was allocated
958  *              Start PRB allocated
959  *              Number of PRBs allocated
960  *  @return     void
961  **/
962 void removeAllocatedPrbFromFreePrbList(CmLListCp *freePrbBlockList, CmLList *node, uint16_t startPrb, uint16_t numPrb)
963 {
964    uint16_t      endPrb;
965    FreePrbBlock  *newBlock = NULLP;
966    FreePrbBlock  *freeBlock = (FreePrbBlock *)node->node;
967
968    if(!node) 
969       return;
970    
971    endPrb = startPrb + numPrb -1;
972
973    /* If the whole block is allocated, remove it from linked list */
974    if(freeBlock->numFreePrb == numPrb)
975    {
976       if(deleteNodeFromLList(freePrbBlockList, node) == ROK)
977          SCH_FREE(freeBlock, sizeof(FreePrbBlock));
978    }
979
980    /* If PRB is allocated from start of free block, move the start of free block
981     * after last alloctaed PRB */
982    else if(freeBlock->startPrb == startPrb)
983    {
984       freeBlock->startPrb = endPrb+1;
985       freeBlock->numFreePrb = freeBlock->endPrb - freeBlock->startPrb +1;
986    }
987
988    /* If PRB is allocated from end of free block, move the end of free block
989     * before the first allocated PRB */
990    else if(freeBlock->endPrb == endPrb)
991    {
992       freeBlock->endPrb = startPrb-1;
993       freeBlock->numFreePrb = freeBlock->endPrb - freeBlock->startPrb +1;
994    }
995
996    /* If PRBs are allocated somewhere in between the free block, split it into 2
997     * nodes. Fist node contains free PRBs after the allocated PRBs. Second node
998     * contains free PRBs present before the allocated PRBs */
999    else
1000    {
1001       /* Block 2 */
1002       SCH_ALLOC(newBlock, sizeof(FreePrbBlock));
1003       if(newBlock)
1004       {
1005          newBlock->startPrb = freeBlock->startPrb;
1006          newBlock->endPrb = startPrb-1;
1007          newBlock->numFreePrb = newBlock->endPrb - newBlock->startPrb +1;
1008          addNodeToLList(freePrbBlockList, newBlock, node);
1009       }
1010
1011       /* Block 1 */
1012       freeBlock->startPrb = endPrb+1;
1013       freeBlock->numFreePrb = freeBlock->endPrb - freeBlock->startPrb +1;
1014    }
1015 }
1016
1017 /**
1018  * @brief frequency domain allocation function. 
1019  *
1020  * @details
1021  *
1022  *     Function: schCalcTbSize
1023  *     
1024  *     This function finds the TBSize from table Table 5.1.3.2-1 spec 38.214
1025  *     
1026  *  @param[in]  payLoadSize - size of payload in bytes
1027  *  @return     TBsize from the Table in bytes
1028  **/
1029 uint16_t schCalcTbSize(uint32_t payLoadSize)
1030 {
1031    uint8_t tbsIndex = 0;
1032    uint16_t maxTbSize;
1033
1034    maxTbSize = tbSizeTable[TOTAL_TBSIZE_VALUES -1]/8;
1035    if(payLoadSize >= maxTbSize)
1036       return maxTbSize;
1037
1038    payLoadSize = payLoadSize*8;
1039    while(payLoadSize > tbSizeTable[tbsIndex])
1040    {
1041       tbsIndex++;
1042    }
1043
1044    /* return the TBsize in bytes */
1045    return (tbSizeTable[tbsIndex]/8);
1046 }
1047
1048 /**
1049  * @brief frequency domain allocation function. 
1050  *
1051  * @details
1052  *
1053  *     Function: schCalcNumPrb
1054  *     
1055  *     This function calculates the number of PRbs 
1056  *     
1057  *  @param[in]  tbSize in bytes
1058  *  @param[in]  mcs
1059  *  @param[in]  number of symbols
1060  *  @return   number PRBs
1061  **/
1062 uint16_t schCalcNumPrb(uint16_t tbSize, uint16_t mcs, uint8_t numSymbols)
1063 {
1064    uint16_t numPrb = 0;
1065    uint16_t nre = 0;
1066    uint16_t nreDash = 0;
1067    uint8_t  qm     = mcsTable[mcs][1];
1068    uint16_t rValue = mcsTable[mcs][2];
1069    uint8_t  numLayer = 1;       /* v value */
1070    uint8_t  numDmrsRePerPrb = 12;
1071
1072    tbSize = tbSize * 8; //Calculate tbSize in bits
1073
1074    /* formula used for calculation of rbSize, 38.214 section 5.1.3.2 *
1075     * Ninfo = S . Nre . R . Qm . v                                       *
1076     * Nre' = Nsc . NsymPdsch - NdmrsSymb - Noh                       *
1077     * Nre = min(156,Nre') . nPrb                                     */
1078
1079    nre = ceil( (float)tbSize * 1024 / (qm * rValue * numLayer));
1080
1081    nreDash = ceil( (12 * numSymbols) - numDmrsRePerPrb - 0);
1082
1083    if (nreDash > 156)
1084       nreDash = 156;
1085
1086    numPrb = ceil((float)nre / nreDash);   
1087    return numPrb;
1088 }
1089
1090 /**
1091 * @brief calculation of transport block size.
1092 *
1093 * @details
1094 *
1095 *     Function: schCalcTbSizeFromNPrb
1096 *
1097 *     This function calculates the transport block size
1098 *
1099 *  @param[in]  nPrb is num PRB
1100 *  @param[in]  mcs
1101 *  @param[in]  number of symbols
1102 *  @return   tbSize
1103 **/
1104 uint16_t schCalcTbSizeFromNPrb(uint16_t numPrb, uint16_t mcs, uint8_t numSymbols)
1105 {   
1106    uint8_t  qm     = mcsTable[mcs][1];
1107    uint16_t rValue = mcsTable[mcs][2];
1108    uint16_t tbsIndex = 0;
1109    uint32_t tbSize = 0;
1110    uint32_t nre = 0;
1111    uint32_t nreDash = 0;
1112    uint32_t nInfo = 0;
1113    uint32_t n = 0;
1114    uint32_t nInfoDash = 0;
1115    uint32_t c = 0;
1116    const uint8_t  numLayer = 1;
1117    const uint16_t numRbSc = 12;
1118    const uint16_t numDmrsRes = 12;
1119    const uint16_t sf = 1;
1120 //   uint16_t numPrbOvrHead = 0;
1121    
1122   /* formula used for calculation of rbSize, 38.214 section 5.1.3.2  *
1123    * Ninfo = Nre . R . Qm . v   where [ NInfo is tbSize]             *
1124    * Nre' = Nsc . NsymPdsch - NdmrsSymb - Noh                        *
1125    * Nre = min(156,Nre') . nPrb                                      */
1126
1127    nreDash = MIN(156, ceil( (numRbSc * numSymbols) - numDmrsRes - 0));
1128    nre = nreDash * numPrb;
1129    nInfo = ceil(nre * qm * numLayer * rValue/(1024.0 * sf));
1130
1131    if(nInfo <= 3824)
1132    {
1133       n = MAX(3, (uint32_t)cmLog2(nInfo) - 6);
1134       nInfoDash = MAX(24, (1<<n)*(nInfo/(1<<n)));
1135       while(nInfoDash > tbSizeTable[tbsIndex])
1136       {
1137          tbsIndex++;
1138       }
1139       tbSize = tbSizeTable[tbsIndex];
1140    }
1141    else
1142    {
1143       n = (uint32_t)cmLog2(nInfo - 24) - 5;
1144       nInfoDash = MAX(3840, (1<<n)*ceil((nInfo - 24)/(1<<n)));
1145
1146       if(rValue<256)
1147       {
1148          c = ceil((nInfoDash + 24)/3816);
1149          tbSize = 8 * c * ceil((nInfoDash + 24)/(8 * c)) - 24;
1150       }
1151       else
1152       {
1153          if(nInfoDash > 8424)
1154          {
1155             c = ceil((nInfoDash + 24)/8424);
1156             tbSize = 8 * c * ceil((nInfoDash + 24)/(8 * c)) - 24;
1157          }
1158          else
1159          {
1160             tbSize = 8 * ceil((nInfoDash + 24)/(8)) - 24;
1161          }
1162       }
1163    }
1164    return tbSize;
1165 }
1166
1167 /**
1168  * @brief fetching ueCb from cellCb
1169  *
1170  * @details
1171  *
1172  *     Function: schGetUeCb
1173  *
1174  *     This function fetched UeCb based on crnti from cellCb
1175  *
1176  *  @param[in]  cellCb
1177  *  @param[in]  crnti
1178  *  @return     ueCb
1179  **/
1180 SchUeCb* schGetUeCb(SchCellCb *cellCb, uint16_t crnti)
1181 {
1182    uint16_t ueId;
1183    GET_UE_ID(crnti, ueId);
1184    return &(cellCb->ueCb[ueId -1]);
1185 }
1186
1187 /**
1188  * @brief initialize UL slot info
1189  *
1190  * @details
1191  *
1192  *     Function: schInitUlSlot
1193  *
1194  *     This function intializes UL slot of the cell
1195  *
1196  *  @param[in]  schUlSlotInfo
1197  *  @return     void
1198  **/
1199 void schInitUlSlot(SchUlSlotInfo *schUlSlotInfo)
1200 {
1201    CmLList *node = NULLP, *next = NULLP;
1202    FreePrbBlock *freeBlock;
1203
1204    /* Delete the old blocks */
1205    if(schUlSlotInfo->prbAlloc.freePrbBlockList.count)
1206    {
1207       node = schUlSlotInfo->prbAlloc.freePrbBlockList.first;
1208    }
1209    while(node)
1210    {
1211       next = node->next;
1212       freeBlock = (FreePrbBlock *)node->node;
1213       if(deleteNodeFromLList(&schUlSlotInfo->prbAlloc.freePrbBlockList, node) == ROK)
1214          SCH_FREE(freeBlock, sizeof(FreePrbBlock));
1215       node = next;
1216    }
1217
1218    /* Initilize UL Slot info and mark all PRBs as free */
1219    memset(schUlSlotInfo, 0, sizeof(SchUlSlotInfo));
1220    cmLListInit(&schUlSlotInfo->prbAlloc.freePrbBlockList);
1221    SCH_ALLOC(freeBlock, sizeof(FreePrbBlock));
1222    if(freeBlock)
1223    {
1224       freeBlock->numFreePrb = MAX_NUM_RB;
1225       freeBlock->startPrb = 0;
1226       freeBlock->endPrb = MAX_NUM_RB-1;
1227       addNodeToLList(&schUlSlotInfo->prbAlloc.freePrbBlockList, freeBlock, NULL);
1228    }
1229
1230    schUlSlotInfo->puschCurrentPrb = PUSCH_START_RB;
1231    schUlSlotInfo->schPuschInfo = NULLP;
1232 }
1233
1234 /**
1235  * @brief initialize DL slot info
1236  *
1237  * @details
1238  *
1239  *     Function: schInitDlSlot
1240  *
1241  *     This function intializes DL slot of the cell
1242  *
1243  *  @param[in]  schDlSlotInfo
1244  *  @return     void
1245  **/
1246 void schInitDlSlot(SchDlSlotInfo *schDlSlotInfo)
1247 {
1248    CmLList *node = NULLP, *next = NULLP;
1249    FreePrbBlock *freeBlock;
1250
1251    /* Delete the old blocks */
1252    if(schDlSlotInfo->prbAlloc.freePrbBlockList.count)
1253       node = schDlSlotInfo->prbAlloc.freePrbBlockList.first;
1254    while(node)
1255    {
1256       next = node->next;
1257       freeBlock = (FreePrbBlock *)node->node;
1258       if(deleteNodeFromLList(&schDlSlotInfo->prbAlloc.freePrbBlockList, node) == ROK)
1259          SCH_FREE(freeBlock, sizeof(FreePrbBlock));
1260       node = next;
1261    }
1262
1263    /* Initilize DL Slot info and mark all PRBs as free */
1264    memset(schDlSlotInfo, 0, sizeof(SchDlSlotInfo));
1265    cmLListInit(&schDlSlotInfo->prbAlloc.freePrbBlockList);
1266    SCH_ALLOC(freeBlock, sizeof(FreePrbBlock));
1267    if(freeBlock)
1268    {
1269       freeBlock->numFreePrb = MAX_NUM_RB;
1270       freeBlock->startPrb = 0;
1271       freeBlock->endPrb = MAX_NUM_RB-1;
1272       addNodeToLList(&schDlSlotInfo->prbAlloc.freePrbBlockList, freeBlock, NULL);
1273    }
1274 }
1275
1276 /**
1277  * @brief Fill resource bit map
1278  *
1279  * @details
1280  *
1281  *     Function: fillPrbBitmap
1282  *
1283  *     This function updates bitMap to mark the allocated PRBs
1284  *
1285  *  @param[in]  schDlSlotInfo
1286  *  @return     void
1287  **/
1288 bool fillPrbBitmap(uint64_t *prbBitMap, uint16_t startPrb, uint16_t numPrb)
1289 {
1290    uint16_t bitMapIdx = 0;
1291    uint16_t offsetInFirstIdx = 0;
1292    uint32_t numBitsToSetInFirstIdx = 0;
1293    uint64_t mask = MASK_BIT64_ON;
1294    uint64_t bitmapBackup[PRB_BITMAP_MAX_IDX];
1295
1296    /* Store backup of the bitmap in order to roll back if PRB allocation fails */
1297    memcpy(bitmapBackup, prbBitMap, sizeof(bitmapBackup));
1298
1299    /* Calculate the bitmap idx and offset of bit in that idx, to start
1300     * allocating PRBs from */
1301    bitMapIdx = startPrb / PRB_BITMAP_IDX_LEN;
1302    offsetInFirstIdx = startPrb % PRB_BITMAP_IDX_LEN;
1303
1304    /* If number of PRBs allocated >= number of unset bits in first idx starting from offset bit
1305     * then set all bits in first idx starting from offset bit
1306     * else set bits equal to number of PRBs allocated
1307     */
1308    numBitsToSetInFirstIdx = \
1309       (numPrb >= (PRB_BITMAP_IDX_LEN-offsetInFirstIdx)) ? (PRB_BITMAP_IDX_LEN-offsetInFirstIdx) : numPrb;
1310
1311    mask = mask >> (PRB_BITMAP_IDX_LEN-numBitsToSetInFirstIdx);
1312    mask = mask<<offsetInFirstIdx;
1313
1314    /* If PRBs to be allocated are not already in use, mark these PRBs as allocated */
1315    if(!(prbBitMap[bitMapIdx] & mask))
1316    {
1317       prbBitMap[bitMapIdx] = prbBitMap[bitMapIdx] | mask;
1318
1319       bitMapIdx++;
1320       numPrb = numPrb - numBitsToSetInFirstIdx;
1321       /* Set all bits in a bitMapIdx until remaining numPrb is less than PRB_BITMAP_IDX_LEN */
1322       while(numPrb > PRB_BITMAP_IDX_LEN)
1323       {
1324          if(prbBitMap[bitMapIdx])
1325          {
1326             memcpy(prbBitMap, bitmapBackup, sizeof(bitmapBackup));
1327             return RFAILED;
1328          }
1329          prbBitMap[bitMapIdx] = MASK_BIT64_ON;
1330          bitMapIdx++;
1331          numPrb = numPrb - PRB_BITMAP_IDX_LEN;
1332       }
1333
1334       /* Set bits for the remaining PRBs */
1335       if(numPrb)
1336       {
1337          mask = MASK_BIT64_ON;
1338          mask = mask >> (PRB_BITMAP_IDX_LEN-numPrb);
1339          if(!(prbBitMap[bitMapIdx] & mask))
1340          {
1341             prbBitMap[bitMapIdx] = prbBitMap[bitMapIdx] | mask;
1342          }
1343          else
1344          {
1345             memcpy(prbBitMap, bitmapBackup, sizeof(bitmapBackup));
1346             return RFAILED;
1347          }
1348       }
1349    }
1350    else
1351    {
1352       return RFAILED;
1353    }
1354    
1355    return ROK;
1356 }
1357
1358
1359 /**************************************************************************
1360  *
1361  * @brief Update the LCID Node in LCLL as per ActionType
1362  *
1363  * @details
1364  *
1365  *    Function : handleLcLList
1366  *
1367  *    Functionality:
1368  *     Search LCID in LCLL or if not found, create,Delete, or return
1369  *     node for this LCID
1370  *
1371  * @params[in] I/P > lcLinkList pointer (LcInfo list)
1372  *             I/P > lcId
1373  *             I/P > ActionType (Create,Delete or Just search) 
1374  *
1375  * @return lcNode > Pointer to the Node for that LcInfo
1376  *         If NULLP, FATAL FAILURE
1377  *
1378  * ***********************************************************************/
1379 LcInfo* handleLcLList(CmLListCp *lcLL, uint8_t lcId, ActionTypeLL action)
1380 {
1381    CmLList  *node = NULLP;
1382    LcInfo *lcNode = NULLP;
1383    bool found = FALSE;
1384
1385    if(lcLL == NULLP)
1386    {
1387       DU_LOG("\nERROR  -->  SCH: LcList doesnt exist");
1388       return NULLP;
1389    }
1390    node = lcLL->first;
1391
1392    /*Traversing the LC LinkList*/
1393    while(node)
1394    {
1395       lcNode = (LcInfo *)node->node;
1396       if(lcNode->lcId == lcId)
1397       { 
1398          found = TRUE;
1399          break;
1400       }
1401       node = node->next;
1402    }//end of while
1403
1404    switch(action)
1405    {
1406       case SEARCH:
1407          {
1408             if(!found)
1409             {
1410                lcNode = NULLP;
1411             }
1412             return lcNode;
1413          }
1414
1415       case CREATE:
1416          {
1417             if(node != NULLP)
1418                return lcNode;
1419
1420             /*Need to add a new node for this LC*/
1421
1422             /*List is empty; Initialize the LL ControlPointer*/
1423             if(lcLL->count == 0)
1424             {
1425                cmLListInit(lcLL);
1426             }
1427
1428             lcNode = NULLP;
1429             /*Allocate the List*/
1430             SCH_ALLOC(lcNode, sizeof(LcInfo));
1431             if(lcNode)
1432             {
1433                lcNode->lcId = lcId;
1434                lcNode->reqBO = 0;
1435                lcNode->allocBO = 0;
1436                lcNode->allocPRB = 0;
1437             }
1438             else
1439             {
1440                DU_LOG("\nERROR  -->  SCH : Allocation of List failed,lcId:%d",lcId);
1441                return NULLP;
1442             }
1443
1444             if(addNodeToLList(lcLL, lcNode, NULLP) == RFAILED)
1445             {
1446                DU_LOG("\nERROR  -->  SCH : failed to Add Node,lcId:%d",lcId);
1447                SCH_FREE(lcNode, sizeof(LcInfo));
1448                return NULLP;
1449             }
1450             return lcNode;
1451          }
1452
1453       case DELETE:
1454          {
1455             if(!found ||  lcNode == NULLP)
1456             {
1457                DU_LOG("\nERROR  -->  SCH: LCID%d not found; thus Deletion unsuccessful",lcId);
1458             }
1459             else
1460             {
1461                if(deleteNodeFromLList(lcLL, node) == ROK)
1462                   SCH_FREE(lcNode, sizeof(LcInfo));
1463
1464                DU_LOG("\nDEBUG  -->  SCH: LCID%d Deleted successfully",lcId);
1465             }
1466             return NULLP; 
1467          }
1468       case PRINT:
1469       case TRAVERSE_ALL:
1470         {
1471            break;
1472         }
1473       default:
1474          {
1475             DU_LOG("\nERROR  -->  SCH: Action type wrong: %d",action);
1476             break;
1477          }
1478    }
1479    return lcNode;
1480 }
1481
1482 /**************************************************************************
1483  *
1484  * @brief Update ReqPRB for a partiular LCID in LC Linklist 
1485  *
1486  * @details
1487  *
1488  *    Function : updateLcListReqPRB
1489  *
1490  *    Functionality:
1491  *     Update ReqPRB for a partiular LCID in LC Linklist 
1492  *
1493  * @params[in] I/P > lcLinkList pointer (LcInfo list)
1494  *             I/P > lcId
1495  *             I/P > reqPRB
1496  *             I/P > payloadSize
1497  *
1498  * @return ROK/RFAILED
1499  *
1500  * ***********************************************************************/
1501 uint8_t updateLcListReqPRB(CmLListCp *lcLL, uint8_t lcId, uint32_t payloadSize)
1502 {
1503    LcInfo    *lcNode = NULLP;
1504    lcNode = handleLcLList(lcLL, lcId, CREATE);
1505
1506    if(lcNode == NULLP)
1507    {
1508       DU_LOG("\nERROR  -->  SCH : LC is neither present nor able to create in List lcId:%d",lcId);
1509       return RFAILED;
1510    }
1511
1512    lcNode->reqBO = payloadSize;
1513    lcNode->allocBO = 0;
1514    lcNode->allocPRB = 0; /*Re-Initializing the AllocPRB*/
1515    return ROK;
1516 }
1517
1518 /**************************************************************************
1519  *
1520  * @brief Delete entire LC Linklist 
1521  *
1522  * @details
1523  *
1524  *    Function : deleteLcLL
1525  *
1526  *    Functionality:
1527  *      Delete entire LC Linklist 
1528  *
1529  * @params[in] lcLinkList pointer (LcInfo list)
1530  *
1531  * @return void
1532  *
1533  * ***********************************************************************/
1534 void deleteLcLL(CmLListCp *lcLL)
1535 {
1536    CmLList *node = NULLP, *next = NULLP;
1537    LcInfo *lcNode = NULLP;
1538
1539    if(lcLL == NULLP)
1540    {
1541       DU_LOG("\nERROR  -->  SCH: LcList doesnt exist");
1542       return;
1543    }
1544    node = lcLL->first;
1545
1546    while(node)
1547    {
1548       next = node->next;
1549       lcNode = (LcInfo *)node->node;
1550       if(deleteNodeFromLList(lcLL, node) == ROK)
1551          SCH_FREE(lcNode, sizeof(LcInfo));
1552       node = next;
1553    }
1554 }
1555
1556 /****************************************************************************
1557  *
1558  * @brief Calculate the Estimated TBS Size based on Spec 38.421 , Sec 5.3.1.2
1559  *
1560  * @details
1561  *
1562  *    Function : calculateEstimateTBSize
1563  *
1564  *    Functionality:
1565  *       TBS Size calculation requires numPRB. Since exactPRB for reqBO is unknown thus 
1566  *       will give the PRB value(from 0 to maxRB) one by one and 
1567  *       try to find the TBS size closest to reqBO
1568  *
1569  * @params[in] I/P > reqBO, mcsIdx, num PDSCH symbols, 
1570  *             I/P > maxRB: Maximum PRB count to reach for calculating the TBS
1571  *             O/P > estPrb : Suitable PRB count for reaching the correct TBS
1572  *       
1573  *
1574  * @return TBS Size > Size which will can be allocated for this LC
1575  *        
1576  *
1577  *************************************************************************/
1578 uint32_t calculateEstimateTBSize(uint32_t reqBO, uint16_t mcsIdx, uint8_t numSymbols,\
1579                                    uint16_t maxPRB, uint16_t *estPrb)
1580 {
1581    uint32_t tbs = 0, effecBO = 0;
1582
1583    *estPrb = MIN_PRB;
1584    /*Loop Exit: Either estPRB reaches the maxRB or TBS is found greater than equal to reqBO*/
1585    do
1586    {
1587       tbs = schCalcTbSizeFromNPrb(*estPrb, mcsIdx, numSymbols);
1588
1589       /*TBS size calculated in above function is in Bits. 
1590        * So to convert it into Bytes , we right shift by 3. 
1591        * Eg: tbs=128 bits(1000 0000) ; Right Shift by 3: Tbs = 0001 0000(16 bytes)*/
1592       tbs = tbs >> 3;
1593       *estPrb += 1;
1594    }while((tbs < reqBO) && (*estPrb < maxPRB));
1595
1596    /*Effective BO is the Grant which can be provided for this LC.
1597     * Here,it is decided based on whether we can fully cater its requirment (reqBO) 
1598     * or has to provide lesser grant due to resource limitation.
1599     * Thus effective BO/Grant for this LC will be min of TBS calculated and reqBO*/
1600    effecBO = MIN(tbs,reqBO);
1601    return (effecBO);
1602 }
1603
1604
1605 /*******************************************************************
1606 *
1607 * @brief deleting Page Info node from PageInfo List
1608 *
1609 * @details
1610 *
1611 *    Function : schDeleteFromPageInfoList
1612 *
1613 *    Functionality: deleting page Info node from Page Info List
1614 *
1615 * @params[in] CmLListCp *list, CmLList *node 
1616 *
1617 * @return void 
1618 *
1619 * ****************************************************************/
1620 void schDeleteFromPageInfoList(CmLListCp *list, CmLList *node)
1621 {
1622    SchPageInfo *pageInfo;
1623
1624    if(node != NULLP)
1625    {
1626       pageInfo = (SchPageInfo *)node->node;
1627       if(deleteNodeFromLList(list, node) == ROK)
1628          SCH_FREE(pageInfo, sizeof(SchPageInfo));
1629    }
1630 }
1631
1632 /*******************************************************************
1633 *
1634 * @brief searching for Page at a particular SFN 
1635 *
1636 * @details
1637 *
1638 *    Function : schPageInfoSearchFromPageList
1639 *
1640 *    Functionality: searching for Page at a particular SFN 
1641 *
1642 * @params[in] SlotTimingInfo slotInfo, CmLListCp *storedPageList
1643 *
1644 * @return pointer to SchPageInfo
1645 *
1646 * ****************************************************************/
1647 CmLList *schPageInfoSearchFromPageList(SlotTimingInfo slotInfo, CmLListCp *storedPageList)
1648 {
1649    CmLList         *node = NULLP;
1650    SchPageInfo     *pageInfo = NULLP;
1651
1652    if(storedPageList->count)
1653    {
1654       CM_LLIST_FIRST_NODE(storedPageList, node);
1655       while(node)
1656       {
1657          pageInfo = (SchPageInfo*)node->node;
1658          if(pageInfo == NULLP)
1659          {
1660             DU_LOG("\nERROR  --> SCH: PageInfo empty");
1661          }
1662          else if(pageInfo->pageTxTime.sfn == slotInfo.sfn && 
1663                (pageInfo->pageTxTime.slot == slotInfo.slot))
1664          {
1665             return node;
1666          }
1667          node = node->next;
1668       }
1669    }
1670    return NULLP;
1671 }
1672
1673 /*Below function for printing will be used in future so disabling it for now*/
1674 #if 0
1675 /****************************************************************************
1676  *
1677  * @brief Print the LC in list for debugging purpose 
1678  *
1679  * @details
1680  *
1681  *    Function : printLcLL
1682  *
1683  *    Functionality:
1684  *            For debugging purpose, for printing the LC in the order and
1685  *            parameters
1686  *
1687  * @params[in] LcList pointer 
1688  *       
1689  * @return void 
1690  *        
1691  *************************************************************************/
1692 void printLcLL(CmLListCp *lcLL)
1693 {
1694    CmLList *node = NULLP;
1695    LcInfo *lcNode = NULLP;
1696
1697    if(lcLL == NULLP)
1698    {
1699       DU_LOG("\nINFO   -->  SCH: LcList doesnt exist");
1700       return;
1701    }
1702    node = lcLL->first;
1703    while(node)
1704    {
1705       lcNode = (LcInfo *)node->node;
1706       if(lcNode)
1707       {
1708          DU_LOG("\nINFO   -->  SCH : LcID:%d, [reqBO, allocBO, allocPRB]:[%d,%d,%d]",\
1709                lcNode->lcId,lcNode->reqBO, lcNode->allocBO, lcNode->allocPRB);
1710       }
1711
1712       node = node->next;
1713    }
1714 }
1715 #endif
1716
1717 #ifdef NR_TDD
1718
1719 /**
1720  * @brief determines slot/symbol format
1721  *
1722  * @details
1723  *
1724  *     Function : schGetSlotSymbFrmt 
1725  *      
1726  *      This API is invoked to determine if current slot is DL or UL
1727  *           
1728  *  @param[in]  uint16_t slot
1729  *  @param[in]  uint32_t bitMap from cellCb
1730  *  @return  SlotConfig
1731  *      -# DL    - 0 
1732  *      -# UL    - 1
1733  *      -# FLEXI - 2
1734  **/
1735 SlotConfig schGetSlotSymbFrmt(uint16_t slot, uint32_t bitMap)
1736 {
1737    uint32_t offset = (slot)*2;
1738    return (bitMap & 0x3<<offset)>>offset;
1739 #if 0
1740    SlotConfig slotFrmt;
1741    int mask1 = 0, mask2 = 0;
1742
1743    slot = (slot%n)*2;//n num of slots in defined periodicity or num of symbols
1744    mask1 = 1<<(slot);
1745    mask2 = 1<<(slot+1);
1746    slotFrmt = ((mask1 & bitMap)>>slot) + (2*((mask2 & bitMap)>>(slot+1)));
1747
1748    //printf("\n\n\n\n*****FormatType:%d Slot:%d****\n\n\n\n", slotFrmt, slot/2);
1749
1750    return slotFrmt;
1751 #endif
1752 }
1753
1754 /**
1755  * @brief Determine total length of configured slot pattern for specific 
1756  *    periodicity for TDD
1757  *
1758  * @details
1759  *
1760  *     Function : calculateSlotPatternLength 
1761  *      
1762  *      Determine total length of configured slot pattern for specific periodicity based
1763  *      on slot duration for TDD
1764  *           
1765  *  @param[in]  uint8_t scs, uint8_t periodicity 
1766  *
1767  *  @return uint8_t slotPatternLength 
1768  **/
1769
1770 uint8_t calculateSlotPatternLength(uint8_t scs, uint8_t periodicity)
1771 {
1772    uint8_t slotPatternLength =0;
1773    float   slotDuration = 0;
1774    
1775    /* Calculating the slot duration with the help of SCS.
1776     * This will provides the slot duration in ms like 1, 0.5, 0.25, 0.125. 
1777     * If scs value is SCS_30KHZ its enum value is 1, 
1778     * slotDuration = pow(0.5, 1);
1779     * slotDuration = 0.5 */
1780
1781    slotDuration = pow(0.5,scs);
1782
1783    /* Calculating length of pattern based on Transmission Periodicity. 
1784     * If periodicity = TX_PRDCTY_MS_5,
1785     * slotPatternLength = 5/0.5 
1786     * slotPatternLength = 10 i.e. {length of slot pattern DDDDDDDFUU}*/
1787
1788    switch(periodicity)
1789    {
1790       case TX_PRDCTY_MS_0P5:
1791          slotPatternLength = 0.5/slotDuration;
1792          break;
1793       case TX_PRDCTY_MS_0P625:
1794          slotPatternLength = 0.625/slotDuration;
1795          break;
1796       case TX_PRDCTY_MS_1:
1797          slotPatternLength = 1/slotDuration;
1798          break;
1799       case TX_PRDCTY_MS_1P25:
1800          slotPatternLength = 1.25/slotDuration;
1801          break;
1802       case TX_PRDCTY_MS_2:
1803          slotPatternLength = 2/slotDuration;
1804          break;
1805       case TX_PRDCTY_MS_2P5:
1806          slotPatternLength = 2.5/slotDuration;
1807          break;
1808       case TX_PRDCTY_MS_5:
1809          slotPatternLength = 5/slotDuration;
1810          break;
1811       case TX_PRDCTY_MS_10:
1812          slotPatternLength = 10/slotDuration;
1813          break;
1814    }
1815    return slotPatternLength;
1816 }
1817 #endif
1818
1819 /**
1820  * @brief Function to find start Symbol Index of Coreset defined in SearchSpace(SS)
1821  *
1822  * @details
1823  *
1824  *     Function: findSsStartSymbol
1825  *
1826  *     This function finds first the startSymbol Index of a CORESET 
1827  *     which is defined in SearchSpace.monitoringSymbolWithinSlot parameter
1828  *
1829  *  @param[in]  uint8_t mSymbolsWithinSlot[2]
1830  *        mSymbolsWithinSlot[0] >> MSB as 7th Symbol to LSB as 0th Symbol
1831  *        mSymbolsWithinSlot[1] >> 0th bit as 8th Symbol, 1st bit as 9th,
1832  *                                   ...,5th bit as 13th symbol
1833  *  @return     Success : First SS Symbol Index
1834  *              Failure : MAX_SYMB_PER_SLOT(Invalid value of SymbolIndex = 14)
1835 **/
1836 uint8_t findSsStartSymbol(uint8_t *mSymbolsWithinSlot)
1837 {
1838    uint8_t symbolIdx = 0;
1839    uint8_t i = 1, symPos = 0;
1840
1841    for(symbolIdx = 0; symbolIdx < MONITORING_SYMB_WITHIN_SLOT_SIZE; symbolIdx++)
1842    {
1843       i = 1, symPos = 0;
1844       while(i)
1845       {
1846          /*The first Symbol(or bit) enabled(set) is the StartSymbol of SS thus
1847           *returning if we find that bitPosition */
1848          if(mSymbolsWithinSlot[symbolIdx] & i)
1849          {
1850             /*Adding (SymbolIdx*8) for SymbolIndex between 8 and 13*/
1851             return (symPos + (symbolIdx * 8));
1852          }
1853          i = i << 1;
1854          symPos++;
1855       }
1856    }
1857    return(MAX_SYMB_PER_SLOT);
1858 }
1859
1860 /**
1861  * @brief Function to count number of RBG from Coreset's FreqDomainResource 
1862  *
1863  * @details
1864  *
1865  *     Function: countRBGFrmCoresetFreqRsrc
1866  *
1867  * This function counts RBG for calculating the coresetSize using CORESET.freqDomainResource 
1868  * In this, we will find the number of RBG groups which are allowed for this
1869  * coreset
1870  *
1871  *  @param[in]  uint8_t freqDomainRsrc[6] (As per Spec 38.331, ControlResourceSet.frequencyDomainResources)
1872  *              freqDomainRsrc[0] =RBG0 to RBG7
1873  *              freqDomainRsrc[1] =RBG8 to RBG15
1874  *              ...
1875  *              freqDomainRsrc[5] =RBG40 to RBG47
1876  *              (Every RBG has 6 PRBs)
1877  *  @return     Success : Total Number of RGBs in CORESET which can be allocated
1878  *              Failure : 0
1879 **/
1880 uint8_t countRBGFrmCoresetFreqRsrc(uint8_t *freqDomainRsrc)
1881 {
1882    uint8_t freqIdx = 0, idx = 1;
1883    uint8_t count = 0;
1884
1885    for(freqIdx = 0; freqIdx < FREQ_DOM_RSRC_SIZE; freqIdx++)
1886    {
1887       if(freqDomainRsrc[freqIdx] & 0xFF)
1888       {
1889          idx = 1;
1890          count = 0;
1891          while(idx)
1892          {
1893            if(freqDomainRsrc[freqIdx] & idx)
1894            {
1895                count++;
1896            }
1897            idx = idx << 1;
1898          }
1899       }
1900    }
1901    return count;
1902 }
1903
1904 /*
1905  * @brief Function to calculate the DciSize in bits for format 1_0 
1906  *
1907  * @details
1908  *
1909  *   Function: calcUeDciSizeFormat1_0
1910  *   Calculates the totalBit Size for sending this DCI format 1_0 
1911  *   Spec Reference: 38.212, Format 1_0 scrambled using C_RNTI
1912  *
1913  * @Params[in] : CoresetSize (for calculating Frequency domain
1914  *          resource assignment)
1915  **/
1916
1917 uint16_t calcUeDciSizeFormat1_0(uint16_t coresetSize)
1918 {
1919    uint16_t dciSizeInBits = 0;
1920
1921    /* Size(in bits) of each field in DCI format 1_0 */
1922    /*Below fields are identified from 3gpp spec 38.212, 38.213, 38.214*/
1923    uint8_t dciFormatIdSize    = 1;
1924    uint8_t freqDomResAssignSize = 0;
1925    uint8_t timeDomResAssignSize = 4;
1926    uint8_t VRB2PRBMapSize       = 1;
1927    uint8_t modNCodSchemeSize    = 5;
1928    uint8_t ndiSize              = 1;
1929    uint8_t redundancyVerSize    = 2;
1930    uint8_t harqProcessNumSize   = 4;
1931    uint8_t dlAssignmentIdxSize  = 2;
1932    uint8_t pucchTpcSize         = 2;
1933    uint8_t pucchResoIndSize     = 3;
1934    uint8_t harqFeedbackIndSize  = 3;
1935
1936    freqDomResAssignSize = ceil(log2(coresetSize * (coresetSize + 1) / 2));
1937
1938    dciSizeInBits = (dciFormatIdSize + freqDomResAssignSize\
1939          + timeDomResAssignSize + VRB2PRBMapSize + modNCodSchemeSize\
1940          + ndiSize + redundancyVerSize + harqProcessNumSize + dlAssignmentIdxSize\
1941          + pucchTpcSize + pucchResoIndSize + harqFeedbackIndSize);
1942
1943    return(dciSizeInBits);
1944 }
1945
1946 /*
1947  * @brief Function to calculate the aggLvl mapping with CQI index
1948  *
1949  * @details
1950  *
1951  *   Function: fillCqiAggLvlMapping
1952  *
1953  *   Fills the CQI index and Agg level mapping based on 3gpp 38.214,Table 5.2.2.1-2
1954  *   The mapping will be later during PDCCH allocation
1955  *   [Step 1]: Calculate the DciSize in bits. This will be UE-specific as it depends
1956  *             on CORESETsize
1957  *   [Step 2]: Starting from CqiIdx = 0, calculate the efficientPdcchBits which
1958  *   can be sent for that CQI and check if the availBits for each agg level is
1959  *   sufficient for that pdcch required bits.
1960  *        > If the bits required by PDCCH can be contained with Agg Level's
1961  *        availBits then that is assigned.
1962  *  Note:: Good channel, CQI (high value) then Aggrevation level is assigned
1963  *  less(less number of CCE is sufficient) and vice versa for low CQI
1964  *
1965  *  @param[in]: PDCCH Info inside ueCb
1966  *
1967  *       [return]: void
1968  **/
1969
1970 void fillCqiAggLvlMapping(SchPdcchInfo *pdcchInfo)
1971 {
1972    uint8_t cqiIdx = 0, aggLvlIdx =0;
1973    uint16_t numOfBitsAvailForAggLevel = 0, dciSize = 0, pdcchBits = 0;
1974
1975    /*[Step 1]:*/
1976    dciSize = calcUeDciSizeFormat1_0(pdcchInfo->totalPrbs);
1977
1978    /* Initializing the map array*/
1979    memset(pdcchInfo->cqiIndxAggLvlMap, 0, MAX_NUM_CQI_IDX);
1980
1981    /*Note: For CqiIdx = 0, aggLevel is marked as 0 which means that Channel
1982     * Quality is not suitable for any transmission*/
1983    for(cqiIdx = 1; cqiIdx < MAX_NUM_CQI_IDX; cqiIdx++)
1984    {
1985       /*CQI table number 1 is used Spec 38.214 Table 5.2.2.1-2 by default.
1986        *TODO: cqi-table param in CSI-RepotConfig(3gpp 38.331) will report
1987        * which table to be used*/
1988       pdcchBits = dciSize / cqiTable1[cqiIdx][2];
1989       for(aggLvlIdx = 0; (aggLvlIdx < MAX_NUM_AGG_LVL) && (pdcchBits != 0); aggLvlIdx++)
1990       {
1991          numOfBitsAvailForAggLevel = (totalRE_PerAggLevel[aggLvlIdx] * cqiTable1[cqiIdx][0]);
1992          /*Check if AggLevel has sufficient bits available for pdcchBits*/
1993          if(pdcchBits < numOfBitsAvailForAggLevel)
1994          {
1995             pdcchInfo->cqiIndxAggLvlMap[cqiIdx] = 1 << aggLvlIdx;
1996             break;
1997          }
1998       }
1999
2000       /*Below case will hit when required pdcchBits is not accomated by any Agg
2001        * Levl which means Channel quality is worse. Thus transmission has to be
2002        * most aggressive thus highest value of Agg level will be used.*/
2003       if(!pdcchInfo->cqiIndxAggLvlMap[cqiIdx])
2004          pdcchInfo->cqiIndxAggLvlMap[cqiIdx] = 16;
2005    }
2006 }
2007
2008 /*
2009  * @brief Function to calculate Value Y 
2010  *
2011  *   Function: schCalY
2012  *
2013  *   Calculates value of YpKp as per [10.1,TS38.213].
2014  *   A0 is for first CS, A1 for second CS and A2 is for third CS
2015  *
2016  *   @params[in]: coresetId and Previous Y
2017  * */
2018 uint32_t schCalY(uint8_t csId, uint32_t prevY)
2019 {
2020    uint32_t A0 = 39827, A1 = 39829, A2 = 39839;
2021    uint32_t D = 65537;
2022
2023    switch(csId % 3)
2024    {
2025       case 0:
2026         {
2027            return((A0 * prevY) % D);                 
2028         } 
2029       case 1:
2030         {
2031            return((A1 * prevY) % D);                 
2032         } 
2033       case 2:
2034         {
2035            return((A2 * prevY) % D);                 
2036         }
2037       default:
2038         {
2039            DU_LOG("\nERROR  --> SCH: Issue in calculating value of Y");
2040            return(0);
2041         }
2042    }
2043    return 0;
2044 }
2045
2046 /*
2047  * @brief Function to calculate the value Y used for CCE Index formula
2048  *
2049  *   Function: schUpdValY
2050  *
2051  *   As per Spec 38.213, Sec 10.1 Formula for CCE Index contains a coefficient
2052  *   value called 'Y' and storing the same in the ueCb which will be later used
2053  *   in pdcch allocation
2054  *
2055  * @params[in] : SchUeCb, PdcchInfo
2056  *
2057  * */
2058 void schUpdValY(SchUeCb *ueCb, SchPdcchInfo *pdcchInfo)
2059 {
2060    uint8_t slotIdx = 0;
2061
2062    SCH_ALLOC(pdcchInfo->y, (sizeof(uint32_t) *  ueCb->cellCb->numSlots));
2063
2064    for(slotIdx= 0 ; slotIdx < ueCb->cellCb->numSlots; slotIdx++)
2065    {
2066       if(slotIdx == 0)
2067       {
2068          pdcchInfo->y[slotIdx] = schCalY(pdcchInfo->cRSetRef->cRSetId, ueCb->crnti);
2069       }
2070       else
2071       {
2072          pdcchInfo->y[slotIdx] = schCalY(pdcchInfo->cRSetRef->cRSetId, pdcchInfo->y[slotIdx - 1]);
2073       }
2074    }
2075 }
2076 /**********************************************************************
2077          End of file
2078 **********************************************************************/