Building mib PDU and SSB changes at scheduler
[o-du/l2.git] / src / cm / tfu.x
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      Name:    Lower layer interface - TFU
21
22      Type:    C header file
23
24      Desc:    Structures, variables and typedefs required by 
25               TFU interface
26
27      File:    tfu.x
28
29 *********************************************************************21*/
30
31 /**
32   @file tfu.x
33   @brief Structure declarations and definitions for TFU interface.
34   */
35
36 \f
37 #ifndef __TFUX__
38 #define __TFUX__
39 #ifdef __cplusplus
40 extern "C" {
41 #endif
42
43 /***********************************************************************
44                           typedefs and data structures
45  ***********************************************************************/
46 /** @enum TfuDciFormat
47  * This Enum has values for the DCI format types.
48  */
49 typedef enum
50 {
51    TFU_DCI_FORMAT_0,       /*!< DCI format 0 */
52    TFU_DCI_FORMAT_1,       /*!< DCI format 1 */
53    TFU_DCI_FORMAT_1A,      /*!< DCI format 1A */
54    TFU_DCI_FORMAT_1B,      /*!< DCI format 1B */
55    TFU_DCI_FORMAT_1C,      /*!< DCI format 1C */
56    TFU_DCI_FORMAT_1D,      /*!< DCI format 1D */
57    TFU_DCI_FORMAT_2,       /*!< DCI format 2 */
58    TFU_DCI_FORMAT_2A,      /*!< DCI format 2A */
59    TFU_DCI_FORMAT_3,       /*!< DCI format 3 */
60    TFU_DCI_FORMAT_3A       /*!< DCI format 3A */
61 #ifdef TFU_5GTF
62    ,TFU_DCI_FORMAT_A1,      /*!< 5GTF: DCI format A1 */
63    TFU_DCI_FORMAT_A2,       /*!< 5GTF: DCI format A2 */
64    TFU_DCI_FORMAT_B1,       /*!< 5GTF: DCI format B1 */
65    TFU_DCI_FORMAT_B2        /*!< 5GTF: DCI format B2 */
66 #endif
67 #ifdef EMTC_ENABLE
68    ,TFU_DCI_FORMAT_6_0A,    /*!< DCI format 6-0 A */
69    TFU_DCI_FORMAT_6_0B,    /*!< DCI format 6-0 B */
70    TFU_DCI_FORMAT_6_1A,    /*!< DCI format 6-1 A */
71    TFU_DCI_FORMAT_6_1B,    /*!< DCI format 6-1 B */
72    TFU_DCI_FORMAT_6_2      /*!< DCI format 6-2 */
73 #endif   
74       /*tfu_x_001.main_6 - Added support for SPS*/
75 #ifdef LTEMAC_SPS
76    ,TFU_DCI_FORMAT_INVALID  /*!< Invalid DCI format value */
77 #endif
78 } TfuDciFormat;
79
80 /** @enum TfuModScheme
81  * This enum contains the values for the modulation schemes possible. 
82  */
83 typedef enum
84 {
85    TFU_MOD_BPSK  = 1,
86    TFU_MOD_QPSK  = 2,
87    TFU_MOD_16QAM = 4,
88    TFU_MOD_64QAM = 6
89 } TfuModScheme;
90
91
92 /** @enum TfuDlCqiPucchMode
93  * This enum contains values for the CQI reporting modes. 
94  */
95 typedef enum
96 {
97    TFU_PUCCH_CQI_MODE10,
98    TFU_PUCCH_CQI_MODE11,
99    TFU_PUCCH_CQI_MODE20,
100    TFU_PUCCH_CQI_MODE21
101 } TfuDlCqiPucchMode;
102
103 /** @enum TfuRptType
104  * This enum contains values for Type of UEs CQI reporting. 
105  */
106 typedef enum
107 {
108    TFU_RPT_CQI,
109    TFU_RPT_RI
110 } TfuRptType;
111
112
113 #ifdef PHY_ERROR_LOGING
114 typedef struct _rgSchUlAllocCntr RgSchUlAllocCntr;
115
116 struct _rgSchUlAllocCntr
117 {
118    U8  mcs;
119    U16 numOfRb;
120    U16 rbStart;
121    Bool testStart;
122    Bool enaLog;
123    U16  logTime;
124    U32  crcOk;
125    U32  crcErr;
126    U32  numUlPackets;
127    U32  numPrach;
128    U32  taZero;
129 };
130
131 EXTERN RgSchUlAllocCntr rgSchUlAllocCntr;
132
133 #endif
134 //Chandan
135 #ifdef DLHQ_STATS
136 typedef struct rgSchDlHqStats
137 {
138    U16   sfn;
139    U8    sf;
140    U8    ack;
141    U8    cellId;
142    U8    ulDai;
143    U8    dlDai;
144    U8    fdbkIdx;
145    U8    ue;
146    U8    ack0;
147    U8    ack1;
148    U8    ack2;
149    U8    ack3;
150    U8    ack4;
151    U8    ack5;
152    U8    ack6;
153    U8    ack7;
154 }RgSchDlHqStats;
155 typedef struct ysMsDlHqStats
156 {
157    U16   sfn;
158    U8    sf;
159    U8    mode; /*1 = PUCCH 2= PUSCH*/
160    U8    M;
161    U8    o0; /*For PUCCH n1PUCCH*/
162    U8    o1; /*For PUCCH Invalid*/
163    U8    o2;
164    U8    o3;
165    U8    ack0;
166    U8    ack1;
167    U8    ack2;
168    U8    ack3;
169    U8    ack4;
170    U8    ack5;
171    U8    ack6;
172    U8    ack7;
173 }YsMsDlHqStats;
174 #define MAX_STATS_CNT
175 #endif
176
177 #ifdef TFU_5GTF
178 /* Considers case where RIV is <= 324 for DCI format A1 */
179 typedef struct tfuRbAssignA1Val324
180 {
181    U8         hqProcId;   /*!< HARQ process ID */
182    U8                mcs;                 /*!< 4 bits for MCS */
183    Bool           ndi;            /*!< 1 bit for new data indicator */
184 } TfuRbAssignA1Val324;
185
186 /* Considers case where RIV is <= 324 for DCI format B1 */
187 typedef struct tfuRbAssignB1Val324
188 {
189    U8         hqProcId;   /*!< HARQ process ID */
190    U8                mcs;                 /*!< 4 bits for MCS */
191    Bool           ndi;            /*!< 1 bit for new data indicator */
192    U8         RV;         /*!< 2 bits Redundancy version */
193    U8         bmiHqAckNack; /* BMI: Bit Mapping Index for Harq-Ack
194                                 Refer sec 8.5 of 213 spec */ 
195 } TfuRbAssignB1Val324;
196
197 /* Considers case where RIV is == 326 */
198 typedef struct tfuRbAssignVal326
199 {
200    U8          FreqBandIdx;  /* nRACH: Frequency band index Value:0 -> 7 */
201    Bool        OCCInd;       /* nOCC: OCC indicator Value:0 -> 1 */
202    U8          CyclicShiftInd; /* nNcs: Cyclic shift indicator Value:0 -> 3 */
203 } TfuRbAssignVal326;
204
205
206 /* DCI format A1: UL xPDCCH */
207 typedef struct tfuDciFormatA1Info
208 {
209    Bool        formatType;    /* Format Descriminator 00: A1, 01:A2 */
210    U8          xPUSCHRange;  /* 0 : the stopping of xPUSCH is the 12th symbol, 
211                                                     1 : the stopping of xPUSCH is the 13th symbol,
212                                                     2 : the stopping of xPUSCH is the final (14th) symbol */
213    U8          xPUSCH_TxTiming; /* Transmission timing of xPUSCH Value: 0->7 
214                                    l E {0,1,...,7}*/
215    U16         RBAssign;        /*!< same as phy i/f RBAssign: RIV as defined in V5G.213
216                                      Value <= 324: this field assigns morethan zero RB.
217                                      Value ==325: this format assigns zero RB.
218                                      Value ==326: this format assigns zero RB and used 
219                                      for Randon Access procedure initiated by xPDCCH order. */
220    U8          beamIndex;       /*!< transmit beam index: Value: 0->7 */
221    U8          symbIdx;         /*!< OFDM symbol index for the xPDCCH: Value: 0->1 */
222    U8          rv;              /*!< HARQ redundancy version,  Value: 0 -> 3 */
223
224    /* Based on RBAssign/RIV value*/
225    union
226    {
227       TfuRbAssignA1Val324 rbAssignA1Val324;
228       TfuRbAssignVal326   rbAssignVal326;
229    }u;
230
231    U8          CSI_BSI_BRI_Req; /* CSI / BSI / BRI request Value:0 -> 7 */
232    U8          CSIRS_BRRS_TxTiming; /* Transmission timing of CSI-RS / BRRS, Value:0 -> 3
233                                         m E {0,1,2,3} */
234 #ifdef FIVEGTF_PHY_API
235    U16         rbgStart;
236    U16         rbgSize;
237 #endif
238
239    /* ToDo: following 4 fields can be made as union with an indicator type*/
240    U8          CSIRS_BRRS_SymbIdx; /* Indication of OFDM symbol index for CSI-RS / BRRS allocations
241                                                          Value:0 -> 3 */
242    U8          CSI_BRRS_Indicator; /* If this DCI format allocates either of 
243                                       CSI-RS or BRRS transmission Value:0 -> 3 */
244    U8          CSIRS_BRRS_ProcInd; /* Process indicator : Value:0 -> 3 */
245    U8          numBSI_Reports;  /* Number of BSI reports Value:0 -> 3 */
246
247    Bool        uciOnxPUSCH;   /* "UCI on xPUSCH w/o xUL-SCH data" indicator. Value:0 -> 1 */
248    Bool        beamSwitch;    /* beam switch indication. Value:0 -> 1 */
249
250    U8          SRS_Config; /* Indication of SRS configurations Value:0 -> 3
251                               00 : {No SRS request}, 01 : {Config. #0},
252                               10 : {Config. #1}, 11 : {Config. #2} */
253    Bool        SRS_Symbol;  /* If SRS is requested, 0: SRS transmission on the 13th OFDM symbol
254                               and 1: SRS transmission on the 14th OFDM symbol */   
255
256    U8          REMapIdx_DMRS_PCRS_numLayers; /* RE Mapping index, Ki for DMRS/PCRS and number of layers
257                                                 Value: 0 -> 7 
258                                                 0: 1 Layer, k0 = 0, 1: 1 Layer, k0 = 1
259                                                 2: 1 Layer, k0 = 2, 3: 1 Layer, k0 = 3
260                                                 4: 2 Layers, k0 = 0 and k1 = 1
261                                                 5: 2 Layers, k0 = 2 and k1 = 3
262                                                 6,7: Reserved */
263    Bool        SCID;         /* nSCID is applied for both DMRS in subframe n and
264                                   CSI-RS in subframe n+m Value: 0 -> 1 */
265    U8          PMI;          /* Precoding matrix indicator Value:0 -> 7 */
266 #ifdef FIVEGTF_PHY_API
267    U8          AntPorts_numLayers;
268    U8          TransmissionScheme;
269 #endif
270    Bool       UL_PCRS;      /* UL dual PCRS     Value: 0 -> 1 */
271    U8          tpcCmd;       /*!< 2 bits for TPC command for xPUSCH, Values: 0->3  */                                                                                                     
272 } TfuDciFormatA1Info;
273
274 /* DCI format A2: UL xPDCCH */
275 typedef TfuDciFormatA1Info TfuDciFormatA2Info;
276
277 /* DCI format B1: DL xPDCCH */
278 typedef struct tfuDciFormatB1Info
279 {
280    Bool        formatType;    /* Format Descriminator 2: B1, 3:B2 */
281    U8          xPDSCHRange;  /* MSB (starting of xPDSCH including DMRS symbol) :
282                                 0 is the second symbol, 1 is the third symbol.
283                                 LSB (stopping of xPDSCH): 0 is the 12th symbol,
284                                 1 is the 14th symbol */
285    U16         RBAssign;        /*!< same as phy i/f RBAssign: RIV as defined in V5G.213
286                                      Value <= 324: this field assigns morethan zero RB.
287                                      Value ==325: this format assigns zero RB.
288                                      Value ==326: this format assigns zero RB and used 
289                                      for Randon Access procedure initiated by xPDCCH order. */
290    U8          beamIndex;       /*!< transmit beam index: Value: 0->7 */
291    U8          symbIdx;         /*!< OFDM symbol index for the xPDCCH: Value: 0->1 */
292    /* Based on RBAssign/RIV value*/
293    union
294    {
295       TfuRbAssignB1Val324 rbAssignB1Val324;
296       TfuRbAssignVal326   rbAssignVal326;
297    }u;
298
299    U8          CSI_BSI_BRI_Req; /* CSI / BSI / BRI request Value:0 -> 7 */
300    U8          CSIRS_BRRS_TxTiming; /* Transmission timing of CSI-RS / BRRS, Value:0 -> 3
301                                         m E {0,1,2,3} */
302    /* ToDo: following 4 fields can be made as union with an indicator type*/
303    U8          CSIRS_BRRS_SymbIdx; /* Indication of OFDM symbol index for CSI-RS / BRRS allocations
304                                                          Value:0 -> 3 */
305    U8          CSI_BRRS_Indicator; /* If this DCI format allocates either of 
306                                       CSI-RS or BRRS transmission Value:0 -> 3 */
307    U8          CSIRS_BRRS_ProcInd; /* Process indicator : Value:0 -> 3 */
308    U8          numBSI_Reports;  /* Number of BSI reports Value:0 -> 3 */
309
310    Bool        xPUCCH_TxTiming;   /*  field indicates transmission time offset value k.{0, 1, ., 7} */
311    U8          freqResIdx_xPUCCH; /* Frequency resource index of xPUCCH for UCI report */
312    Bool        beamSwitch;    /* beam switch indication. Value:0 -> 1 */
313
314    U8          SRS_Config; /* Indication of SRS configurations Value:0 -> 3
315                               00 : {No SRS request}, 01 : {Config. #0},
316                               10 : {Config. #1}, 11 : {Config. #2} */
317    Bool        SRS_Symbol;  /* If SRS is requested, 0: SRS transmission on the 13th OFDM symbol
318                               and 1: SRS transmission on the 14th OFDM symbol */   
319
320    U8          AntPorts_numLayers; 
321
322    Bool        SCID;         /* nSCID is applied for both DMRS in subframe n and
323                                   CSI-RS in subframe n+m Value: 0 -> 1 */
324    U8          tpcCmd;       /*!< 2 bits for TPC command for xPUCCH, Values: 0->3  */                                                                                                     
325    Bool       DL_PCRS;      /* DL PCRS  Value: 0 -> 3 
326                                 00 : {No PCRS }, 01 : {PCRS on AP 60},
327                                 10 : {PCRS on AP 61}, 11 : {PCRS on AP 60 and 61}*/
328
329 } TfuDciFormatB1Info;
330
331 /* DCI format B2: DL xPDCCH */
332 typedef TfuDciFormatB1Info TfuDciFormatB2Info;
333 #endif  /* TFU_5GTF */
334
335 /** @brief This structure contains the information needed to convey DCI format 0.
336  */
337 typedef struct tfuDciFormat0Info
338 {
339    Bool          isSrGrant;    /*!< This is to aid a counter which prints num successful SR Grants SR_RACH_STATS */
340    Bool        isMsg4PdcchWithCrnti; /* This is to aid rgNumMsg4PdcchWithCrnti counter which counts
341                                        num of PDCCH scrambled with CRNTI for CRNTI Based contention resolution */
342    Bool        hoppingEnbld;  /*!< TRUE, if hopping is enabled */
343    U8          rbStart;       /*!< Starting RB */
344    U8          numRb;         /*!< Number of RBs */
345 #ifdef TFU_UPGRADE
346    U32         riv;           /*!< RIV as defined in 213 
347                                section 7.1.6.3 - used only for
348                                SPS release */
349 #endif 
350    U8          hoppingBits;   /*!< Hopping bits as mentioned in 213 section 8.4 */
351    U8          mcs;           /*!< 5 bits for MCS and RV */
352    Bool        ndi;           /*!< 1 bit for new data indicator */
353    U8          tpcCmd;        /*!< 2 bits for TPC command */
354 /** @name TFU_TDD  */
355 /** @{ */
356 #ifdef TFU_TDD
357    U8          ulIdx;         /*!< UL index applicable only for TDD */
358    U8          dai;           /*!< The downlink assignement index */
359 #endif
360 /** @} */
361    U8          nDmrs;         /*!< 3 bits for DMRS cyclic shift */
362    U8          cqiReq;        /*!< 1 bit for CQI non-CA while value 00, 01, 10 and 11 for CA */
363    U8          numCqiBit;     /*!< Number of CsiReq Bit(s) Values : 1 or 2(CA)*/
364    U8          txAntenna;     /*!< Antenna selection - 213 section 8.7 */
365
366    /* tfu_x_001.main_4: Adding hqProcId */
367    U8          hqProcId;    /*!< HARQ process ID */
368 } TfuDciFormat0Info;
369
370 /** @enum TfuAllocType
371  * This enum contains the values for the allocation types.
372  */
373 typedef enum
374 {
375    TFU_ALLOC_TYPE_MAP= 1,
376    TFU_ALLOC_TYPE_RIV 
377 } TfuAllocType;
378
379 /** @brief This Structure contains either a resource allocation bit map OR a
380  * RIV Value as defined in 213 section 7.1.6.
381  */
382 typedef struct tfuAllocMapOrRiv
383 {
384    TfuAllocType      type;   /*!< Allocation type RIV or resAllocMap */
385    union
386    {
387
388       U32                 riv;   /*!< RIV as defined in 213 section 7.1.6.3. */
389       /*tfu_x_001.main_8 - ADD - TFU_RESMAP_CHANGE support */
390 #ifndef TFU_RESMAP_CHANGE
391       U8                  resAllocMap[TFU_MAX_ALLOC_BYTES]; /*!< Resource 
392                                       allocation bitmap. LSB aligns with the
393                                       LSB of the allocation bits.*/
394 #else /* TFU_RESMAP_CHANGE */
395       TfuAllocMap         allocMap;   /*!< Allocation Map. */
396 #endif
397    }u;
398 } TfuAllocMapOrRiv;
399
400 /** @enum TfuAllocSubType
401  * This enum contains the values for the allocation types.
402  */
403 typedef enum
404 {
405    TFU_ALLOC_TYPE_0= 1,
406    TFU_ALLOC_TYPE_1 
407 } TfuAllocSubType;
408
409
410 #ifdef LTEMAC_SPS
411 /** @brief This Structure contains either a resource allocation bitmap for
412  * for resource allocation type 0/1. 
413  * TODO: This structure can be made part of all DCI format having alloction
414  * type 0/1.
415  */
416 typedef struct tfuAllocMap
417 {
418    TfuAllocSubType           type;       /*!< Allocation type: 0/1 */
419   union
420   {
421      struct 
422      {
423         U32               allocMask;  /*!< Allocation Mask for RBGs */
424      } allocType0;
425      struct
426      {
427         U8                rbgSubset;  /*!< RBG Subset number: Value in set
428                                            {0,1,2,3} */
429         U8                shift;      /*!< Shift value for RBG mask: Value in 
430                                            set {0,1} */
431         U32               allocMask;  /*!< Allocation bitmask */
432      } allocType1;
433   } u; 
434 } TfuAllocMap;
435 #endif
436
437 /** @brief This structure contains only the allocation information, that is part
438  * of DCI format 1. 
439  * @details Allocation information also contains parameters necessary
440  * for Physical layer to process Downlink data. This structure accompanies the
441  * Data that is sent from MAC to PHY in the TfUiTfuDatReq primitive.
442  * @sa TfuDciFormat1Info
443  */
444 typedef struct tfuDciFormat1AllocInfo
445 {
446    Bool        isAllocType0;  /*!< TRUE, if allocation type is 0 */
447    U8          resAllocMap[TFU_MAX_ALLOC_BYTES];   /*!< Resource allocation bitmap.
448                                                 LSB aligns with the LSB of the
449                                                 allocation bits.*/
450    U8          harqProcId;    /*!< HARQ process ID */
451    Bool        ndi;           /*!< 1 bit for new data indicator */
452    U8          mcs;           /*!< 5 bits for MCS */
453    U8          rv;            /*!< Redundancy version */
454 } TfuDciFormat1AllocInfo;
455
456 /** @brief This structure contains the information needed to convey DCI format 1.
457  * @details Allocation information is separated from the other control
458  * information carried in this format. This separation is needed as Data must
459  * also carry some control information, essentially, allocation information
460  * along with it, in order to aid physical layer processing of the data. 
461  */
462 typedef struct tfuDciFormat1Info
463 {
464    TfuDciFormat1AllocInfo  allocInfo;     /*!< Allocation Information to map data on PDSCH */
465 /** @name TFU_TDD  */
466 /** @{ */
467 #ifdef TFU_TDD
468    U8                      dai;           /*!< The downlink assignement index */
469 #endif
470 /** @} */
471    U8                      tpcCmd;        /*!< 2 bits for TPC command */
472 } TfuDciFormat1Info;
473
474 /** @brief This structure contains the TB level DCI signalling
475   * parameters in case of DCI formats 2 and 2A */
476 typedef struct tfuDciFormatTbInfo
477 {
478    Bool                   ndi; /*!< New data indicator */
479    U8                     rv;  /*!< Redundancy version Indicator */
480    U8                     mcs; /*!< 5 bits for MCS */
481 }TfuDciFormatTbInfo;
482 /** @} */
483 /** @brief This structure contains only the allocation information, that is part
484   * of DCI format 2A. 
485   * @details Allocation information also contains parameters necessary
486   * for Physical layer to process Downlink data. This structure accompanies the
487   * Data that is sent from MAC to PHY in the TfUiTfuDatReq primitive.
488   * @sa TfuDciFormat2AInfo
489   */
490 typedef struct tfuDciFormat2AAllocInfo
491 {
492    Bool        isAllocType0;  /*!< TRUE, if allocation type is 0 */
493       /*tfu_x_001.main_8 - ADD - TFU_RESMAP_CHANGE support */
494 #ifndef TFU_RESMAP_CHANGE
495    U8          resAllocMap[TFU_MAX_ALLOC_BYTES];   /*!< Resource allocation bitmap.
496                                                 LSB aligns with the LSB of the
497                                                 allocation bits.*/
498 #else
499    TfuAllocMap allocMap;   /*!< Allocation Map */
500 #endif /* TFU_RESMAP_CHANGE */
501    U8          harqProcId;    /*!< HARQ process ID */
502    TfuDciFormatTbInfo tbInfo[2]; /*!< DCI Format 2/2A info per TB */
503    U8          precoding;     /*!< Precoding information bit */
504    Bool        transSwap;     /*!< Transport block to codeword swap flag */
505 } TfuDciFormat2AAllocInfo;
506
507
508 /** @brief This structure contains the information carried by DCI format 2A. 
509  * @details It carries the allocation information and other control information.
510  */
511 typedef struct tfuDciFormat2AInfo
512 {
513    TfuDciFormat2AAllocInfo  allocInfo;     /*!< Allocation Information to map data on PDSCH */
514 /** @name TFU_TDD  */
515 /** @{ */
516 #ifdef TFU_TDD
517    U8                       dai;           /*!< The downlink assignement index */
518 #endif
519 /** @} */
520    U8                       tpcCmd;        /*!< 2 bits for TPC command */
521 } TfuDciFormat2AInfo;
522
523 /** @brief This structure contains only the allocation information, that is part
524   * of DCI format 2. 
525   * @details Allocation information also contains parameters necessary
526   * for Physical layer to process Downlink data. This structure accompanies the
527   * Data that is sent from MAC to PHY in the TfUiTfuDatReq primitive.
528   * @sa TfuDciFormat2Info
529   */
530 typedef struct tfuDciFormat2AllocInfo
531 {
532    Bool                   isAllocType0;  /*!< TRUE, if allocation type is 0 */
533 #ifndef TFU_RESMAP_CHANGE
534    U8                     resAllocMap[TFU_MAX_ALLOC_BYTES]; /*!< Resource 
535                                               allocation bitmap. LSB aligns
536                                               with the LSB of the allocation
537                                               bits.*/
538 #else
539    TfuAllocMap             allocMap;   /*!< Allocation Map.*/
540 #endif
541 /** @} */
542 /** @name TFU_TDD  */
543 /** @{ */
544 #ifdef TFU_TDD
545    U8                     dai;           /*!< The downlink assignement index */
546 #endif
547 /** @} */
548    Bool                   transSwap;     /*!< Transport block to codeword swap
549                                               flag */
550    U8                     precoding;     /*!< Precoding information bit */
551    U8                     harqProcId;    /*!< HARQ process ID */
552    TfuDciFormatTbInfo     tbInfo[2];     /*!< DCI Format 2/2A info per TB */
553 } TfuDciFormat2AllocInfo;
554
555
556  /** @brief This structure contains the information carried by DCI format 2.
557  * @details Allocation information is separated from the other control
558  * information carried in this format. This separation is needed as Data must
559  * also carry some control information, essentially, allocation information
560  * along with it, in order to aid physical layer processing of the data. 
561   */
562 typedef struct tfuDciFormat2Info
563 {
564    TfuDciFormat2AllocInfo  allocInfo;     /*!< Allocation Information to map 
565                                                data on PDSCH */
566    U8                      tpcCmd;        /*!< 2 bits for TPC command */
567 /** @{ */
568 /** @name TFU_TDD  */
569 /** @{ */
570 #ifdef TFU_TDD
571    U8                      dai;            /*!< The downlink assignment index */
572 #endif
573 /** @} */
574 /** @} */
575 } TfuDciFormat2Info;
576
577  /** @brief This structure contains the information carried in DCI format 3.
578   */
579 typedef struct tfuDciFormat3Info
580 {
581    U8          tpcCmd[TFU_MAX_2BIT_TPC]; /*!< 2 bits for TPC command. 
582                                            LSB corresponds to the 1st bit of the 1st
583                                           byte.*/
584    U8          isPucch;                  /*!< 1 if the TPC meant for PUCCH, 0 if the TPC meant for PUSCH */                                          
585
586 } TfuDciFormat3Info;
587
588  /** @brief This structure contains the information carried by DCI format 3A.
589   */
590 typedef struct tfuDciFormat3AInfo
591 {
592    U8          tpcCmd[TFU_MAX_1BIT_TPC]; /*!< 1 bit for TPC command. 
593                                            LSB corresponds to the 1st bit of the
594                                           1st byte.*/
595    U8          isPucch;                  /*!< 1 if the TPC meant for PUCCH, 0 if the TPC meant for PUSCH */                                          
596 } TfuDciFormat3AInfo;
597
598
599
600  /** @brief This structure contains only the allocation information that is part
601   * of DCI format 1D. 
602   * @details Allocation information also contains parameters necessary
603   * for Physical layer to process Downlink data. This structure accompanies the
604   * Data that is sent from MAC to PHY in the TfUiTfuDatReq primitive.
605   * @sa TfuDciFormat1dInfo
606   */
607 typedef struct tfuDciFormat1dAllocInfo
608 {
609    Bool              isLocal;       /*!< TRUE, if localised VRB */
610    TknU8             nGap2;         /*!< 1 indicates Ngap=Ngap,1 and 2 indicates Ngap,2 */
611    TfuAllocMapOrRiv  alloc;         /*!< Allocation represented as a bit-map or RIV */   
612    U8                mcs;           /*!< 5 bits for MCS */
613    U8                rv;            /*!< Redundancy version */
614    U8                tPmi;          /*!< PMI */
615 } TfuDciFormat1dAllocInfo;
616
617  /** @brief This structure contains the information carried by DCI format 1D.
618  * @details Allocation information is separated from the other control
619  * information carried in this format. This separation is needed as Data must
620  * also carry some control information, essentially, allocation information
621  * along with it, in order to aid physical layer processing of the data. 
622   */
623 typedef struct tfuDciFormat1dInfo
624 {
625    TfuDciFormat1dAllocInfo allocInfo;     /*!< Allocation information */
626    U8                      harqProcId;    /*!< HARQ process ID */
627    Bool                    ndi;           /*!< 1 bit for new data indicator */
628    U8                      tpcCmd;        /*!< 2 bits for TPC command */
629 /** @name TFU_TDD  */
630 /** @{ */
631 #ifdef TFU_TDD
632    U8                      dai;           /*!< The downlink assignement index */
633 #endif
634 /** @} */
635    U8                      dlPwrOffset;   /*!< Downlink power offset */
636 } TfuDciFormat1dInfo;
637
638
639  /** @brief This structure contains only the allocation information, that is part
640   * of DCI format 1C. 
641   * @details Allocation information also contains parameters necessary
642   * for Physical layer to process Downlink data. This structure accompanies the
643   * Data that is sent from MAC to PHY in the TfUiTfuDatReq primitive.
644   * @sa TfuDciFormat1CInfo
645   */
646 typedef struct tfuDciFormat1cInfo
647 {
648    TknU8             nGap2;         /*!< 1 indicates Ngap=Ngap,1 and 2 indicates Ngap,2 */
649    TfuAllocMapOrRiv  alloc;         /*!< Allocation represented as a bit-map or RIV */   
650    U8                iTbs;          /*!< 5 bits for I-tbs */
651 } TfuDciFormat1cInfo;
652
653
654  /** @brief This structure contains only the allocation information, that is part
655   * of DCI format 1 B. 
656   * @details Allocation information also contains parameters necessary
657   * for Physical layer to process Downlink data. This structure accompanies the
658   * Data that is sent from MAC to PHY in the TfUiTfuDatReq primitive.
659   * @sa TfuDciFormat1BInfo
660   */
661 typedef struct tfuDciFormat1bAllocInfo
662 {
663    Bool              isLocal;       /*!< TRUE, if localised VRB */
664    TknU8             nGap2;         /*!< 1 indicates Ngap=Ngap,1 and 2 indicates Ngap,2 */
665    TfuAllocMapOrRiv  alloc;         /*!< Allocation represented as a bit-map or RIV */
666    U8                mcs;           /*!< 5 bits for MCS */
667    U8                rv;            /*!< Redundancy version */
668    U8                harqProcId;    /*!< HARQ process ID */
669    Bool              ndi;           /*!< 1 bit for new data indicator */
670    U8                tPmi;          /*!< PMI */
671    Bool              pmiCfm;        /*!< PMI confirmation bit */
672 } TfuDciFormat1bAllocInfo;
673
674
675  /** @brief This structure contains the information that is carried in DCI
676   * format 1A for a PDCCH order. 
677   */
678 typedef struct tfuPdcchOrderInfo
679 {
680    U8          preambleIdx;    /*!< Dedicated preamble index */
681    U8          prachMaskIdx;   /*!< PRACH Mask index used to determine the
682                                     subframe to be used for RACH */
683 } TfuPdcchOrderInfo;
684
685  /** @brief This structure contains only the allocation information that is part
686   * of DCI format 1A. 
687   * @details Allocation information also contains parameters necessary
688   * for Physical layer to process Downlink data. This structure accompanies the
689   * Data that is sent from MAC to PHY in the TfUiTfuDatReq primitive.
690   * @sa TfuDciFormat1AInfo
691   */
692 typedef struct tfuDciFormat1aAllocInfo
693 {
694    Bool              isLocal;       /*!< TRUE, if localised VRB */
695    TknU8             nGap2;         /*!< 1 indicates Ngap=Ngap,1 and 2 indicates Ngap,2 */
696    TfuAllocMapOrRiv  alloc;         /*!< Allocation carries RIV or a bitmap */
697    U8                mcs;           /*!< 5 bits for MCS */
698    U8                rv;            /*!< Redundancy version */
699    TknU8             harqProcId;    /*!< HARQ process ID. Reserved
700                                          if RA-RNTI, P-RNTI, SI-RNTI is used */
701    Bool              ndi;           /*!< 1 bit for new data indicator */
702 } TfuDciFormat1aAllocInfo;
703
704  /** @brief This structure contains the information carried in DCI format 1A
705   * when it is NOT used for a PDCCH order. 
706   */
707 typedef struct tfudciformat1aPdsch
708 {
709    TfuDciFormat1aAllocInfo allocInfo;     /*!< Allocation information. */
710 /** @name TFU_TDD  */
711 /** @{ */
712 #ifdef TFU_TDD
713    TknU8                   dai;   /*!< The downlink assignement index. Reserved
714                                    if RA-RNTI, P-RNTI, SI-RNTI is used. */
715 #endif
716 /** @} */
717    U8                      tpcCmd;        /*!< 2 bits for TPC command. */
718    Bool                 isTBMsg4; /*!< This field is added to help counting num of Msg4 Tx failures */
719 } Tfudciformat1aPdsch;
720 /*tfu_x_001.main_6 - Added for SPS support*/
721 /** @brief This structure contains the information needed to convey DCI format 1A.
722  * @details Format can possibly carry PDSCH allocation or information needed for
723  * a PDCCH order, used to initiate a RACH procedure in cases where UE looses
724  * synchronization with eNodeB.
725  */
726 typedef struct tfuDciFormat1aInfo
727 {
728    /*tfu_x_001.main_6- Added for SPS support*/
729    Bool                 isPdcchOrder;
730    union
731    {
732       TfuPdcchOrderInfo       pdcchOrder;    /*!< PDDCH order information */
733       Tfudciformat1aPdsch     pdschInfo;     /*!< PDSCH allocation information */
734       /*tfu_x_001.main_6 - Added for SPS support*/
735    }t;
736 } TfuDciFormat1aInfo;
737
738 /** @brief This structure contains the information needed to convey DCI format 1A.
739  * @details Allocation information is separated from the other control
740  * information carried in this format. This separation is needed as Data must
741  * also carry some control information, essentially, allocation information
742  * along with it, in order to aid physical layer processing of the data. 
743  */
744 typedef struct tfuDciFormat1bInfo
745 {
746    TfuDciFormat1bAllocInfo allocInfo;     /*!< Allocation information */
747 /** @name TFU_TDD  */
748 /** @{ */
749 #ifdef TFU_TDD
750    U8          dai;                       /*!< The downlink assignement index */
751 #endif
752 /** @} */
753    U8                      tpcCmd;        /*!< 2 bits for TPC command */
754 } TfuDciFormat1bInfo;
755 #ifdef EMTC_ENABLE
756 /** @brief This structure contains the information needed to convey DCI format 6-0A.
757  */
758 typedef struct tfuDciFormat60aInfo
759 {
760    Bool              hoppingEnbld;  /*!< TRUE, if hopping is enabled */
761    U32               riv;           /*!<9 bits, type2 allocation, RIV as defined in 213 section 7.1.6.3. */
762    U8                mcs;           /*!< 4 bits for MCS and RV */
763    U8                rep;           /*!< 2 bits, repetion number */
764    U8                hqProcId;    /*!< HARQ process ID */
765    Bool              ndi;           /*!< 1 bit for new data indicator */
766    U8                rv;            /*!< 2 bits - Redundancy version */
767    U8                tpcCmd;        /*!< 2 bits for TPC command */
768 #ifdef TFU_TDD
769 /* TODO_Mavericks: Check if DAI is required for FDD also */
770    U8               ulIdx;         /*!< UL index applicable only for TDD */
771    U8               dai;           /*!< The downlink assignement index */
772 #endif
773    Bool            cqiReq;        /*!< 1 bit for CQI */
774    Bool            isSrs;         /*!< 1 bit for SRS */
775    U8              dciRep;        /*!< 2 bits for DCI Subframe repetition */      
776 } TfuDciFormat60aInfo;
777 /** @brief This structure contains only the allocation information, that is part
778  * of DCI format 6-1A. 
779  * @details Allocation information also contains parameters necessary
780  * for Physical layer to process Downlink data. This structure accompanies the
781  * Data that is sent from MAC to PHY in the TfUiTfuDatReq primitive.
782  * @sa TfuDciFormat61AInfo
783  */
784 typedef struct tfuDciFormat61AllocInfo
785 {
786    U32         riv;           /*!<9 bits, type2 allocation, RIV as defined in 213 section 7.1.6.3. */
787 /* TODO_EMTC: Add start RB, number of RB, Narrow band if required */
788    U8          harqProcId;    /*!< HARQ process ID */
789    Bool        ndi;           /*!< 1 bit for new data indicator */
790    U8          mcs;           /*!< 4 bits for MCS and RV */
791    U8          rv;            /*!< 2 bits - Redundancy version */
792         U32                scramblerInitValue; /*!< Scrambler init(Cinit) value as per 36.211 */
793 } TfuDciFormat61AllocInfo;
794
795  /** @brief This structure contains the information carried in DCI format 6-1A
796   * when it is NOT used for a PDCCH order. 
797   */
798 typedef struct tfudciformat61aPdsch
799 {
800    TfuDciFormat61AllocInfo allocInfo;   /* Allocation info for 6-1A */
801    Bool                hoppingEnbld;  /*!< TRUE, if hopping is enabled */
802    U8                  rep;           /*!< 2 bits, repetion number */
803    U8                  tpcCmd;        /*!< 2 bits for TPC command */
804 #ifdef TFU_TDD
805 /* TODO_Maveri: Check if DAI is required for FDD also */
806    U8                  dai;           /*!< The downlink assignement index */
807 #endif
808    U8                  antPortAndScrId; /*!< 2 bits - Antenna port(s) and scrambling identity  */
809    Bool                isSrs;           /*!< 1 bit for SRS */
810    U8                  tPmi;            /*!< 2 0r 4 bits:  TPMI information for precoding  */
811    U8                  pmiCfm;          /*!<  1 bit, PMI confirmation for precoding  */
812    U8                  harqAckOffst;    /*!< 2 bits, HARQ-ACK resource offset */ 
813    U8                  dciRep;          /*!< 2 bits for DCI Subframe repetition */   
814    Bool                isTBMsg4;        /*!< This field is added to help counting num of Msg4 Tx failures */
815 } Tfudciformat61aPdsch;
816 typedef struct tfuPdcchOrderInfoEmtc
817 {
818    U32         riv;             /*!<9 bits, type2 allocation, RIV as defined in 213 section 7.1.6.3. */
819    U8          preambleIdx;    /*!< Dedicated preamble index */
820    U8          prachMaskIdx;   /*!< PRACH Mask index used to determine the
821                                     subframe to be used for RACH */
822    U8          ceLevel;        /*!< 2 bits, Starting CE level */
823 } TfuPdcchOrderInfoEmtc;
824
825 /** @brief This structure contains the information needed to convey DCI format 6-1A.
826  * @details Format can possibly carry PDSCH allocation or information needed for
827  * a PDCCH order, used to initiate a RACH procedure in cases where UE looses
828  * synchronization with eNodeB.
829  */
830 typedef struct tfuDciFormat61aInfo
831 {
832    Bool                 isPdcchOrder;
833    union
834    {
835       TfuPdcchOrderInfoEmtc   pdcchOrder;    /*!< PDDCH order information */
836       Tfudciformat61aPdsch     pdschInfo;     /*!< PDSCH allocation information */
837       /*tfu_x_001.main_6 - Added for SPS support*/
838    }t;
839 } TfuDciFormat61aInfo;
840
841
842 typedef struct tfuDciFormatForEmtcBcch
843 {
844    U8  mcs;
845    U16 numOfRb;
846    U16 rbStart;
847 }TfuDciFormatForEmtcBcch;
848
849 typedef struct tfuDirectIndication
850 {
851    U8  directInd; /*!< 8 bit direct Indication Information*/
852 }TfuDirectIndication;
853
854 typedef struct tfuDciFormat62AllocInfo
855 {
856   U8 riv;                         /*!< Narrow Band Index*/ 
857   U8 mcs;                         /*!<MCS */
858   U32         scramblerInitValue; /*!< Scrambler init(Cinit) value as per 36.211 */
859   U8          rv;                  /*!<Redundancy version */ 
860 }TfuDciFormat62AllocInfo;
861
862 typedef struct tfudciformat62Pdsch
863 {
864     TfuDciFormat62AllocInfo format62AllocInfo;
865     U8 repNum;                       /*!< 3 bits, repetion number */
866     U8 dciSubRepNum;                 /*!< 2 bits for DCI Subframe repetition */
867      
868
869 }Tfudciformat62Pdsch;
870
871 typedef struct tfuDciFormat62Info
872 {
873    Bool                 isPaging;   
874    union
875    {
876       TfuDirectIndication   directIndication;    /*!< Direct Indication information */
877       Tfudciformat62Pdsch   pdschInfo;           /*!< Paging information */
878    }t;
879 } TfuDciFormat62Info;
880
881 #endif /* EMTC_ENABLE */
882
883
884
885
886 /** @brief This structure contains the information needed to convey the possible DCI
887  * formats. The following are the supported formats: 
888  * -# Format 0    - used for PUSCH scheduling
889  * -# Format 1    - used for PDSCH scheduling
890  * -# Format 1A   - used for compact scheduling of PDSCH or RA procedure
891  *                   intitiated by a PDCCH order.
892  * -# Format 1B   - used for compact scheduling of PDSCH with precoding
893  *                   information.
894  * -# Format 1C   - used for very compact scheduling of PDSCH.
895  * -# Format 1D   - used for compact scheduling for PDSCH with precoding
896  *                   information with power offset.
897  * -# Format 2    - used for PDSCH scheduling
898  * -# Format 2A   - used for PDSCH scheduling
899  * -# Format 3    - used for power control 
900  * -# Format 3A   - used for power control 
901  */
902 typedef struct tfuDciInfo
903 {
904    TfuDciFormat       dciFormat;       /*!< DCI format */
905    union
906    {
907       TfuDciFormat0Info  format0Info;  /*!< Format 0 information */
908       TfuDciFormat1Info  format1Info;  /*!< Format 1 information */
909       TfuDciFormat1aInfo format1aInfo; /*!< Format 1A information */
910       TfuDciFormat1bInfo format1bInfo; /*!< Format 1B information */
911       TfuDciFormat1cInfo format1cInfo; /*!< Format 1C information */
912       TfuDciFormat1dInfo format1dInfo; /*!< Format 1D information */
913       TfuDciFormat2Info  format2Info;  /*!< Format 2 information */
914       TfuDciFormat2AInfo format2AInfo; /*!< Format 2A information */
915       TfuDciFormat3Info  format3Info;  /*!< Format 3 information */
916       TfuDciFormat3AInfo format3AInfo; /*!< Format 3A information */
917 #ifdef EMTC_ENABLE
918       TfuDciFormat60aInfo format60aInfo; /*!< Format 60a Information */
919       TfuDciFormat61aInfo format61aInfo; /*!< Format 61a Information */
920       TfuDciFormat62Info  format62Info;  /*!< Formra 62  Information */
921 #endif /* EMTC_ENABLE */
922 #ifdef TFU_5GTF
923           TfuDciFormatA1Info  formatA1Info;  /*!< 5GTF: Format A1 information */
924           TfuDciFormatA2Info  formatA2Info;  /*!< 5GTF: Format A1 information */
925           TfuDciFormatB1Info  formatB1Info;  /*!< 5GTF: Format B1 information */
926           TfuDciFormatB2Info  formatB2Info;  /*!< 5GTF: Format B2 information */
927 #endif
928    } u;
929 } TfuDciInfo;
930
931 /** @brief This structure contains the information needed to convey the start and size
932  * of the sub-band in the CQI report. 
933  */
934 typedef struct tfuSubbandInfo
935 {
936    U8          rbStart;       /*!< Starting RB */
937    U8          numRb;         /*!< Number of RBs */
938 } TfuSubbandInfo;
939
940 /** @brief This structure is used to convey the sub-band CQI reported. 
941  */
942 typedef struct tfuSubbandDlCqiInfo
943 {
944    TfuSubbandInfo         subband;             /*!< Sub-band information */
945    U8                     cqiIdx[TFU_MAX_TB];  /*!< Sub-band CQI index per CW */
946 } TfuSubbandDlCqiInfo;
947 /** @} */
948
949
950 /** @brief This structure is used to convey the subbannd CQI reported. 
951  */
952 typedef struct tfuSubbandCqiInfo
953 {
954    TfuSubbandInfo subband;    /*!< Sub-band information */
955    U8             cqiIdx;     /*!< CQI index */
956 } TfuSubbandCqiInfo;
957 /** @brief This structure conveys the CCE information.
958  */
959 typedef struct tfuPdcchCceInfo
960 {
961    U8             cceIdx;   /*!< CCE index */
962    CmLteAggrLvl   aggrLvl;  /*!< Aggregation level */
963 } TfuPdcchCceInfo;
964
965  /** @brief This structure maps to the CQI mode 10. The report can either
966   * convey a Rank index or a wide-band CQI. 
967   */
968 typedef struct tfuCqiPucchMode10
969 {
970    TfuRptType       type;   /*!< Either RI or CQI reported */
971    union
972    {
973       U8        ri;    /*!< One RI assuming transmission on S sub-bands */
974       U8        cqi;   /*!< Wide-band CQI assuming transmission on S sub-bands */
975    }u;
976 } TfuCqiPucchMode10;
977
978
979  /** @brief This structure contains a wide-band CQI, PMI, and optionally a
980   * wide-band differential CQI. 
981   */
982 typedef struct tfuCqiMode11Cqi
983 {
984    U8       cqi;           /*!< Wide-band CQI */
985    U8       pmi;           /*!< PMI */
986    TknU8    wideDiffCqi;   /*!< Wide-band differential CQI */
987 } TfuCqiMode11Cqi;
988
989  /** @brief This structure maps to the CQI mode 11. The report can either
990   * convey a Rank index or a CQI report. 
991   */
992 typedef struct tfuCqiPucchMode11
993 {
994    TfuRptType       type;   /*!< Either RI or CQI reported */
995    union
996    {
997       U8                ri;    /*!< One RI assuming transmission on S sub-bands */
998       TfuCqiMode11Cqi   cqi;   /*!< CQI assuming transmission on S sub-bands */
999    }u;
1000 } TfuCqiPucchMode11;
1001
1002  /** @brief This structure contains the sub-band CQI for mode 2-0. 
1003   */
1004 typedef struct tfuCqiMode20SubCqi
1005 {
1006    U8      cqi;      /*!< CQI value */
1007    U8       l;       /*!< L bit sub-band label */
1008 } TfuCqiMode20SubCqi;
1009
1010  /** @brief This structure contains Mode 20 CQI report. It can either be a
1011   * wide-band CQI or a sub-band CQI. 
1012   */
1013 typedef struct tfuCqiMode20Cqi
1014 {
1015    Bool     isWideband;             /*!< TRUE, if wide-band CQI is reported */
1016    union
1017    {
1018       U8                 wideCqi;   /*!< Single Wide-band CQI */
1019       TfuCqiMode20SubCqi subCqi;    /*!< Sub-band CQI */
1020    }u;
1021 } TfuCqiMode20Cqi;
1022
1023
1024  /** @brief This structure maps to CQI mode 20. The report either contains a
1025   * Rank Index or a CQI report. 
1026   */
1027 typedef struct tfuCqiPucchMode20
1028 {
1029    TfuRptType       type;   /*!< Either RI or CQI reported */
1030    union
1031    {
1032       U8                ri;   /*!< One RI assuming transmission on S sub-bands */
1033       TfuCqiMode20Cqi   cqi;  /*!< CQI assuming transmission on S sub-bands */
1034    }u;
1035 } TfuCqiPucchMode20;
1036
1037  /** @brief This structure contains the sub-band CQI report for mode 2-1. 
1038   * It carries a CQI, 'L' bit sub-band label, and optionally a differential CQI.
1039   */
1040 typedef struct tfuCqiMode21SubCqi
1041 {
1042    U8       cqi;     /*!< CQI */
1043    U8       l;       /*!< L bit sub-band label */
1044    TknU8    diffCqi; /*!< Optional Differential CQI */
1045 } TfuCqiMode21SubCqi;
1046
1047
1048  /** @brief This structure contains the wide-band CQI report for mode 2-1.
1049   * It carries a wide-band CQI, PMI and optionally a differential CQI. 
1050   */
1051 typedef struct tfuCqiMode21WideCqi
1052 {
1053    U8       cqi;        /*!< CQI */
1054    U8       pmi;        /*!< PMI */
1055    TknU8    diffCqi;    /*!< Optional Differential CQI */
1056 } TfuCqiMode21WideCqi;
1057
1058
1059  /** @brief This structure conveys CQI report for mode 2-1. The reported value
1060   * can either be wide-band or sub-band. 
1061   */
1062 typedef struct tfuCqiMode21Cqi
1063 {
1064    Bool     isWideband;             /*!< TRUE, if wide-band CQI is reported. */
1065    union
1066    {
1067       TfuCqiMode21WideCqi wideCqi;  /*!< Single Wide-band CQI */
1068       TfuCqiMode21SubCqi  subCqi;   /*!< Sub-band CQI. */
1069    }u;
1070 } TfuCqiMode21Cqi;
1071
1072
1073  /** @brief This structure maps to the CQI reporting mode 2-1. The report either
1074   * conveys a Rank Indicator or a CQI report. 
1075   */
1076 typedef struct tfuCqiPucchMode21
1077 {
1078    TfuRptType       type;   /*!< Either RI or CQI reported */
1079    union
1080    {
1081       U8                ri;   /*!< One RI assuming transmission on S sub-bands */
1082       TfuCqiMode21Cqi   cqi;  /*!< CQI assuming transmission on S sub-bands */
1083    }u;
1084 } TfuCqiPucchMode21;
1085
1086
1087 /** @brief This structure conveys the Downlink CQI reported on PUCCH.
1088  */
1089 typedef struct tfuDlCqiPucch
1090 {
1091    U8                cellIdx;
1092    TfuDlCqiPucchMode mode;          /*!< PUSCH CQI mode */
1093    union
1094    {
1095       TfuCqiPucchMode10 mode10Info; /*!< Mode 1-0 information */
1096       TfuCqiPucchMode11 mode11Info; /*!< Mode 1-1 information */
1097       TfuCqiPucchMode20 mode20Info; /*!< Mode 2-0 information */
1098       TfuCqiPucchMode21 mode21Info; /*!< Mode 2-1 information */
1099    }u;
1100 } TfuDlCqiPucch;
1101
1102
1103  /** @brief This structure carries sub-band information and PMI, in the CQI
1104   * reporting format 1-2. 
1105   */
1106 typedef struct tfuSubbandMode12
1107 {
1108    U8             pmi;             /*!< PMI for this sub-band */
1109    TfuSubbandInfo subBand;   /*!< Sub-band information start and length */
1110 } TfuSubbandMode12;
1111
1112 /** @brief This structure conveys information present in CQI reporting mode 1-2 received
1113  * over PUSCH. 
1114  */
1115 typedef struct tfuCqiPuschMode12
1116 {
1117    U8               numSubband;                     /*!< Number of sub-bands */
1118    U8               cqiIdx[TFU_MAX_TB];             /*!< Single Wide-band CQI per
1119                                                      codeword */
1120    TfuSubbandMode12 subbandArr[TFU_MAX_DL_SUBBAND]; /*!< Sub-band information array */
1121 } TfuCqiPuschMode12;
1122
1123
1124 /** @brief This structure conveys information present in CQI reporting mode 2-0 received
1125  * over PUSCH. This mode is for UE selected sub-band feedback. 
1126  */
1127 typedef struct tfuCqiPuschMode20
1128 {
1129    U8             cqiIdx;                         /*!< CQI index transmission
1130                                                     over M sub-bands */
1131    U8             wideBandCqi;                    /*!< Wide-band CQI index, that is,
1132                                                     transmission over S sub-bands */
1133    U8             numSubband;                     /*!< Number of sub-bands */
1134    TfuSubbandInfo subbandArr[TFU_MAX_DL_SUBBAND]; /*!< Sub-band information array */
1135 } TfuCqiPuschMode20;
1136
1137 /** @brief This structure conveys information present in CQI reporting mode 2-2 received
1138  * over PUSCH.
1139  */
1140 typedef struct tfuCqiPuschMode22
1141 {
1142    U8                cqi[TFU_MAX_TB];                 /*!< CQI index over M preferred
1143                                                          Sub-bands */
1144    U8                pmi;                             /*!< PMI preferred PMI over M
1145                                                          sub-bands */
1146    U8                wideBandCqi[TFU_MAX_TB];         /*!< Wide-band CQI */
1147    U8                wideBandPmi;                     /*!< PMI */
1148    U8                numSubband;                      /*!< Number of sub-bands, that is, M mentioned in 213, each of size k */
1149    TfuSubbandInfo    subbandArr[TFU_MAX_DL_SUBBAND];  /*!< Sub-band information array */
1150 } TfuCqiPuschMode22;
1151
1152
1153 /** @brief This structure holds CQI report information in mode 3-0
1154  */
1155 typedef struct tfuSubbandMode30
1156 {
1157    U8             cqi;       /*!< CQI for this sub-band */
1158    TfuSubbandInfo subBand;   /*!< Sub-band information start and length. */
1159 } TfuSubbandMode30;
1160
1161
1162 /** @brief This structure conveys information present in CQI reporting mode 3-0
1163  * received over PUSCH.
1164  */
1165 typedef struct tfuCqiPuschMode30
1166 {
1167    U8                wideBandCqi;                     /*!< Wide-band CQI */
1168    U8                numSubband;                      /*!< Number of sub-bands */
1169    TfuSubbandMode30  subbandArr[TFU_MAX_DL_SUBBAND];  /*!< Sub-band information array */
1170 } TfuCqiPuschMode30;
1171
1172 /** @brief This structure holds CQI report information in mode 3-1
1173  */
1174 typedef struct tfuSubbandMode31
1175 {
1176    U8             cqi[TFU_MAX_TB];  /*!< CQI for this sub-band */
1177    TfuSubbandInfo subBand;          /*!< Sub-band information start and length */
1178 } TfuSubbandMode31;
1179
1180
1181 /** @brief This structure conveys information present in CQI reporting mode 3-1
1182  * received over PUSCH.
1183  */
1184 typedef struct tfuCqiPuschMode31
1185 {
1186    U8                     pmi;                      /*!< PMI */
1187    U8                     wideBandCqi[TFU_MAX_TB];  /*!< Wide-band CQI per CW */
1188    U8                     numSubband;               /*!< Number of sub-bands */
1189    TfuSubbandDlCqiInfo    subbandCqiArr[TFU_MAX_DL_SUBBAND];  /*!< Array of 
1190                                                          sub-bands and CQI for
1191                                                          each of them */
1192 } TfuCqiPuschMode31;
1193
1194 /** @enum TfuDlCqiPuschMode
1195  * This enum contains values for the CQI reporting modes. 
1196  */
1197 typedef enum
1198 {
1199    TFU_PUSCH_CQI_MODE_12,
1200    TFU_PUSCH_CQI_MODE_20,
1201    TFU_PUSCH_CQI_MODE_22,
1202    TFU_PUSCH_CQI_MODE_30,
1203    TFU_PUSCH_CQI_MODE_31
1204 } TfuDlCqiPuschMode;
1205
1206
1207 /** @brief This structure conveys Downlink CQI information (mode and corresponding
1208  * CQI) received over PUSCH. 
1209  */
1210 typedef struct tfuDlCqiPusch
1211 {
1212    U8                cellIdx;
1213    TfuDlCqiPuschMode mode;         /*!< PUSCH CQI mode */
1214    TknU8                  ri;            /*!< Rank Indicator for TM 3,4 */
1215    union
1216    {
1217       TfuCqiPuschMode12 mode12Info; /*!< Mode 1-2 information */
1218       TfuCqiPuschMode20 mode20Info; /*!< Mode 2-0 information */
1219       TfuCqiPuschMode22 mode22Info; /*!< Mode 2-2 information */
1220       TfuCqiPuschMode30 mode30Info; /*!< Mode 3-0 information */
1221       TfuCqiPuschMode31 mode31Info; /*!< Mode 3-1 information */
1222    }u;
1223 } TfuDlCqiPusch;
1224
1225 /** @brief This structure conveys explicitly the PMI information in case
1226  *  of PUSCH feedback usage in scheduling. Applicable for TM 4, 5, 6. 
1227  */
1228 typedef struct tfuDlCqiPuschInfo
1229 {
1230    TfuDlCqiPuschMode      mode;          /*!< PUSCH CQI mode */
1231    union
1232    {
1233       TfuCqiPuschMode12   mode12Info;    /*!< Mode 1-2 information */
1234       TfuCqiPuschMode22   mode22Info;    /*!< Mode 2-2 information */
1235       TfuCqiPuschMode31   mode31Info;    /*!< Mode 3-1 information */
1236    }u;
1237 } TfuDlCqiPuschInfo;
1238
1239 #ifdef TFU_TDD
1240 /** @enum TfuAckNackMode
1241  * This enum contains values for modes of HARQ feedback in TDD
1242  */
1243 typedef enum
1244 {
1245    TFU_ACK_NACK_BUNDLING,
1246    TFU_ACK_NACK_MULTIPLEXING,
1247    TFU_ACK_NACK_SPECIAL_BUNDLING,
1248    TFU_ACK_NACK_CHANNEL_SELECTION =TFU_ACK_NACK_SPECIAL_BUNDLING,
1249    TFU_ACK_NACK_FORMAT_3
1250 } TfuAckNackMode;
1251
1252 #else /* else of TFU_TDD */
1253 /** @enum TfuAckNackMode
1254  * This enum contains values for modes of HARQ feedback in FDD
1255  */
1256 typedef enum
1257 {
1258    TFU_UCI_FORMAT_1A_1B,
1259    TFU_UCI_FORMAT_1B_CS,
1260    TFU_UCI_FORMAT_3
1261 } TfuAckNackMode;
1262 #endif
1263
1264 #ifdef TFU_UPGRADE
1265
1266 /** @brief This structure conveys the Uplink SRS indication of an UE.
1267  * @details Uplink SRS from each UE is received by the physical layer and this
1268  * information is provided to the scheduler.
1269  */
1270 typedef struct tfuSrsRpt
1271 {
1272    CmLList                lnk;           /*!< Link to the list of rerports */
1273    CmLteRnti              ueId;          /*!< CRNTI */
1274    U16                    dopEst;        /*!< Doppler estimation [0-255] */
1275    U16                    ta;            /*!< Timing advance for the UE */
1276    U8                     numRbs;        /*!< Number of RBs to be reported for this UE */
1277    U8                     rbStart;       /*!< Starting RB to be reported */
1278    U8                     snr[TFU_MAX_UL_RB]; /*!< snr for each RB */
1279    Bool                   wideCqiPres;   /*!< Flag to indicate Wide-band CQI */
1280    U8                     wideCqi;       /*!< Wide-band CQI for an UL channel */
1281 } TfuSrsRpt;
1282
1283
1284 /** @brief This structure conveys the Uplink SRS indication.
1285  * @details Uplink SRS is received by the physical layer and this
1286  * information is provided to the scheduler. 
1287  * This data structure clubs together the UL SRS indications of all the UEs 
1288  * in the subframe. 
1289  */
1290 typedef struct tfuSrsIndInfo
1291 {
1292    CmMemListCp            memCp;         /*!< Memory control point */
1293    CmLteCellId            cellId;        /*!< Cell ID */
1294    CmLteTimingInfo        timingInfo;    /*!< Timing information */
1295    CmLListCp              srsRpt;        /*!< List of SRS indications - TfuSrsRpt */
1296 } TfuSrsIndInfo;
1297
1298 /** @brief This structure contains the Raw CQI information, that is, the CQI report
1299  * as transmitted by the UE. 
1300  * @details These bits are interpreted by MAC to derive the following: 
1301  * -# Wide-band CQI
1302  * -# Sub-band CQI
1303  * -# PMI
1304  * -# RI
1305  */
1306 typedef struct tfuRawCqiRpt
1307 {
1308    CmLList                lnk;           /*!< Link to the list of reports */
1309    CmLteRnti              crnti;         /*!< CRNTI of the UE */
1310    U8                     numBits;       /*!< Number of valid CQI bits */
1311 #ifdef TFU_5GTF
1312    U32                    uciPayload;    /*!< Raw UCI bit payload */
1313 #else
1314    U8                     cqiConfBitMask;
1315    U8                     cqiBits[TFU_MAX_CQI_BYTES]; /*!< An array of bits
1316                                               corresponding to the Raw CQI report */
1317    U8                     ri[CM_LTE_MAX_CELLS]; /*!< Array of bits comprising of a Rank */                                              
1318 #endif
1319 } TfuRawCqiRpt;
1320
1321 /** @brief This structure contains the Raw CQI reports received for the
1322  * transmitting UEs in a single subframe. 
1323  * @details Raw CQI corresponds to the actual bits transmitted by the UE, whose
1324  * interpretation is upto the MAC layer. 
1325  */
1326 typedef struct tfuRawCqiIndInfo
1327 {
1328    CmMemListCp            memCp;       /*!< Memory control point */
1329    CmLteCellId            cellId;      /*!< Cell ID */
1330    CmLteTimingInfo        timingInfo;  /*!< Timing information */
1331    CmLListCp              rawCqiRpt;   /*!< List of HQ+CQI+RI indications - TfuRawUciRpt */
1332 } TfuRawCqiIndInfo;
1333 /* 5GTF TODO: Change Interface Structure and API name accordingly */
1334
1335
1336 typedef enum
1337 {
1338    TFU_PUCCH_HARQ,
1339    TFU_PUCCH_SR,
1340    TFU_PUCCH_SRS,
1341    TFU_PUCCH_CQI,
1342    TFU_PUCCH_HARQ_SR,
1343    TFU_PUCCH_HARQ_SRS,
1344    TFU_PUCCH_HARQ_CQI,
1345    TFU_PUCCH_HARQ_SR_SRS,
1346    TFU_PUCCH_HARQ_SR_CQI,
1347    TFU_PUCCH_SR_SRS,
1348    TFU_PUCCH_SR_CQI,
1349    /*tfu_x_001.main_8 - ADD - New Pucch RR Info Combination support */
1350    /* ccpu00116923 - New Reception Request types for CQI and SRS with SR */
1351    TFU_PUCCH_HARQ_SR_CQI_SRS,
1352    TFU_PUCCH_SR_CQI_SRS
1353 #ifdef TFU_5GTF
1354    ,
1355    /* 5GTF TODO: Order of encoding should be as per 212 5.2.3.6 */
1356    TFU_XPUCCH_UCI_INFO,   /*!< HQ+CQI+RI */
1357    TFU_PUCCH_BSI_BRI
1358 #endif
1359 } TfuUePucchRecpType;
1360
1361 /** @brief This structure is sent from scheduler to PHY in order to request the
1362  * reception of HARQ information on PUCCH.
1363  */
1364 typedef struct tfuUePucchHqRecpInfo
1365 {
1366    TfuAckNackMode         hqFdbkMode;    /*!< Feedback mode in TDD */
1367    U8                     hqSz;          /*!< Size of feedback in bits */
1368    U8                     pucchResCnt;   /*!< Number of ACK/NACK responses
1369                                               received in this subframe [0-4] */
1370    U16                    hqRes[TFU_MAX_HQ_RES]; /*!< (n^1PUCCH(0-3))
1371                                               values [0-2047] */
1372    U8                     a;             /*!< A value to interpret Hq feedback */ 
1373 } TfuUePucchHqRecpInfo;
1374
1375 /** @brief This structure is sent from scheduler to PHY in order to request the
1376  * reception of SR information on PUCCH.
1377  */
1378 typedef struct tfuUePucchSrRecpInfo
1379 {
1380    U16                    n1PucchIdx;    /*!< (n^1PUCCH) value [0-2047] */
1381 } TfuUePucchSrRecpInfo;
1382  
1383 /** @brief This structure is sent from scheduler to PHY in order to request the
1384  * reception of CQI information on PUCCH.
1385  */
1386 typedef struct tfuUePucchCqiRecpInfo
1387 {
1388    U16                    n2PucchIdx;    /*!< (n^2PUCCH) value[0-1185] */
1389    U8                     cqiPmiSz;      /*!< DL CQI/PMI size in bits [0-255] */
1390 } TfuUePucchCqiRecpInfo;
1391
1392 /** Different values for UL SRS BW information */
1393 typedef enum tfuUlSrsBwInfo
1394 {
1395    TFU_ULSRS_BW_0 = 0,   
1396    TFU_ULSRS_BW_1 = 1,   
1397    TFU_ULSRS_BW_2 = 2,   
1398    TFU_ULSRS_BW_3 = 3   
1399 } TfuUlSrsBwInfo;
1400
1401
1402 /** Different values for UL SRS Hoping BW information */
1403 typedef enum tfuUlSrsHoBwInfo
1404 {
1405    TFU_ULSRS_HOP_BW_0 = 0,   
1406    TFU_ULSRS_HOP_BW_1 = 1,   
1407    TFU_ULSRS_HOP_BW_2 = 2,   
1408    TFU_ULSRS_HOP_BW_3 = 3   
1409 } TfuUlSrsHoBwInfo;
1410
1411 /** Different values for UL SRS Cyclic Shift information */
1412 typedef enum tfuUlSrsCycShiftInfo
1413 {
1414    TFU_ULSRS_CYSHIFT_0 = 0,   
1415    TFU_ULSRS_CYSHIFT_1 = 1,   
1416    TFU_ULSRS_CYSHIFT_2 = 2,   
1417    TFU_ULSRS_CYSHIFT_3 = 3,   
1418    TFU_ULSRS_CYSHIFT_4 = 4,   
1419    TFU_ULSRS_CYSHIFT_5 = 5,   
1420    TFU_ULSRS_CYSHIFT_6 = 6,   
1421    TFU_ULSRS_CYSHIFT_7 = 7   
1422 } TfuUlSrsCycShiftInfo;
1423
1424  
1425 /** @brief This structure is sent from scheduler to PHY in order to request the
1426  * reception of SRS information on PUCCH.
1427  */
1428 typedef struct tfuUePucchSrsRecpInfo
1429 {
1430    TfuUlSrsBwInfo  srsBw;         /*!< UE specific SRS Bandwidth (B,srs)
1431                                               parameter. Given by RRC[0-3] */
1432    U8                     nRrc;          /*!< Frequency Domain position given by
1433                                               RRC per UE.[0-23]*/
1434    TfuUlSrsHoBwInfo  srsHopBw;      /*!< SRS Hopping BW given by RRC per
1435                                               UE (b,Hop)[0-3] */
1436    U8                     transComb;     /*!< Frequency location given by RRC
1437                                               per UE (k,TC) [0-1] */
1438    U16                    srsCfgIdx;     /*!< (Isrs) - defines SRS periodicity
1439                                               and subframe offset,given by RRC
1440                                               [0-1023] */
1441    TfuUlSrsCycShiftInfo   srsCyclicShft; /*!< (n^cs,srs) given by RRC [0-7] */
1442    /*Need to add U8 AntPort for Rel10 when SRS is supported */
1443 } TfuUePucchSrsRecpInfo;
1444
1445 #ifdef TFU_5GTF
1446 /** @brief This structure is sent from scheduler to PHY in order to request the
1447  * reception of BSI BRI information on PUCCH.
1448  */
1449 typedef struct tfuUePucchBsiBriRecpInfo
1450 {
1451    U8                     puschFlag;  /*!< UCI is carried in xPUSCH or not
1452                                            0 -> UCI is in xPUCCH, 
1453                                            1 -> UCI is in xPUSCH */
1454    U8                     pucchIndex; /*!< Frequency resource index of xPUCCH 
1455                                            for UCI report. [0-15] */
1456    U8                     SCID;       /*!< SCID : 0 or 1 */
1457    U8                     bsiRpt;     /*!< total num of BSI report[0,1,2,4] */
1458    U8                     briRpt;     /*!< total num of BRI report[0,1,2,4] */
1459 } TfuUePucchBsiBriRecpInfo;
1460
1461 /** @brief This structure is sent from scheduler to PHY in order to request the
1462  * reception of UCI (CQI, HQ, RI) information on PUCCH.
1463  */
1464 typedef struct tfuUePucchUciRecpInfo
1465 {
1466    U8                     numBits;       /*!< 1-22, 1-Only HQ, 5-Only CQI/RI, 6- both HQ CQI/RI */
1467    U8                     pucchIndex;    /*!< 0-15, PUCCH Freq Res Idx */
1468    U8                     SCID;          /*!< SCID : 0 or 1 */
1469 } TfuUePucchUciRecpInfo;
1470 #endif
1471
1472 /** @brief This structure is sent from scheduler to PHY in order to request the
1473   * reception of UCI on PUCCH. This may contain the following:
1474   * -# HARQ
1475   * -# SR
1476   * -# SRS
1477   * -# CQI
1478   * -# HARQ+SR
1479   * -# HARQ+SRS
1480   * -# HARQ+CQI
1481   * -# HARQ+SR+SRS
1482   * -# HARQ+SR+CQI
1483   * -# SR+SRS
1484   * -# SR+CQI  
1485   */
1486 typedef struct tfuUePucchRecpReq
1487 {
1488    TfuUePucchRecpType     uciInfo;       /*!< Bitmask for the combination of UCI
1489                                               to be received */
1490    TfuUePucchCqiRecpInfo  cqiInfo;       /*!< Info needed to receive CQI. Valid
1491                                               if CQI is included in uciInfo */
1492    TfuUePucchSrRecpInfo   srInfo;        /*!< Info needed to receive SR. Valid
1493                                               if SR is included in uciInfo */
1494    TfuUePucchHqRecpInfo   hqInfo;        /*!< Info needed to receive Harq-Valid
1495                                               if HQ is included in uciInfo */
1496    TfuUePucchSrsRecpInfo  srsInfo;       /*!< Info needed to receive SRS. Valid
1497                                               if SRS is included in uciInfo */
1498 #ifdef TFU_5GTF
1499    TfuUePucchBsiBriRecpInfo  bsiBriInfo; /*!< Info needed to receive BSI_BRI. Valid
1500                                               if BSI_BRI is included in uciInfo */
1501    TfuUePucchUciRecpInfo     uciPduInfo; /*!< Info needed to receive HQ/CQI/RI.*/
1502 #endif                                              
1503 #ifdef EMTC_ENABLE
1504         U16                                                     format1aRepNumber;
1505         U16                                                     format2aRepNumber;
1506         U32                                                     catMScramblerInitVal;
1507 #endif
1508 } TfuUePucchRecpReq;
1509
1510 typedef enum
1511 {
1512    TFU_PUSCH_DATA,
1513    TFU_PUSCH_DATA_SRS,
1514    TFU_PUSCH_DATA_HARQ,
1515    TFU_PUSCH_DATA_HARQ_SRS,
1516    TFU_PUSCH_DATA_CQI,
1517    TFU_PUSCH_DATA_CQI_SRS,
1518    TFU_PUSCH_DATA_CQI_HARQ,
1519    TFU_PUSCH_DATA_CQI_HARQ_SRS
1520 #ifdef TFU_5GTF
1521    /* Message types possible on xPUCCH and xPUSCH : UL Data, UCIs: HARQ-ACK, SR, BSI, BRI, CQI/PMI/RI etc  */
1522    /* for now only TFU_PUSCH_DATA can be considered */ 
1523 #endif
1524 } TfuUePuschRecpType;
1525
1526  /** @brief This structure is sent from scheduler to PHY in order to request the
1527   * reception of UEs data on ULSCH.
1528   */
1529 typedef struct tfuUeUlSchRecpInfo
1530 {
1531    U16                    size;         /*!< Length of the Data in bytes*/
1532    /* ToDo : rbStart and numRb is kept for legacy, need to remove later */
1533    U8                     rbStart;      /*!< Start of Resource Block of 
1534                                              allocation */
1535    U8                     numRb;        /*!< Number of RBs allocated */
1536    TfuModScheme           modType;      /*!< Modulation order */
1537    U8                     nDmrs;        /*!< 3 bits for DMRS cyclic shift */
1538    Bool                   hoppingEnbld; /*!< TRUE, if hopping is enabled */
1539    U8                     hoppingBits;  /*!< Hopping bits as mentioned in 
1540                                              213 8.4 */
1541    Bool                   isRtx;        /*!< TRUE, if this is a retx */
1542    Bool                   ndi;          /*!< New Data Indication */   
1543    U8                     rv;           /*!< Redundancy version */
1544    U8                     harqProcId;   /*!< HARQ process ID */
1545    U8                     txMode;       /*!< UE's UL transmission mode: 
1546                                              0 = SISO/SIMO, 1 = MIMO */
1547    U8                     crntTxNb;     /*!< Current Harq Tx Cntr of this TB.
1548                                              Valid if frequency hopping is 
1549                                              enabled */
1550    Bool                   nSrs;         /*!< Indicates if RBs for this TB
1551                                              overlap with SRS configuration. 
1552                                              FALSE = No overlap,TRUE=overlap */
1553    U8                     mcs;          /*!< MCS */
1554 #ifdef EMTC_ENABLE
1555    U32                    repetitionNumber;
1556    U32                    scramblerInitValue;
1557 #endif
1558 #ifdef TFU_5GTF
1559    U8                     rbgStart; /* The starting resource block group for
1560                                        this xPUSCH allocation.*/
1561    U8                     numRbg; /* The number of resource block groups
1562                                        allocated to this ULSCH grant.*/
1563    U8                     xPUSCHRange; /* 0 : the stopping of xPUSCH is the 12th symbol,
1564                                                                     1 : the stopping of xPUSCH is the 13th symbol
1565                                                                     2 : the stopping of xPUSCH is the final (14th) symbol */
1566    U8                     nAntPortLayer;/* 0:1 Layer, port 40 1:1 Layer, port 41 2:1 Layer, port 42
1567                                            3:1 Layer, port 43 4:2 Layers, ports {40, 41} 
1568                                            5:2 Layers, ports {42, 43} */
1569    U8                     SCID;        /*SCID : 0 or 1 */
1570    U8                     PMI;         /* Precoding matrix indicator, see V5G.211 section Table 5.3.3A.2-1 */
1571    Bool                   uciWoTBFlag;      /* 0: UCI without transmit block
1572                                                1: with transmit block */
1573    U8                     beamIndex;   /* Receiving beam index Value: 0->7 */
1574 #endif
1575 } TfuUeUlSchRecpInfo;
1576
1577 /** @brief This structure is sent from scheduler to PHY in order to request the
1578   * reception of CQI_RI information on PUSCH.
1579   */
1580 typedef struct tfuUePuschCqiRecpInfo
1581 {
1582    U8                     reportType;      /*! Type of CSI report.
1583                                             0 = periodic report.
1584                                             1 = aperiodic report */
1585    U8                     cCNum;           /*! The number of CC in the aperiodic report.
1586                                               Value: 1->5 */
1587    U8                     cqiPmiSzR1[CM_LTE_MAX_CELLS];   /*!< Size of DL CQI/PMI in bits for
1588                                              rank 1 report[0-255] */
1589    U8                     cqiPmiSzRn1[CM_LTE_MAX_CELLS];  /*!< Size of DL CQI/PMI in bits for 
1590                                              rank > 1 report[0-255] */
1591    TknU8                  riSz[CM_LTE_MAX_CELLS];         /*!< Size of RI in bits[1-2]. Value will
1592                                          be 0 (present flag-false) in frames
1593                                          with no RI Occasion*/
1594    U8                     cqiBetaOff;    /*!< Beta offset for CQI[0-15]. Given  
1595                                              by RRC */
1596    U8                     riBetaOff;     /*!< Beta offset for RI[0-15]. Given 
1597                                              by RRC */
1598 } TfuUePuschCqiRecpInfo;
1599
1600 /** @brief This structure is sent from scheduler to PHY in order to request the
1601   * reception of HARQ information on PUSCH.
1602   */
1603 typedef struct tfuUePuschHqRecpInfo
1604 {
1605    U8                     hqSz;         /*!< Number of feedback bits: 
1606                                          FDD- 1 or 2 TDD- 1 to 4*/
1607    U8                     hqBetaOff;     /*!< Beta offset for Harq[0-15]. Given
1608                                              by RRC */
1609 #ifdef TFU_TDD
1610    TfuAckNackMode         hqFdbkMode;   /*!< Feedback mode in TDD */
1611    U8                     nBundled;     /*!< nBundled value intended for PHY */
1612    U8                     ulDai;        /*!< Ul Dai */
1613 #endif
1614 } TfuUePuschHqRecpInfo;
1615
1616 typedef TfuUePucchSrsRecpInfo TfuUePuschSrsRecpInfo;
1617  /** @brief This structure is sent from scheduler to PHY in order to request the
1618   * reception of UEs data on PUSCH. This may contain the following: 
1619   * -# Data
1620   * -# Data + SRS
1621   * -# Data + HARQ
1622   * -# Data + HARQ + SRS
1623   * -# Data + CQI/RI
1624   * -# Data + CQI/RI + SRS
1625   * -# Data + CQI/RI + HARQ
1626   * -# Data + CQI/RI + HARQ + SRS
1627   */
1628 typedef struct tfuUePuschRecpReq
1629
1630    TfuUePuschRecpType     rcpInfo;      /*!< Bitmask for the combination of
1631                                              information to be received */ 
1632    TfuUeUlSchRecpInfo     ulSchInfo;    /*!< Info needed to receive data pdu
1633                                              on PUSCH. Valid if data is included
1634                                              in rcpInfo */
1635    TfuUePuschCqiRecpInfo  cqiRiInfo;    /*!< Info needed to receive CQI/RI on
1636                                              PUSCH. Valid if CQI is included
1637                                              in rcpInfo */
1638    TfuUePuschHqRecpInfo   hqInfo;       /*!< Info needed to receive Harq on
1639                                              PUSCH. Valid if HARQ is included
1640                                              in rcpInfo */
1641    TfuUePuschSrsRecpInfo  srsInfo;      /*!< Info needed to receive SRS. Valid
1642                                              if SRS is included in rcpInfo */
1643    TknU8                  initialNSrs;  /*!< Not present in case of only data
1644                                              [0/1]. 0 = last OFDM symbol is 
1645                                              not punctured. 1 = last OFDM
1646                                              symbol is punctured */
1647    TknU8                  initialNumRbs; /*!< Number of RBs for initial
1648                                               transmission of this TB. Not  
1649                                               present in case of only data */
1650 } TfuUePuschRecpReq;
1651
1652 /** @enum TfuRecpReqType
1653  * This enum contains values for types of Reception Request.
1654  */
1655 typedef enum
1656 {
1657    TFU_RECP_REQ_PUCCH,
1658    TFU_RECP_REQ_PUSCH,
1659    TFU_RECP_REQ_INVLD
1660 } TfuRecpReqType;
1661
1662 /** @brief This structure is a Per UE reception request for either PUCCH or PUSCH
1663  * data. This contains information needed by PHY to decode the data sent by the
1664  * UE. 
1665  */
1666 typedef struct tfuUeRecpReqInfo
1667 {
1668    CmLList                lnk;           /*!< Link of Linked List */
1669    CmLteRnti              rnti;          /*!< RNTI of the scheduled UE */
1670 #ifdef TFU_5GTF   
1671    U8                     groupId;       /*!< UE Group ID */
1672 #endif
1673    TfuRecpReqType         type;          /*!< Type indicating PUCCH or PUSCH */
1674    union 
1675    {
1676       TfuUePucchRecpReq   pucchRecpReq;  /*!< Reception request for PUCCH */
1677       TfuUePuschRecpReq   puschRecpReq;  /*!< Reception request for PUSCH */
1678    }t;
1679 } TfuUeRecpReqInfo;
1680
1681 #else /* TFU_UPGRADE */
1682
1683 /** @enum TfuUciType
1684  * This enum has values for the various types of UCI information present.
1685  */
1686 typedef enum
1687 {
1688    TFU_UCI_SR,       /*!< Only a scheduling request */
1689    TFU_UCI_HARQ,     /*!< Only HARQ-ACK feedback */
1690    TFU_UCI_CQI,      /*!< Only CQI (periodic) report */
1691    TFU_UCI_HARQ_CQI, /*!< HARQ and CQI together */
1692    TFU_UCI_HARQ_SR   /*!< HARQ and SR together */
1693 } TfuUciType;
1694
1695 /** @enum TfuHqRecpReqType
1696  * This enum contains values for types of HARQ Reception Request.
1697  */
1698 typedef enum
1699 {
1700    TFU_HQ_RECP_REQ_NORMAL,
1701    TFU_HQ_RECP_REQ_N1PUCCH
1702 } TfuHqRecpReqType;
1703
1704
1705
1706  /** @brief This structure is sent from Scheduler to PHY in order to request the
1707   * reception of an UE's data on PUCCH. This may contain the following: 
1708   * -# HARQ-ACK 
1709   * -# Scheduling Request (SR)
1710   * -# HARQ-ACK and SR
1711   * -# CQI
1712   * -# CQI and HARQ-ACK
1713   */
1714 typedef struct tfuUePucchRecpReq
1715 {
1716     
1717    TfuHqRecpReqType   hqType;   /*!< Type of HARQ Reception Request */
1718    union
1719    {
1720 /** @name TFU_TDD */
1721 /** @{ */
1722 #ifndef TFU_TDD
1723       U16    nCce;            /*!< Number of first CCE used for transmission of
1724                                 the corresponding DCI assignment. Used to decode
1725                                 HARQ-ACK. */
1726 #else
1727       U16             nCce[TFU_MAX_M];   /*!< nCCE is an array in the case of TDD
1728                                            HARQ ACK multiplexing. This value is
1729                                            needed for the calculation of 
1730                                            (n^1 PUCCH,i) for i = {0,1,2,3} */
1731 #endif
1732 /** @} */
1733       U16                 n1Pucch;  /*!< n1 PUCCH for ACK NACK repetition. 
1734                                               This is the resource that UE must
1735                                               transmit the HARQ Feedback except
1736                                               the first one. */
1737    }t;
1738   TfuUciType      type;      /*!< Type of Uplink control information - value
1739                                 must be one of the following: 
1740                                  -# TFU_UCI_SR
1741                                  -# TFU_UCI_HARQ
1742                                  -# TFU_UCI_CQI
1743                                  -# TFU_UCI_HARQ_CQI
1744                                  -# TFU_UCI_HARQ_SR
1745                                 */
1746 /** @name TFU_TDD  */
1747 /** @{ */
1748 #ifdef TFU_TDD
1749    U8             multCnt;       /*!< Number of ACK/NACK resources present */
1750    U8             M;             /*!< Number of elements in the set K - tb.
1751                                    10.1-1 213 */
1752    U8             m[TFU_MAX_M];  /*!< Values utilized for TDD HARQ-ACK bundling
1753                                    mode */
1754    U8             p[TFU_MAX_M];  /*!< "p" from 10.1 in 213 */
1755 #endif
1756 /** @} */
1757 } TfuUePucchRecpReq;
1758
1759
1760 /** @enum TfuRecpReqType
1761  * This enum contains values for types of Reception Request.
1762  */
1763 typedef enum
1764 {
1765    TFU_RECP_REQ_PUCCH,
1766    TFU_RECP_REQ_MSG3,
1767    TFU_RECP_REQ_PUSCH
1768 } TfuRecpReqType;
1769
1770
1771  /** @brief This structure is sent from scheduler to PHY in order to request the
1772   * reception of UEs data sent as MSG3 for Random access.
1773   */
1774 typedef struct tfuUeMsg3RecpReq
1775 {  
1776    Bool                 hoppingEnbld; /*!< TRUE, if hopping is enabled */
1777    U8                   rbStart;      /*!< Start of Resource Block of allocation */
1778    U8                   numRb;        /*!< Number of RBs allocated */
1779    U8                   mcs;          /*!< 3 bits for MCS */
1780    Bool                 expCqi;       /*!< TRUE, if CQI report along
1781                                         with PUSCH data is expected */
1782    Bool                 ulDelay;      /*!< UL Delay bit 6.2 of 213 */
1783    /* tfu_x_001.main_2: Presently not used, it is useful when
1784     * Non-adaptive retransmission is implemented */
1785    Bool                 isRtx;        /*!< TRUE, if this is a Msg3 retransmission */
1786    /*ccpu00128993 - ADD - fix for msg3 softcombining bug*/
1787    U8                   harqProcId;   /*!< HARQ process ID */
1788    Bool                 ndi;          /*!< 1 bit for new data indicator */
1789    U8                   rv;           /*!< Redundancy version */
1790    U8                   nDmrs;        /*!< 3 bits for DMRS cyclic shift */   
1791    /* tfu_x_001.main_2:107387:To include the size and ModOrder in DataRecp Request */
1792    U16                  size;         /*!< Length of the Data in bytes */
1793    TfuModScheme         modType;      /*!< Modulation order */
1794 } TfuUeMsg3RecpReq;
1795
1796  /** @brief This structure is sent from scheduler to PHY in order to request the
1797   * reception of UEs data on PUSCH. This may contain the following: 
1798   * -# Data
1799   * -# Data + CQI and RI
1800   * -# Data + CQI and HARQ
1801   */
1802 typedef struct tfuUePuschRecpReq
1803 {  
1804    Bool                 hoppingEnbld; /*!< TRUE, if hopping is enabled */
1805    U8                   hoppingBits;  /*!< Hopping bits as mentioned in 213 8.4 */
1806    U8                   rbStart;      /*!< Start of Resource Block of allocation */
1807    U8                   numRb;        /*!< Number of RBs allocated */
1808    U8                   mcs;          /*!< 5 bits for MCS and RV */
1809    U8                   harqProcId;   /*!< HARQ process ID */
1810    Bool                 ndi;          /*!< 1 bit for new data indicator */
1811    Bool                 isRtx;        /*!< TRUE, if this is a retransmission */
1812    U8                   rv;           /*!< Redundancy version */
1813    U8                   nDmrs;        /*!< 3 bits for DMRS cyclic shift */
1814    Bool                 expCqi;       /*!< TRUE, if CQI report along
1815                                         with PUSCH data is expected */
1816    Bool                 expHarq;      /*!< TRUE, if HARQ feedback along
1817                                         with PUSCH data is expected */
1818    TfuDlCqiPuschMode    mode;         /*!< CQI reporting mode configured. Note
1819                                         this value is valid, only if expCqi is
1820                                         TRUE. */
1821    /* tfu_x_001.main_2:107387:To include the size and ModOrder in DataRecp Req.*/
1822    U16                  size;         /*!< Length of the Data in bytes*/
1823    TfuModScheme         modType;      /*!< Modulation order */
1824 } TfuUePuschRecpReq;
1825
1826 /** @brief This structure is a Per UE reception request for either PUCCH or PUSCH
1827  * data. This contains information needed by PHY to decode the data sent by the
1828  * UE. 
1829  */
1830 typedef struct tfuUeRecpReqInfo
1831 {
1832    CmLList         lnk;                /*!< Link of Linked List */
1833    CmLteRnti       rnti;               /*!< RNTI of the scheduled UE */
1834    TfuRecpReqType  type;               /*!< Type indicating PUCCH or MSG3 or PUSCH */
1835    union 
1836    {
1837       TfuUePucchRecpReq    pucchRecpReq;  /*!< Reception request for PUCCH Data */
1838       TfuUeMsg3RecpReq     msg3RecpReq;   /*!< Reception request for PUCCH Data */
1839       TfuUePuschRecpReq    puschRecpReq;  /*!< Reception request for PUSCH Data */
1840    }t;
1841 } TfuUeRecpReqInfo;
1842
1843 #endif /* TFU_UPGRADE */
1844
1845 /** @brief This structure contains CQI information received over PUCCH or PUSCH.
1846  */
1847 typedef union tfuDlCqiInfo
1848 {
1849    TfuDlCqiPucch          pucchCqi;      /*!< PUCCH CQI information */
1850    struct {
1851       U8                  numOfCells;
1852       TfuDlCqiPusch       puschCqi[CM_LTE_MAX_CELLS]; /*!< PUSCH CQI information */
1853    }pusch;
1854 } TfuDlCqiInfo;
1855
1856 /** @brief This structure is sent from Scheduler to PHY. This includes parameters
1857  * needed by PHY to decode the following: 
1858  * -# DATA on PUSCH
1859  * -# HARQ Feedback on PUCCH
1860  * -# CQI Report 
1861  * -# RI Report
1862  * -# SR Indications
1863  * This structure carries the reception information for all the scheduled UEs.
1864  */
1865 typedef struct tfuRecpReqInfo
1866 {
1867    CmMemListCp       memCp;         /*!< Memory control point */
1868    CmLteCellId       cellId;        /*!< Cell ID */
1869    CmLteTimingInfo   timingInfo;    /*!< Timing information */
1870    CmLListCp         ueRecpReqLst;  /*!< Linked List of reception requests
1871                                       TfuUeRecpReqInfo */
1872 #ifdef EMTC_ENABLE
1873    CmLListCp         emtcUeRecpReqLst;  /*!< Linked List of reception requests
1874                                       TfuUeRecpReqInfo */
1875 #endif
1876    /*tfu_x_001.main_8 - ADD - New Pucch RR Info Combination support */
1877    /*ccpu00116923 - ADD - SRS present support*/
1878 #ifdef TFU_UPGRADE   
1879    Bool                srsPres;       /*!< SRS present information (For Cell
1880                                         Specific SRS notification)
1881                                       0: No SRS in this subframe
1882                                       1: SRS present in this subframe */
1883 #endif
1884 } TfuRecpReqInfo;
1885
1886  /** @brief This structure contains the PDCCH to be sent on PHY, that is, DCI
1887   * formats. This information is associated with an RNTI. 
1888   */
1889  typedef struct tfuPdcchInfo
1890 {
1891    CmLList           lnk;             /*!< Link of Linked List */
1892    CmLteRnti         rnti;            /*!< RNTI of the allocation */
1893 #ifdef LTEMAC_SPS
1894    Bool              isSpsRnti;       /*!< TRUE if rnti is SPS RNTI */
1895    CmLteRnti         crnti;           /*!< crnti in case rnti is SPS RNTI */
1896 #endif
1897    U16               nCce;            /*!< CCE index */
1898    CmLteAggrLvl      aggrLvl;         /*!< Aggregation level possible values are
1899                                         {1, 2, ...,8}. */
1900    U8                dciNumOfBits;    /*!< The size of DCI in bits */
1901    TfuDciInfo        dci;             /*!< PDCCH DCI format */
1902 #ifdef EMTC_ENABLE
1903         U8                                      distributedAlloc;
1904         U8                                              localizedAntPortIndex;
1905         U16                                     dmrs_txpowerControl; 
1906         U8                                              nRBxm;
1907         U8                                      startRB;
1908         U32                                     scramblerInit;
1909         U32                                     demodRSInitValue;
1910 #endif
1911 #ifdef TFU_5GTF
1912    U8               sectorId;        /* Sector index of the 5GNB. Value: 0->2 */
1913    U8               sccIdx;          /* Serving Cell index in the given sector. Value: 0->7 */
1914    U8               grpId;           /* Ue group Id */
1915 #endif
1916 } TfuPdcchInfo;
1917
1918 /** @brief This structure contains one PHICH information. In order to locate the
1919  * resources to be used for PHICH, the following information is provided along
1920  * with the feedback:
1921  * -# rbStart
1922  * -# nDmrs
1923  * -# iPhich
1924  * -# txPower
1925  * */
1926 typedef struct tfuPhichInfo
1927 {
1928    CmLList           lnk;          /*!< Link of Linked List */
1929    U8                rbStart;      /*!< Starting RB */
1930    U8                nDmrs;        /*!< DMRS offset index */
1931    Bool              isAck;        /*!< TRUE, if ACK, else NACK */
1932    Bool              isForMsg3;
1933 #ifdef TFU_TDD
1934    U8                     iPhich;        /*!< Needed to Calculate PHICH
1935                                            location. For TDD only */
1936 #endif
1937 /* tfu_x_001.main_8. Added changes of TFU_UPGRADE */
1938 #ifdef TFU_UPGRADE
1939    U16                    txPower;        /*!< Offset to the ref. signal power */
1940 #endif
1941 } TfuPhichInfo;
1942
1943 /** @brief This structure is sent from Scheduler to PHY. This includes all the
1944  * control information to be sent to the UE. 
1945  * -# PDCCH Physical Downlink Control Channel
1946  * -# PHICH Physical HARQ Indicator Channel
1947  * -# PCFICH Physical Control Format Indicator Channel
1948  */
1949 typedef struct tfuCntrlReqInfo
1950 {
1951    CmMemListCp       memCp;         /*!< Memory control point */
1952    CmLteCellId       cellId;        /*!< Cell ID */
1953    CmLteTimingInfo   ulTiming;      /*!< Timing information for UL PDCCHs and PHICH */
1954    CmLteTimingInfo   dlTiming;      /*!< Timing information for DL PDCCHs and CFI */
1955    U8                cfi;           /*!< CFI value that goes on the PCFICH control channel */
1956    U32               numDlActvUes;  /*!< Active Ues reqrd for rgu dyna delta*/
1957    CmLListCp         ulPdcchLst;    /*!< List of Uplink PDCCHs (DCI format 0) for the TfuPdcchInfo subframe */
1958    CmLListCp         dlPdcchLst;    /*!< List of Downlink PDCCHs for the TfuPdcchInfo subframe */
1959    CmLListCp         phichLst;      /*!< List of PHICHs for the TfuPhichInfo subframe */
1960 #ifdef LTEMAC_SPS /* SPS_NEW_CHGS */
1961    Bool              isSPSOcc;      /*!< TRUE if this is an SPS Occasion */
1962 #endif
1963 #ifdef EMTC_ENABLE
1964    CmLListCp         ulMpdcchLst;    /*!< List of Uplink PDCCHs (DCI format 0) for the TfuPdcchInfo subframe */
1965    CmLListCp         dlMpdcchLst;    /*!< List of Downlink PDCCHs for the TfuPdcchInfo subframe */
1966 #endif
1967
1968 } TfuCntrlReqInfo;
1969
1970  /** @brief This structure carries the control information that is needed
1971   * by the Physical layer to process the data to be sent on PDSCH. 
1972   */
1973 typedef struct tfuPdschDciInfo
1974 {   
1975    TfuDciFormat               format;            /*!< Selector for the union*/   
1976    union
1977    {
1978       TfuDciFormat1AllocInfo  format1AllocInfo;  /*!< Format 1 allocation information.*/
1979       TfuDciFormat1aAllocInfo format1aAllocInfo; /*!< Format 1A allocation information.*/
1980       TfuDciFormat1bAllocInfo format1bAllocInfo; /*!< Format 1B allocation information.*/
1981       TfuDciFormat1cInfo      format1cAllocInfo; /*!< Format 1C allocation information.*/
1982       TfuDciFormat1dAllocInfo format1dAllocInfo; /*!< Format 1D allocation information.*/
1983       TfuDciFormat2AllocInfo  format2AllocInfo;  /*!< Format 2A allocation information.*/
1984       TfuDciFormat2AAllocInfo format2AAllocInfo; /*!< Format 2AA allocation information.*/
1985 #ifdef EMTC_ENABLE
1986       TfuDciFormat61AllocInfo format61AllocInfo;  /*!< Format 6-1A allocation information.*/
1987       TfuDciFormat62AllocInfo format62AllocInfo;  /*!< Formtat 6-2 allocation information */
1988 #endif
1989 #ifdef TFU_5GTF
1990            TfuDciFormatA1Info      formatA1Info;  /*!< 5GTF: Format A1 information */
1991            TfuDciFormatA2Info      formatA2Info;  /*!< 5GTF: Format A1 information */
1992            TfuDciFormatB1Info      formatB1Info;  /*!< 5GTF: Format B1 information */
1993            TfuDciFormatB2Info      formatB2Info;  /*!< 5GTF: Format B2 information */
1994 #endif
1995    } u;
1996 } TfuPdschDciInfo;
1997
1998 /** 
1999  * UE Transmission Modes */
2000 typedef enum tfuTxMode
2001 {
2002    TFU_UE_TM_1 = 1,    /** Transmission Mode 1 */
2003    TFU_UE_TM_2,        /** Transmission Mode 2 */
2004    TFU_UE_TM_3,        /** Transmission Mode 3 */
2005    TFU_UE_TM_4,        /** Transmission Mode 4 */
2006    TFU_UE_TM_5,        /** Transmission Mode 5 */
2007    TFU_UE_TM_6,        /** Transmission Mode 6 */
2008    TFU_UE_TM_7         /** Transmission Mode 7 */
2009 } TfuTxMode;
2010
2011 /* tfu_x_001.main_8. Added changes of TFU_UPGRADE */
2012 #ifdef TFU_UPGRADE
2013  /** @brief This structure carries the Beam Forming Vector Information
2014    * needed by the Physical layer to process the data to be sent on PDSCH. 
2015    */
2016  typedef struct tfuBfVectorInfo
2017  {
2018    U8             sbIndex;    /** Subband Index */
2019    U8             numPhyAnt;  /** Number of Physical Antennas */
2020    U16            bfValue[TFU_MAX_PHY_ANTENNA];  /** Beam forming vector element for 
2021                                       physical antenna #i real 8 bits followed by imaginary 8 bits */ 
2022  }TfuBfVectorInfo;
2023  #endif
2024
2025 #ifdef L2_OPTMZ
2026 /**
2027  * @brief DatReq Information of a logical channel.
2028  */
2029 typedef struct tfuDatReqLchInfo
2030 {
2031    Bool              freeBuff; /* !< If TRUE, the buffer is to be freed by MAC */
2032    U32               numPdu;  /*!< No of PDUs */
2033    Buffer           *mBuf[TFU_MAX_PDU]; /*!<SIncMsgRef in MAC. 
2034                                            Freed by CL as well*/
2035 }TfuDatReqLchInfo;
2036
2037 /** @brief This structure contains a single MAC TB Headers and RLC PDU
2038  *  @details It contains preallocated MAC Header,MAC CEs,logical channel info
2039  *   RLC PDU and pre-allocated padding 
2040  */  
2041 typedef struct tfuDatReqTbInfo
2042 {
2043    Bool             tbPres;
2044    MsgLen           tbSize;
2045    Buffer           *macHdr;  /*!< Pre allocated. CL shall not free this*/
2046    Buffer           *macCes;  /*!< Pre-allocated. CL shall not free this */
2047    U32               padSize;
2048    U32               numLch;  /*!< No of logical channels associated to TB*/ 
2049    TfuDatReqLchInfo  lchInfo[TFU_MAX_LC]; /*!< Array of logical channels */
2050 }TfuDatReqTbInfo;
2051 #endif
2052
2053  /** @brief This structure contains a single MAC TB.
2054   * @details Data is accompanied with control information pertaining to the
2055   * allocation and what is required by physical layer for its processing. 
2056   */
2057 typedef struct tfuDatReqPduInfo
2058 {
2059    CmLList              lnk;                 /*!< Link of Linked List */
2060    CmLteRnti            rnti;                /*!< RNTI of the UE */
2061    TfuPdschDciInfo      dciInfo;             /*!< Carries the control data
2062                                                   needed for processing PDSCH data */
2063    U8                   nmbOfTBs;            /*!< Number of TBs, in cases where
2064                                                   one TB is disabled */
2065 #ifdef FIVEGTF_PHY_API
2066    U16                  crcResult;
2067 #endif
2068 #ifndef L2_OPTMZ
2069    Buffer               *mBuf[TFU_MAX_TB];   /*!< MAC PDUs buffer */
2070 #else
2071    TfuDatReqTbInfo      tbInfo[TFU_MAX_TB];  /*!< Array of TfuDatReqTbInfo*/
2072 #endif
2073    Bool                 puschRptUsd;         /*!< If PUSCH Rpt used for scheduling */
2074    TfuDlCqiPuschInfo    puschPmiInfo;        /*!< Explicitly inform PHY of the
2075                                                   PMI details for the entire 
2076                                                   DL BW */
2077    TfuTxMode            transMode;           /*!< Transmission Mode of this UE */                        
2078    TknU32               doa;                 /*!< DOA indicator for this UE */
2079    Bool                 isTApres;
2080 #ifdef TFU_UPGRADE
2081    /*tfu_x_001.main_8 - ADD - Detailed comments for fields */
2082    U8                   numLayers;           /*!< Number of Layers. Note: Field
2083                                                specified at Interface. Value
2084                                                not set from LTE MAC */
2085    U8                   deltaPowOffIdx;      /*!< Delta power offset. Note:
2086                                                Field specified at Interface. Value
2087                                               not set from LTE MAC */
2088    U8                   numBfPrbPerSb;       /*!< Number of PRBs that are
2089                                                treated as one Subband. Note:
2090                                                Field specified at interface.
2091                                                Value not set from LTE MAC */
2092    U8                   numBfVectors;        /*!< Number of Beam Forming
2093                                                vectors. Note: Field specified at
2094                                               Interface. Value not set from LTE
2095                                               MAC */
2096    TfuBfVectorInfo      bfVector[TFU_MAX_DL_SUBBAND]; /*!< BeamForming vector
2097                                                         information. Note: Field
2098                                                        specified at Interface.
2099                                                        Value not set from LTE
2100                                                        MAC */
2101    U16                  txPwrOffset;          /*!< Offset to the reference 
2102                                                   signal power. Value 0->10000,
2103                                                   representing -6 dB to 4 dB in
2104                                                   0.001 dB steps */      
2105 /* LTE_ADV_FLAG_REMOVED_START */
2106         U8                   pa;                  /*!< ratio of PDSCH EPRE to cell-specific RS 
2107                                                       EPRE among PDSCH REs */
2108 #endif
2109    U8 isEnbSFR;             /*to tell if SFR is enabled*/
2110 } TfuDatReqPduInfo;
2111
2112
2113 /** @brief This structure contains the Data PDUs. 
2114  * @details This structure contains Data meant to be sent on both PBCH and
2115  * PDSCH. Control information necessary for processing of the data is sent along
2116  * with the Data.
2117  */
2118 typedef struct tfuDatReqInfo
2119 {
2120    CmMemListCp          memCp;         /*!< Memory control point */
2121    CmLteCellId          cellId;        /*!< Cell ID */
2122    CmLteTimingInfo      timingInfo;    /*!< Timing information */
2123    TknBuf               bchDat;        /*!< BCCH mapped onto BCH Buffer, if
2124                                             present */
2125 #ifdef EMTC_ENABLE
2126    TknBuf               emtcBcchDat;  /*!< BCCH mapped onto BCH Buffer, if
2127                                             present */
2128 #endif
2129    CmLListCp            pdus;          /*!< Linked List of TfuDatReqPduInfo PDUs */
2130 } TfuDatReqInfo;
2131
2132  /** @brief This structure contains the Data PDU and the RNTI of the UE.
2133   */
2134 typedef struct tfuDatInfo
2135 {
2136    CmLList        lnk;    /*!< Link of Linked List */
2137    CmLteRnti      rnti;   /*!< RNTI of the UE */
2138 #ifdef FIVEGTF_PHY_API
2139    TfuPdcchInfo   *grantInfo; /*!< UL Grant Info */
2140 #endif
2141    Buffer         *mBuf;  /*!< Data PDU */
2142 } TfuDatInfo;
2143
2144 /** @brief This structure contains the Data PDUs received at Physical layer.
2145  * @details All the PDUs received by Physical layer in one subframe are clubbed
2146  * together into a single data structure and sent to MAC for processing. 
2147  */
2148 typedef struct tfuDatIndInfo
2149 {
2150    CmMemListCp          memCp;         /*!< Memory control point */
2151    CmLteCellId          cellId;        /*!< Cell ID */
2152    CmLteTimingInfo      timingInfo;    /*!< Timing information */
2153    CmLListCp            datIndLst;     /*!< List of data PDUs - TfuDatInfo */
2154 #ifdef TFU_5GTF
2155    U8               sectorId;        /* Sector index of the 5GNB. Value: 0->2 */
2156    U8               sccIdx;          /* Serving Cell index in the given sector. Value: 0->7 */
2157 #endif
2158 } TfuDatIndInfo;
2159
2160  /** @brief This structure contains the SR indication for an UE, identified by
2161   * the given RNTI. The structure also contains a PUCCH Delta power, that is
2162   * calculated by the physical layer, and is used by the scheduler for Power
2163   * control of the UE. 
2164   */
2165 typedef struct tfuSrInfo
2166 {
2167    CmLList        lnk;             /*!< Link of Linked List */
2168    CmLteRnti      rnti;            /*!< UEs RNTI */
2169 } TfuSrInfo;
2170
2171  /** @brief This structure contains all the Scheduling Requests (SR) indications
2172   * received in a subframe. 
2173   */
2174 typedef struct tfuSrIndInfo
2175 {
2176    CmMemListCp          memCp;      /*!< Memory control point */
2177    CmLteCellId          cellId;     /*!< Cell ID */
2178    CmLteTimingInfo      timingInfo; /*!< Timing information */
2179    CmLListCp            srLst;      /*!< List of SR indications - TfuSrInfo */
2180 } TfuSrIndInfo;
2181
2182 /* tfu_x_001.main_8. Added changes of TFU_UPGRADE */
2183 //#ifdef TFU_UPGRADE
2184 /** @enum TfuHqFdbk
2185  * This enum contains the possible values for the HARQ feedback.
2186  */
2187 typedef enum
2188 {  
2189    TFU_HQ_ACK=1,
2190    TFU_HQ_NACK,
2191    TFU_HQ_ACK_OR_NACK,
2192    TFU_HQ_DTX,
2193    TFU_HQ_ACK_OR_DTX,
2194    TFU_HQ_NACK_OR_DTX,
2195    TFU_HQ_ACK_OR_NACK_OR_DTX,
2196    TFU_HQ_INVALID = 255  
2197 } TfuHqFdbk;
2198 //#endif
2199
2200  /** @brief This structure contains the HARQ feedback for a single UE. 
2201   * @details RNTI is present to identify the UE. 
2202   * For FDD, a single feedback is present. 
2203   * For TDD HARQ multiplexing, a list of HARQ feedbacks is present.
2204   */
2205 /* tfu_x_001.main_8. Added changes of TFU_UPGRADE */
2206 typedef struct tfuHqInfo
2207 {
2208    CmLList                lnk;           /*!< Link of Linked List */
2209    CmLteRnti              rnti;          /*!< RNTI of the UE */
2210    TfuAckNackMode         hqFdbkMode;    /*!< Feedback mode */  
2211    U8                     noOfTbs;       /*!< Number of TBs */
2212 #ifdef TFU_TDD
2213    U8                     M;             /*!< Number of feedbacks multiplexed */
2214 #endif /* TFU_TDD */
2215    TfuHqFdbk              isAck[TFU_MAX_HARQ_FDBKS];  /*!< Harq feedbacks */ 
2216    Bool                   isPusch;       /*!< Indicates if this HARQ feedback is
2217                                               received on PUSCH */
2218                                          /* Note: isPusch is not a field
2219                                           * specified by Femto Forum. */
2220 } TfuHqInfo;
2221
2222  /** @brief This structure contains a list of HARQ feedbacks for a number of UEs.
2223   * @details All the HARQ feedback received in the subframe are clubbed together
2224   * in this data structure and given to the scheduler for processing. 
2225   */
2226 typedef struct tfuHqIndInfo
2227 {
2228    CmMemListCp          memCp;         /*!< Memory control point */
2229    CmLteCellId          cellId;        /*!< Cell ID */
2230    CmLteTimingInfo      timingInfo;    /*!< Timing information */
2231    CmLListCp            hqIndLst;      /*!< List of HARQ feedback - TfuHqInfo */
2232 } TfuHqIndInfo;
2233
2234
2235 /** @brief This structure conveys the Uplink CQI information for a single sub-band. 
2236  */
2237 typedef struct tfuUlCqiInfo
2238 {
2239    TfuSubbandCqiInfo subbandCqi; /*!< CQI associated with a sub-band */
2240 } TfuUlCqiInfo;
2241
2242  /** @brief This structure contains the UL CQI estimated by the physical layer. 
2243   * @details The report can be wide-band CQI or sub-band CQI or both. 
2244   */
2245 typedef struct tfuUlCqiRpt
2246 {
2247    CmLList           lnk;                              /*!< Link of Linked List */
2248    CmLteRnti         rnti;                             /*!< RNTI */
2249    Bool              isTxPort0;                        /*!< TRUE, if TX port is
2250                                                          0, else TX port is 1  */
2251    U8                wideCqi;                          /*!< Wide-band CQI*/
2252    U8                numSubband;                       /*!< Number of sub-bands */
2253    TfuUlCqiInfo      ulCqiInfoArr[TFU_MAX_UL_SUBBAND]; /*!< UL CQI information array */
2254 } TfuUlCqiRpt;
2255
2256 /** @brief This structure conveys the Uplink CQI information.
2257  * @details Uplink CQI is calculated by the physical layer, and this
2258  * information is provided to the scheduler. 
2259  * This data structure clubs together the UL CQI estimates for all the UEs that
2260  * are scheduled in the subframe for uplink transmission. 
2261  */
2262 typedef struct tfuUlCqiIndInfo
2263 {
2264    CmMemListCp       memCp;         /*!< Memory control point */
2265    CmLteCellId       cellId;        /*!< Cell ID */
2266    CmLteTimingInfo   timingInfo;    /*!< Timing information */
2267    CmLListCp         ulCqiRpt;      /*!< List of UL CQI reports - TfuUlCqiRpt */
2268 } TfuUlCqiIndInfo;
2269
2270  /** @brief This structure contains the DOA estimated by the physical layer. 
2271   * @details DOA for a given UE. 
2272   */
2273 typedef struct tfuDoaRpt
2274 {
2275    CmLList                lnk;           /*!< Link of Linked List */
2276    CmLteRnti              rnti;          /*!< RNTI */
2277    U32                    doa;           /*!< DOA for rnti */
2278 } TfuDoaRpt;
2279
2280 /** @brief This structure conveys the DOA (Direction Of Arrival) indicator.
2281  * @details DOA is calculated by the physical layer, and this
2282  * information is provided to the scheduler. 
2283  * This data structure clubs together the DOAs for all the UEs
2284  * calculated by PHY in this subframe. 
2285  */
2286 typedef struct tfuDoaIndInfo
2287 {
2288    CmMemListCp            memCp;         /*!< Memory control point */
2289    CmLteCellId            cellId;        /*!< Cell ID */
2290    CmLListCp              doaRpt;        /*!< List of DOA reports - TfuDoaRpt */
2291 } TfuDoaIndInfo;
2292 /** @} */
2293  /** @brief This structure contains the DL CQI report for a single UE. 
2294   * @details The report can either be described on PUCCH or PUSCH, a flag
2295   * conveys this information. 
2296   */
2297 typedef struct tfuDlCqiRpt
2298 {
2299    CmLList           lnk;         /*!< Link of Linked List */
2300    CmLteRnti         rnti;        /*!< RNTI */
2301    Bool              isPucchInfo; /*!< Indicates whether PUCCH or PUSCH information */
2302    TfuDlCqiInfo      dlCqiInfo;   /*!< DL CQI information */
2303 } TfuDlCqiRpt;
2304
2305 /** @brief This structure contains a list of Downlink CQI reports transmitted by
2306  * UEs. 
2307  * @details This structure clubs together DL CQI reports for a number of UEs. 
2308  */
2309 typedef struct tfuDlCqiIndInfo
2310 {
2311    CmMemListCp       memCp;            /*!< Memory control point */
2312    CmLteCellId       cellId;           /*!< Cell ID */
2313    CmLteTimingInfo   timingInfo;       /*!< Timing information */
2314    CmLListCp         dlCqiRptsLst;     /*!< List of DL CQI reports TfuDlCqiRpt */
2315 } TfuDlCqiIndInfo;
2316
2317  /** @brief This structure contains the CRC indication for a single
2318   * UE. 
2319   */
2320 typedef struct tfuCrcInfo
2321 {
2322    CmLList           lnk;         /*!< Link of Linked List */
2323    CmLteRnti         rnti;        /*!< RNTI of the UE */
2324    Bool              isFailure;   /*!< TRUE, if CRC check fails */
2325    TknU8             rv;          /*!< Redundancy version provided by PHY */
2326    Bool              isDtx;       /*! If SNR < 0 , set to TRUE */
2327 } TfuCrcInfo;
2328
2329 /** @brief This structure contains information that is passed as a part of the
2330  * CRC Indication from PHY to MAC.
2331  * @details This structure clubs together all the CRC indications for
2332  * a single subframe and conveys this information to the scheduler. 
2333  */
2334 typedef struct tfuCrcIndInfo
2335 {
2336    CmMemListCp       memCp;         /*!< Memory control point */
2337    CmLteCellId       cellId;        /*!< Cell ID */
2338    CmLteTimingInfo   timingInfo;    /*!< Timing information */
2339    CmLListCp         crcLst;        /*!< List of CRC indications - TfuCrcInfo */
2340 #ifdef TFU_5GTF
2341    U8               sectorId;        /* Sector index of the 5GNB. Value: 0->2 */
2342    U8               sccIdx;          /* Serving Cell index in the given sector. Value: 0->7 */
2343 #endif
2344 } TfuCrcIndInfo;
2345
2346  /** @brief This structure contains the timing advance information for a single
2347   * UE. 
2348   */
2349  typedef struct tfuTimingAdvInfo
2350 {
2351    CmLList           lnk;         /*!< Link of Linked List */
2352    CmLteRnti         rnti;        /*!< RNTI */
2353    U8                timingAdv;   /*!< Value of the Timing advance */
2354 } TfuTimingAdvInfo;
2355
2356
2357 /** @brief This structure contains information that is passed as part of the Timing
2358  * Advance indication from PHY to MAC.
2359  * @details This structure clubs together timing advances for a number of UEs.
2360  * 
2361  */
2362 typedef struct tfuTimingAdvIndInfo
2363 {
2364    CmMemListCp       memCp;         /*!< Memory control point */
2365    CmLteCellId       cellId;        /*!< Cell ID */
2366    CmLteTimingInfo   timingInfo;    /*!< Timing information */
2367    CmLListCp         timingAdvLst;  /*!< List of timing advances - TfuTimingAdvInfo */
2368 } TfuTimingAdvIndInfo;
2369
2370 /** @brief This structure contains information that is passed as part of the TTI
2371  * indication sent from CL to MAC and SCH.
2372  */
2373 typedef struct tfuTtiCellInfo
2374 {
2375    CmLteCellId      cellId;       /*!< Cell ID */
2376    CmLteTimingInfo  timingInfo;   /*!< SFN, SF for each cell */
2377    Bool             isDummyTti;   /*!< Flag to indicate dummy TTI */                       
2378    /* 4UE_TTI_DELTA */             
2379    U8               schTickDelta; /*!< Dynamic Delta for SCH. Value will vary
2380                                        according to num of active UEs */                
2381    U8               dlBlankSf;    /*!< TODO */  
2382    U8               ulBlankSf;    /*!< TODO */        
2383
2384 } TfuTtiCellInfo;
2385
2386 /** @brief This structure contains information that is passed as part of the TTI
2387  * indication sent from CL to MAC and SCH.
2388  */
2389 typedef struct tfuTtiIndInfo
2390 {
2391    U8             numCells;                /*!< Num of Cells */
2392    TfuTtiCellInfo cells[CM_LTE_MAX_CELLS]; /*!< Array of Cell timing info */ 
2393
2394 } TfuTtiIndInfo;
2395
2396 /** @brief This structure contains the information for a single Random Access Request.
2397  * @details The information present in this structure is for a single preamble.
2398  * Associated with each preamble are fields that the physical layer calculates
2399  * based on the reception of the Random Access Request. These are the following:
2400  * -# Timing Advance
2401  * -# TPC
2402  * -# CQI (optional)
2403  */
2404 typedef struct tfuRaReqInfo
2405 {
2406    U8           rapId;     /*!< ID of the preamble choosen by the UE for Random Acess.*/
2407    U16          ta;        /*!< Amount of Timing advance needed by the UE for it
2408                              to be uplink synchronized, this is calculated by Physical layer. */
2409    U8           tpc;       /*!< Transmit power control command that the physical
2410                             layer calculates from the RA request received.*/ 
2411    Bool         cqiPres;   /*!< TRUE, if CQI present. */
2412    U8           cqiIdx;    /*!< This is the Channel Quality Index of the UL channel estimated by the
2413                               physical layer. This aids MAC in the scheduling of this UE. */
2414
2415 } TfuRaReqInfo;
2416
2417  /** @brief This structure contains RACH request information for a single RA-RNTI.
2418   */
2419 typedef struct tfuRachInfo
2420 {
2421    CmLteRnti       raRnti;       /*!< RA-RNTI */
2422    U8              numRaReqInfo; /*!< Number of RA requests */
2423 #ifdef PRACH_5GTF
2424    U8              nPreambleFormat;
2425    U8              nPRACHConfiguration;
2426    U8              nRootSeq;
2427    U8              nCyclicShift;
2428    U8              nf1Value;
2429    U8              nPRACHSymbIndex;
2430    U16             nPwrFactor;
2431 #endif
2432    TfuRaReqInfo    *raReqInfoArr; /*!< RA requests */
2433 } TfuRachInfo;
2434
2435 /** @brief This structure contains the list of Random Access Requests received in a single TTI.
2436  * @details Random Access Request is associated with a RA-RNTI, which remains
2437  * common for all the random access requests within a subframe. This structure
2438  * thus carries the RA-RNTI and a list of Random Access Request information.
2439  * This information consists of the following: 
2440  * -# preamble-id - this corresponds to the Index of the Preamble choosen by the
2441  * UE.
2442  * -# Timing Advance - this corresponds to the timing adjustment that the UE
2443  * needs to be uplink synchronized. This value is calculated by physical layer. 
2444  * -# tpc - this is the power control command that the physical layer calculates
2445  * from the received RA request. This value is transmitted in the RA Response
2446  * sent out by MAC.
2447  * -# CQI - this is the Channel Quality Index of the UL channel estimated by the
2448  * physical layer. This aids MAC in the scheduling of this UE.
2449  */
2450 typedef struct tfuRaReqIndInfo
2451 {
2452    CmMemListCp     memCp;         /*!< Memory control point */
2453    CmLteCellId     cellId;        /*!< Cell ID */
2454    CmLteTimingInfo timingInfo;    /*!< Timing information */
2455    U8              nmbOfRaRnti;   /*!< Number of RA-RNTIs present for FDD this
2456                                     must be 1 for TDD, it can be a max of 6.  */
2457    TfuRachInfo     *rachInfoArr;   /*!< Array of
2458                                          RACH information per
2459                                          RA-RNTI */
2460 } TfuRaReqIndInfo;
2461
2462 /** @brief This structure contains PUCCH Delta power for a single UE.
2463  */
2464 typedef struct tfuPucchDeltaPwr
2465 {
2466    CmLList         lnk;           /*!< Link of Linked List */
2467    CmLteRnti       rnti;          /*!< Memory control */
2468    S8              pucchDeltaPwr; /*!< PUCCH delta power to be sent by PHY. */
2469 } TfuPucchDeltaPwr;
2470
2471 /** @brief This structure contains information that is passed as part of the
2472  * PUCCH Delta power indication from PHY to SCH.
2473  * @details This structure clubs together PUCCH Delta power values for a number
2474  * of UEs.
2475  */
2476 typedef struct tfuPucchDeltaPwrIndInfo
2477 {
2478    CmMemListCp       memCp;         /*!< Memory control point */
2479    CmLteCellId       cellId;        /*!< Cell ID */
2480    CmLteTimingInfo   timingInfo;    /*!< Timing information */
2481    CmLListCp         pucchDeltaPwrLst;  /*!< List of PUCCH Delta power
2482                                         TfuPucchDeltaPwr */
2483 } TfuPucchDeltaPwrIndInfo; /* TODO renamed this from Del -> Delta. not changed tfu.c */
2484
2485  /** @brief LAA:This structure contains the cell Id and subframe information for
2486   * which the transmission failed. 
2487   */
2488 typedef struct tfuErrIndInfo
2489 {
2490    CmLteCellId          cellId;        /*!< Cell ID */
2491    CmLteTimingInfo      timingInfo;    /*!< Timing information */
2492 } TfuErrIndInfo;
2493
2494 #ifdef L2_OPTMZ
2495 /** @brief :This structure contains the cell Id and UeId to inform CL
2496   * to delete datReq if it exists in CL but UeId got changed or similar other
2497   * scenarios.These scenarios are possible only when L2_OPTMZ flag is enabled.
2498   */
2499 typedef struct tfuDelDatReqInfo
2500 {
2501    CmLteCellId          cellId;        /*!< Cell ID */
2502    CmLteRnti            ueId;         /*!< CRNTI of the UE */
2503 } TfuDelDatReqInfo;
2504 #endif
2505
2506 typedef struct slotIndInfo
2507 {
2508    U16 sfn;
2509    U16 slot;
2510 }SlotIndInfo;
2511
2512 typedef S16 (*TfuBndReq) ARGS((
2513    Pst*                 pst,
2514    SuId                 suId,
2515    SpId                 spId));
2516 typedef S16 (*TfuBndCfm) ARGS((
2517    Pst*                 pst,
2518    SuId                 suId,
2519    U8                   status));
2520 typedef S16 (*TfuUbndReq) ARGS((
2521    Pst*                 pst,
2522    SpId                 spId,
2523    Reason               reason));
2524
2525 typedef S16 (*TfuSchBndReq) ARGS((
2526    Pst*                 pst,
2527    SuId                 suId,
2528    SpId                 spId));
2529 typedef S16 (*TfuSchBndCfm) ARGS((
2530    Pst*                 pst,
2531    SuId                 suId,
2532    U8                   status));
2533 typedef S16 (*TfuSchUbndReq) ARGS((
2534    Pst*                 pst,
2535    SpId                 spId,
2536    Reason               reason));
2537
2538 typedef S16 (*TfuRaReqInd) ARGS((
2539    Pst *                pst,
2540    SuId                 suId,
2541    TfuRaReqIndInfo      *raReqInd));
2542
2543 typedef S16 (*TfuRecpReq) ARGS((
2544    Pst *                pst,
2545    SpId                 spId,
2546    TfuRecpReqInfo   *recpReq));
2547
2548 typedef S16 (*TfuUlCqiInd) ARGS((
2549    Pst *                pst,
2550    SuId                 suId,
2551    TfuUlCqiIndInfo *    ulCqiInd));
2552
2553 typedef S16 (*TfuDoaInd) ARGS((
2554    Pst *                pst,
2555    SuId                 suId,
2556    TfuDoaIndInfo *      doaInd));
2557 typedef S16 (*TfuHqInd) ARGS((
2558    Pst *                pst,
2559    SuId                 suId,
2560    TfuHqIndInfo *  hqInd));
2561
2562 typedef S16 (*TfuSrInd) ARGS((
2563    Pst *                pst,
2564    SuId                 suId,
2565    TfuSrIndInfo *       srInd));
2566
2567 typedef S16 (*TfuDlCqiInd) ARGS((
2568    Pst *                pst,
2569    SuId                 suId,
2570    TfuDlCqiIndInfo *    dlCqiInd));
2571 /* tfu_x_001.main_8. Added changes of TFU_UPGRADE */
2572 #ifdef TFU_UPGRADE
2573 typedef S16 (*TfuRawCqiInd) ARGS((
2574          Pst               *pst,
2575          SuId              suId,
2576          TfuRawCqiIndInfo  *rawCqiInd));
2577          
2578 typedef S16 (*TfuSrsInd) ARGS((
2579          Pst               *pst,
2580          SuId              suId,
2581          TfuSrsIndInfo     *srsInd));
2582 #endif /* TFU_UPGRADE */ 
2583
2584 typedef S16 (*TfuDatInd) ARGS((
2585    Pst *                pst,
2586    SuId                 suId,
2587    TfuDatIndInfo *      datInd));
2588
2589 typedef S16 (*TfuCrcInd) ARGS((
2590    Pst *                pst,
2591    SuId                 suId,
2592    TfuCrcIndInfo *  crcInd));
2593
2594 typedef S16 (*TfuTimingAdvInd) ARGS((
2595    Pst *                pst,
2596    SuId                 suId,
2597    TfuTimingAdvIndInfo * timingAdvInd));
2598
2599 typedef S16 (*TfuDatReq) ARGS((
2600    Pst *                pst,
2601    SpId                 spId,
2602    TfuDatReqInfo *      datReq));
2603
2604 #ifdef L2_OPTMZ   
2605 typedef S16 (*TfuDelDatReq) ARGS((
2606    Pst *                pst,
2607    SpId                 spId,
2608    TfuDelDatReqInfo *      datReq));
2609 #endif
2610
2611 typedef S16 (*TfuCntrlReq) ARGS((
2612          Pst                  *pst,
2613          SpId                 spId,
2614          TfuCntrlReqInfo      *cntrlReq));
2615 /* CA dev Start */
2616 typedef S16 (*TfuTtiCell) ARGS((
2617    Pst *                pst,
2618    SuId                 suId,
2619    TfuTtiCellInfo *      ttiInd));
2620 /* CA dev End */
2621 typedef S16 (*TfuTtiInd) ARGS((
2622    Pst *                pst,
2623    SlotIndInfo *      slotInd));
2624
2625 #if defined(TENB_T2K3K_SPECIFIC_CHANGES) && defined(LTE_TDD)
2626 typedef S16 (*TfuNonRtInd) ARGS((
2627    Pst *                pst,
2628    SuId                 suId));
2629 #endif
2630
2631 typedef S16 (*TfuSchTtiInd) ARGS((
2632    Pst *                pst,
2633 //   SuId                 suId,
2634    SlotIndInfo*         slotInd));
2635
2636 typedef S16 (*TfuPucchDeltaPwrInd) ARGS((
2637    Pst *                pst,
2638    SuId                 suId,
2639    TfuPucchDeltaPwrIndInfo *  pucchDeltaPwr));
2640
2641 /*LAA: Error Indication on LAA SCell*/
2642 typedef S16 (*TfuErrInd) ARGS((
2643    Pst *                pst,
2644    SuId                 suId,
2645    TfuErrIndInfo *  errInd));
2646
2647 /** @brief This API is used to send a Bind Request from MAC to PHY.
2648  * @param pst Pointer to the post structure.
2649  * @param suId SAP ID of the service user.
2650  * @param spId SAP ID of the service provider.
2651  * @return ROK/RFAILED
2652  */
2653 EXTERN S16 TfUiTfuBndReq ARGS((Pst *pst, SuId suId, SpId spId));
2654
2655 /** @brief This API is used to send a Bind Request from Scheduler to PHY.
2656  * @param pst Pointer to the post structure.
2657  * @param suId SAP ID of the service user.
2658  * @param spId SAP ID of the service provider.
2659  * @return ROK/RFAILED
2660  */
2661 EXTERN S16 TfUiTfuSchBndReq ARGS((Pst *pst, SuId suId, SpId spId));
2662
2663
2664 /** @brief This API is used to receive a Bind Confirm from PHY to MAC.
2665  * @param pst Pointer to the post structure.
2666  * @param suId SAP ID of the service user.
2667  * @param status Status of the bind request.
2668  * @return ROK/RFAILED
2669  */
2670 EXTERN S16 TfUiTfuBndCfm ARGS((Pst *pst, SuId suId, U8 status));
2671
2672 /** @brief This API is used to receive a Bind Confirm from PHY to Scheduler.
2673  * @param pst Pointer to the post structure.
2674  * @param suId SAP ID of the service user.
2675  * @param status Status of the bind request.
2676  * @return ROK/RFAILED
2677  */
2678 EXTERN S16 TfUiTfuSchBndCfm ARGS((Pst *pst, SuId suId, U8 status));
2679
2680
2681 /** @brief This API is used to send an Unbind Request from MAC to PHY.
2682  * @param pst Pointer to the post structure.
2683  * @param spId SAP ID of the service provider.
2684  * @param reason Reason for Unbind request.
2685  * @return ROK/RFAILED
2686  */
2687 EXTERN S16 TfUiTfuUbndReq ARGS((Pst *pst, SpId spId, Reason reason));
2688
2689 /** @brief This API is used to send an Unbind Request from Scheduler to PHY.
2690  * @param pst Pointer to the post structure.
2691  * @param spId SAP ID of the service provider.
2692  * @param reason Reason for Unbind request.
2693  * @return ROK/RFAILED
2694  */
2695 EXTERN S16 TfUiTfuSchUbndReq ARGS((Pst *pst, SpId spId, Reason reason));
2696
2697
2698 /** @brief This API is used to indication Random Access Request reception from
2699  * PHY to Scheduler.
2700  * @details This primitive is used by physical layer to indicate the reception
2701  * of a Random Access Request from a set of UEs. The information passed consists
2702  * of the RA-RNTI and the list of preambles received. 
2703  * @param pst Pointer to the post structure.
2704  * @param suId SAP ID of the service user.
2705  * @param raReqInd Pointer to the TfuRaReqIndInfo structure.
2706  * @return ROK/RFAILED
2707  */
2708 EXTERN S16 TfUiTfuRaReqInd ARGS((Pst *pst, SuId suId, TfuRaReqIndInfo 
2709          *raReqInd));
2710
2711
2712 /** @brief This primitive is sent from Scheduler to PHY.
2713  * @details This primitive provides PHY with all the information required by 
2714  * PHY to decode transmissions from the UE on either PUCCH or PUSCH.
2715  * -# On PUCCH, UE can transmit the following:
2716  *    -# SR
2717  *    -# HARQ feedback
2718  *    -# CQI report
2719  *    -# HARQ + CQI
2720  *    -# HARQ + SR
2721  * -# On PUSCH, UE can transmit the following:
2722  *    -# Data
2723  *    -# Data + CQI
2724  *    -# Data + HARQ Feedback
2725  * This primitive carries all the information for the expected subframe for all
2726  * the UEs that are scheduled to transmit.
2727  * @param pst Pointer to the post structure.
2728  * @param spId SAP ID of the service provider.
2729  * @param recpReq Pointer to the TfuRecpReqInfo structure.
2730  * @return ROK/RFAILED
2731  */
2732 EXTERN S16 TfUiTfuRecpReq ARGS((Pst *pst, SpId spId, TfuRecpReqInfo *recpReq));
2733
2734  /** @brief This primitive is sent from Scheduler to PHY. It provides PHY with
2735   * all the control information.
2736   * @details This primitive carries the information sent on the following
2737   * channels: 
2738   * -# PDCCH
2739   * -# PHICH
2740   * -# PCFICH
2741   * 
2742   * @param pst
2743   * @param spId
2744   * @param cntrlReq pointer to TfuCntrlReqInfo
2745   * @return ROK/RFAILED
2746   */
2747 EXTERN S16 TfUiTfuCntrlReq ARGS((Pst *pst, SpId spId, TfuCntrlReqInfo *cntrlReq));
2748
2749  /** @brief This primitive carries the Data PDUs from MAC to PHY for transmission. 
2750   * @details The data being sent in this primitive is meant to be transmitted on
2751   * the downlink channel PDSCH and PBCH (if present). To facilitate physical
2752   * layer processing, requisite control information is also sent along with the
2753   * data. 
2754   * @sa TfUiTfuCntrlReq
2755   * @param pst 
2756   * @param spId
2757   * @param datReq pointer to TfuDatReqInfo
2758   * @return 
2759   */
2760 EXTERN S16 TfUiTfuDatReq ARGS((Pst *pst, SpId spId, TfuDatReqInfo *datReq));
2761
2762 #ifdef L2_OPTMZ
2763 /** @brief This primitive carries the cellId and UeId for which datReq need to
2764   * deleted in CL. 
2765   * @details This primitive is used to delete datReq PDUs present in CL for
2766   * which got changed or similar other scenarios. These scenarios are possible
2767   * only when L2_OPTMZ flag is enabled.
2768   * @sa TfUiTfuDelDatReq
2769   * @param pst 
2770   * @param spId
2771   * @param datReq pointer to TfuDelDatReqInfo
2772   * @return 
2773   */
2774
2775 EXTERN S16 TfUiTfuDelDatReq ARGS((Pst *pst, SpId spId, TfuDelDatReqInfo *datReq));
2776 #endif
2777
2778 /** @brief This Primitive carries the Data PDUs from PHY to MAC.
2779  * @details The Uplink Data, that is, the data transmitted by the UEs received by the
2780  * physical layer at the eNodeB in the subframe (indicated by the timingInfo),
2781  * is relayed to MAC using this primitive. 
2782  * @param pst 
2783  * @param suId
2784  * @param datInd pointer to TfuDatIndInfo
2785  * @return 
2786  */
2787 EXTERN S16 TfUiTfuDatInd ARGS((Pst *pst, SuId suId, TfuDatIndInfo *datInd));
2788
2789 /** @brief This primitive carries the HARQ Feedback from PHY to Scheduler.
2790  * @details HARQ feedback is sent by the UE to the eNodeB, an ACK is sent if UE
2791  * can successfully recieve the data transmitted by the eNodeB, else a NACK is
2792  * sent. This feedback is utilized by MAC for further scheduling, for instance
2793  * it can schedule an adaptive retransmission of the same data. 
2794  * @param pst 
2795  * @param suId
2796  * @param hqInd pointer to TfuHqIndInfo
2797  * @return 
2798  */
2799 EXTERN S16 TfUiTfuHqInd ARGS((Pst *pst, SuId suId, TfuHqIndInfo *hqInd));
2800
2801 /** @brief This primitive carries the SR Indication from PHY to Scheduler. 
2802  * @details Scheduling Request (SR) is sent by the UE to the eNodeB to request
2803  * for Uplink (UL) grant. This primitive carries a list of SRs for a number of
2804  * UEs received in the indicated subframe. 
2805  * @param pst 
2806  * @param suId
2807  * @param srInd pointer to TfuSrIndInfo
2808  * @return 
2809  */
2810 EXTERN S16 TfUiTfuSrInd ARGS((Pst *pst, SuId suId, TfuSrIndInfo *srInd));
2811
2812 /** @brief This API is used to indicate CQI reporting from PHY to Scheduler.
2813  * @details This primitive carries an estimate of the Uplink Channel Quality
2814  * Index (CQI) for a list of UEs. This is an estimate of the uplink channel
2815  * quality, that is, the transmission from UE as calculated at the Physical layer at
2816  * the eNodeB. 
2817  * It carries a list of sub-band CQIs for each UE. 
2818  * @param pst Pointer to the post structure.
2819  * @param suId SAP ID of the service user.
2820  * @param ulCqiInd Pointer to the TfuUlCqiIndInfo structure.
2821  * @return ROK/RFAILED
2822  */
2823 EXTERN S16 TfUiTfuUlCqiInd ARGS((Pst *pst, SuId suId, 
2824          TfuUlCqiIndInfo *ulCqiInd));
2825
2826 /** @brief This API is used by the Physical layer to indicate if the CRC Check
2827  * on the PUSCH Data is successful or not.
2828  * @details This primitive carries CRC indication for a list of UEs. This
2829  * is utilized in the scenario where MAC requested the reception of Uplink data
2830  * for a particular UE. On reception of the PUSCH data, the CRC check on it
2831  * failed. This CRC failure is indicated to MAC, which utillizes this
2832  * information for further scheduling. 
2833  * Physical layer indicates failure or success for each PUSCH transmission.
2834  * @param pst Pointer to the post structure.
2835  * @param suId SAP ID of the service user.
2836  * @param crcIndInfo Pointer to the TfuCrcIndInfo.
2837  * @return ROK/RFAILED
2838  */
2839 EXTERN S16 TfUiTfuCrcInd ARGS((Pst *pst, SuId suId, 
2840          TfuCrcIndInfo *crcIndInfo));
2841
2842 /** @brief This API is used to indicate a Timing Advance from PHY to Scheduler.
2843  * @details This primitive carries timing advance information for a number of
2844  * UEs that may need timing advance. Timing advance information is an estimate
2845  * of the timing adjustment that an UE needs to apply in order to be
2846  * synchronized in Uplink. This estimate is to be calculated by physical layer. 
2847  * @param pst Pointer to the post structure.
2848  * @param suId SAP ID of the service user.
2849  * @param timingAdvInd Pointer to the TfuTimingAdvIndInfo structure.
2850  * @return ROK/RFAILED
2851  */
2852 EXTERN S16 TfUiTfuTimingAdvInd ARGS((Pst *pst, SuId suId, 
2853          TfuTimingAdvIndInfo *timingAdvInd));
2854
2855 /* CA dev Start */
2856 /** @brief This API is the TTI indication from CL to MAC and SCH 
2857  * @details This primitive provides the timing information (SFN and subframe)
2858  * which is currently running on the physical layer. 
2859  * @param pst Pointer to the post structure.
2860  * @param suId SAP ID of the service user.
2861  * @param ttiInd Pointer to the TfuTtiCellInfo structure.
2862  * @return ROK/RFAILED
2863  */
2864 EXTERN S16 TfUiTfuTtiCell ARGS((Pst *pst, SuId suId, 
2865          TfuTtiCellInfo *ttiInd));
2866 /* CA dev End */
2867
2868 /** @brief This API is the TTI indication from CL to MAC and SCH 
2869  * @details This primitive provides the timing information (SFN and subframe)
2870  * which is currently running on the physical layer. 
2871  * @param pst Pointer to the post structure.
2872  * @param suId SAP ID of the service user.
2873  * @param ttiInd Pointer to the TfuTtiIndInfo structure.
2874  * @return ROK/RFAILED
2875  */
2876 EXTERN S16 TfUiTfuTtiInd ARGS((Pst *pst, SuId suId, 
2877          TfuTtiIndInfo *ttiInd));
2878
2879 /** @brief This API is the TTI indication from PHY to Scheduler. 
2880  * @details This primitive provides the timing information (SFN and subframe)
2881  * which is currently running on the physical layer. 
2882  * @param pst Pointer to the post structure.
2883  * @param suId SAP ID of the service user.
2884  * @param ttiInd Pointer to the TfuTtiIndInfo structure.
2885  * @return ROK/RFAILED
2886  */
2887 EXTERN S16 TfUiTfuSchTtiInd ARGS((Pst *pst, SuId suId, 
2888          TfuTtiIndInfo *ttiInd));
2889
2890
2891 /** @brief This API is used to indicate the reception of CQI report from PHY to
2892  * Scheduler and also carries the Rank Index information.
2893  * @details This primitive carries the CQI (Channel Quality Index) report
2894  * for the downlink channel, sent by the UE. It is also used to report RI and
2895  * PMI.
2896  * @param pst Pointer to the post structure.
2897  * @param suId SAP ID of the service user.
2898  * @param dlCqiInd Pointer to the TfuDlCqiIndInfo structure.
2899  * @return ROK/RFAILED
2900  */
2901 EXTERN S16 TfUiTfuDlCqiInd ARGS((Pst *pst, SuId suId, 
2902          TfuDlCqiIndInfo *dlCqiInd));
2903 /** @brief This API is used to indicate the calculated DOA value report from PHY to
2904  * Scheduler.
2905  * @details This primitive carries the DOA(Direction of arrival) report
2906  * calculated at PHYSICAL LAYER, for an UE.
2907  * @param pst Pointer to the post structure.
2908  * @param suId SAP ID of the service user.
2909  * @param doaInd Pointer to the TfuDoaIndInfo structure.
2910  * @return ROK/RFAILED
2911  */
2912 EXTERN S16 TfUiTfuDoaInd ARGS((Pst *pst, SuId suId, 
2913          TfuDoaIndInfo *doaInd));
2914
2915
2916 /** @brief This primitive is used to convey PUCCH Delta Power calculated by the
2917  * Physical layer.
2918  * @details This primitive is used to convey PUCCH Delta Power calculated by the
2919  * Physical layer. This information is utilized by the scheduler to perform
2920  * power control for the UEs.
2921  * @param pst Pointer to the post structure.
2922  * @param suId SAP ID of the service user.
2923  * @param pucchDeltaPwr Pointer to the TfuPucchDeltaPwrIndInfo structure.
2924  * @return ROK/RFAILED
2925  */
2926 EXTERN S16 TfUiTfuPucchDeltaPwrInd ARGS((Pst *pst, SuId suId, 
2927          TfuPucchDeltaPwrIndInfo *pucchDeltaPwr));
2928
2929 /** @brief LAA:This primitive carries the Error Indication from PHY to Scheduler.
2930  * This primitive is invoked when the transmission on the unlicensed Scell
2931  * fails. 
2932  * @param pst 
2933  * @param suId
2934  * @param errInd pointer to TfuErrIndInfo
2935  * @return 
2936  */
2937
2938 EXTERN S16 TfUiTfuErrInd ARGS((Pst *pst, SuId suId, 
2939          TfuErrIndInfo *errInd));
2940 /* tfu_x_001.main_8. Added changes of TFU_UPGRADE */
2941 #ifdef TFU_UPGRADE
2942
2943 /** @brief This primitive is used to convey the information derived by the
2944  * physical layer from the SRS transmission from the UE.
2945  * @details This primitive carries information derived from the SRS transmission
2946  * from the UE. 
2947  * 
2948  * @param pst Pointer to the post structure.
2949  * @param suId SAP ID of the service user.
2950  * @param  srsInd Pointer to the TfuSrIndInfo structure.
2951  * @return ROK/RFAILED
2952  */
2953 EXTERN S16 TfUiTfuSrsInd ARGS((Pst *pst, SuId suId, 
2954          TfuSrsIndInfo *srsInd));
2955
2956
2957 /** @brief This primitive is used to convey the Raw CQI information 
2958  * transmitted by the UE.
2959  * @details Raw CQI report is the actual bits transmitted by the UE when
2960  * reporting CQI/PMI/RI. The interpretation of these bits to CQI/sub-band CQI
2961  * and so on, are done by MAC.
2962  * 
2963  * @param pst Pointer to the post structure.
2964  * @param suId SAP ID of the service user.
2965  * @param  cqiInd Pointer to the TfuRawCqiIndInfo structure.
2966  * @return ROK/RFAILED
2967  */
2968 EXTERN S16 TfUiTfuRawCqiInd ARGS((Pst *pst, SuId suId, 
2969          TfuRawCqiIndInfo *cqiInd));
2970
2971 #endif /* TFU_UPGRADE */
2972
2973 #ifdef RG
2974 EXTERN S16 RgLiTfuBndReq ARGS((
2975    Pst*                 pst,
2976    SuId                 suId,
2977    SpId                 spId
2978 ));
2979 EXTERN S16 RgLiTfuBndCfm ARGS((
2980    Pst*                 pst,
2981    SuId                 suId,
2982    U8                   status
2983 ));
2984 EXTERN S16 RgLiTfuUbndReq ARGS((
2985    Pst*                 pst,
2986    SpId                 spId,
2987    Reason               reason
2988 ));
2989
2990 EXTERN S16 RgLiTfuSchBndReq ARGS((
2991    Pst*                 pst,
2992    SuId                 suId,
2993    SpId                 spId
2994 ));
2995 EXTERN S16 RgLiTfuSchBndCfm ARGS((
2996    Pst*                 pst,
2997    SuId                 suId,
2998    U8                   status
2999 ));
3000 EXTERN S16 RgLiTfuSchUbndReq ARGS((
3001    Pst*                 pst,
3002    SpId                 spId,
3003    Reason               reason
3004 ));
3005
3006 EXTERN S16 RgLiTfuRaReqInd ARGS((
3007    Pst *                pst,
3008    SpId                 spId,
3009    TfuRaReqIndInfo *  raReq
3010 ));
3011
3012
3013 EXTERN S16 RgLiTfuRecpReq ARGS((
3014    Pst *                pst,
3015    SpId                 spId,
3016    TfuRecpReqInfo *  recpReq
3017 ));
3018
3019 EXTERN S16 RgLiTfuUlCqiInd ARGS((
3020    Pst *                pst,
3021    SuId                 suId,
3022    TfuUlCqiIndInfo *    ulCqiInd
3023 ));
3024
3025 EXTERN S16 RgLiTfuDoaInd ARGS((
3026    Pst *                pst,
3027    SuId                 suId,
3028    TfuDoaIndInfo *      doaInd
3029 ));
3030
3031 EXTERN S16 RgLiTfuHqInd ARGS((
3032    Pst *                pst,
3033    SuId                 suId,
3034    TfuHqIndInfo *  hqInd
3035 ));
3036
3037 EXTERN S16 RgLiTfuSrInd ARGS((
3038    Pst *                pst,
3039    SuId                 suId,
3040    TfuSrIndInfo *       srInd
3041 ));
3042
3043 EXTERN S16 RgLiTfuDlCqiInd ARGS((
3044    Pst *                pst,
3045    SuId                 suId,
3046    TfuDlCqiIndInfo *    dlCqiInd
3047 ));
3048
3049 /* tfu_x_001.main_8. Added changes of TFU_UPGRADE */
3050 #ifdef TFU_UPGRADE
3051 EXTERN S16 RgLiTfuRawCqiInd ARGS((
3052          Pst            *pst,
3053          SuId           suId,
3054          TfuRawCqiIndInfo  *rawCqiInd
3055          ));  
3056 EXTERN S16 RgLiTfuSrsInd ARGS((
3057          Pst            *pst,
3058          SuId           suId,
3059          TfuSrsIndInfo  *srsIndInfo
3060          ));  
3061 #endif
3062 EXTERN S16 RgLiTfuDatInd ARGS((
3063    Pst *                pst,
3064    SuId                 suId,
3065    TfuDatIndInfo *      datInd
3066 ));
3067
3068 EXTERN S16 fapiMacSlotInd 
3069 (
3070 Pst                 *pst, 
3071 SlotIndInfo         *slotInd
3072 );
3073
3074 EXTERN S16 RgLiTfuCrcInd ARGS((
3075    Pst *                pst,
3076    SuId                 suId,
3077    TfuCrcIndInfo *  crcInd
3078 ));
3079
3080 EXTERN S16 RgLiTfuTimingAdvInd ARGS((
3081    Pst *                pst,
3082    SuId                 suId,
3083    TfuTimingAdvIndInfo * timingAdvInd
3084 ));
3085
3086 EXTERN S16 RgLiTfuDatReq ARGS((
3087    Pst *                pst,
3088    SpId                 spId,
3089    TfuDatReqInfo *      datReq
3090 ));
3091
3092 EXTERN S16 RgLiTfuCntrlReq ARGS((
3093    Pst *                pst,
3094    SpId                 spId,
3095    TfuCntrlReqInfo *    cntrlReq
3096 ));
3097
3098 EXTERN S16 RgLiTfuTtiInd ARGS((
3099    Pst *                pst,
3100    SuId                 suId,
3101    TfuTtiIndInfo *      ttiInd
3102 ));
3103
3104 EXTERN int macSchSlotInd ARGS((
3105    Pst *                pst,
3106    SlotIndInfo *        slotInd
3107 ));
3108
3109 #if defined(TENB_T2K3K_SPECIFIC_CHANGES) && defined(LTE_TDD)
3110 EXTERN S16 RgLiTfuNonRtInd ARGS((
3111    Pst *                pst,
3112    SuId                 suId
3113 ));
3114 #endif
3115
3116 EXTERN S16 RgLiTfuPucchDeltaPwrInd ARGS((
3117    Pst *                   pst,
3118    SuId                    suId,
3119    TfuPucchDeltaPwrIndInfo   *pucchDeltaPwr
3120    ));
3121 #endif
3122
3123 /** @brief LAA:This primitive carries the Error Indication from PHY to Scheduler.
3124  * This primitive is invoked when the transmission on the unlicensed Scell
3125  * fails. 
3126  * @param pst 
3127  * @param suId
3128  * @param errInd pointer to TfuErrIndInfo
3129  * @return 
3130  */
3131 EXTERN S16 RgLiTfuErrInd ARGS((Pst *pst, SuId suId, TfuErrIndInfo *errInd));
3132
3133 #ifdef L2_OPTMZ
3134 /** @brief This primitive carries the cellId and UeId for which datReq need to
3135   * deleted in CL. 
3136   * @details This primitive is used to delete datReq PDUs present in CL for
3137   * which got changed or similar other scenarios. These scenarios are possible
3138   * only when L2_OPTMZ flag is enabled.
3139   * @sa TfUiTfuDelDatReq
3140   * @param pst 
3141   * @param spId
3142   * @param datReq pointer to TfuDelDatReqInfo
3143   * @return 
3144   */
3145 EXTERN S16 RgLiTfuDelDatReq ARGS((Pst *pst, SuId suId, TfuDelDatReqInfo *delDatReq));
3146 #endif
3147
3148 #if (defined(LCTFU))
3149 /** @brief This API is used to send a Bind Request from MAC to PHY.
3150  */
3151 #ifdef TFU_5GTF
3152 EXTERN S16 cmPkTfuRbAssignA1Val324 ARGS((
3153 TfuRbAssignA1Val324 *param,
3154 Buffer *mBuf
3155 ));
3156 EXTERN S16 cmPkTfuRbAssignB1Val324 ARGS((
3157 TfuRbAssignB1Val324 *param,
3158 Buffer *mBuf
3159 ));
3160 EXTERN S16 cmPkTfuRbAssignVal326 ARGS((
3161 TfuRbAssignVal326 *param,
3162 Buffer *mBuf
3163 ));
3164 EXTERN S16 cmUnpkTfuRbAssignA1Val324 ARGS((
3165 TfuRbAssignA1Val324 *param,
3166 Buffer *mBuf
3167 ));
3168 EXTERN S16 cmUnpkTfuRbAssignB1Val324 ARGS((
3169 TfuRbAssignB1Val324 *param,
3170 Buffer *mBuf
3171 ));
3172 EXTERN S16 cmUnpkTfuRbAssignVal326 ARGS((
3173 TfuRbAssignVal326 *param,
3174 Buffer *mBuf
3175 ));
3176 EXTERN S16 cmPkTfuDciFormatA1A2Info ARGS((
3177 TfuDciFormatA1Info *param,
3178 Buffer *mBuf
3179 ));
3180 EXTERN S16 cmPkTfuDciFormatB1B2Info ARGS((
3181 TfuDciFormatB1Info *param,
3182 Buffer *mBuf
3183 ));
3184 EXTERN S16 cmUnpkTfuDciFormatA1A2Info ARGS((
3185 TfuDciFormatA1Info *param,
3186 Buffer *mBuf
3187 ));
3188 EXTERN S16 cmUnpkTfuDciFormatB1B2Info ARGS((
3189 TfuDciFormatB1Info *param,
3190 Buffer *mBuf
3191 ));
3192 #endif /* TFU_5GTF */
3193
3194 EXTERN S16 cmPkTfuBndReq ARGS((
3195    Pst*                 pst,
3196    SuId                 suId,
3197    SpId                 spId
3198 ));
3199 /** @brief This API is used to send a Bind Request from MAC to PHY.
3200  */
3201 EXTERN S16 cmUnpkTfuBndReq ARGS((
3202    TfuBndReq            func,
3203    Pst*                 pst,
3204    Buffer               *mBuf
3205 ));
3206 /** @brief This API is used to receive a Bind Confirm from PHY to MAC.
3207  */
3208 EXTERN S16 cmPkTfuBndCfm ARGS((
3209    Pst*                 pst,
3210    SuId                 suId,
3211    U8                   status
3212 ));
3213 /** @brief This API is used to receive a Bind Confirm from PHY to MAC.
3214  */
3215 EXTERN S16 cmUnpkTfuBndCfm ARGS((
3216    TfuBndCfm            func,
3217    Pst*                 pst,
3218    Buffer               *mBuf
3219 ));
3220 /** @brief This API is used to send an Unbind Request from MAC to PHY.
3221  */
3222 EXTERN S16 cmPkTfuUbndReq ARGS((
3223    Pst*                 pst,
3224    SpId                 spId,
3225    Reason               reason
3226 ));
3227 /** @brief This API is used to send an Unbind Request from MAC to PHY.
3228  */
3229 EXTERN S16 cmUnpkTfuUbndReq ARGS((
3230    TfuUbndReq           func,
3231    Pst*                 pst,
3232    Buffer               *mBuf
3233 ));
3234 /** @brief This API is used to send a Bind Request from SCH to PHY.
3235  */
3236 EXTERN S16 cmPkTfuSchBndReq ARGS((
3237    Pst*                 pst,
3238    SuId                 suId,
3239    SpId                 spId
3240 ));
3241 /** @brief This API is used to send a Bind Request from SCH to PHY.
3242  */
3243 EXTERN S16 cmUnpkTfuSchBndReq ARGS((
3244    TfuSchBndReq         func,
3245    Pst*                 pst,
3246    Buffer               *mBuf
3247 ));
3248 /** @brief This API is used to receive a Bind Confirm from PHY to SCH.
3249  */
3250 EXTERN S16 cmPkTfuSchBndCfm ARGS((
3251    Pst*                 pst,
3252    SuId                 suId,
3253    U8                   status
3254 ));
3255 /** @brief This API is used to receive a Bind Confirm from PHY to SCH.
3256  */
3257 EXTERN S16 cmUnpkTfuSchBndCfm ARGS((
3258    TfuSchBndCfm         func,
3259    Pst*                 pst,
3260    Buffer               *mBuf
3261 ));
3262 /** @brief This API is used to send an Unbind Request from SCH to PHY.
3263  */
3264 EXTERN S16 cmPkTfuSchUbndReq ARGS((
3265    Pst*                 pst,
3266    SpId                 spId,
3267    Reason               reason
3268 ));
3269 /** @brief This API is used to send an Unbind Request from SCH to PHY.
3270  */
3271 EXTERN S16 cmUnpkTfuSchUbndReq ARGS((
3272    TfuSchUbndReq        func,
3273    Pst*                 pst,
3274    Buffer               *mBuf
3275 ));
3276 /** @brief This API is used to indication Random Access Request reception from
3277  * PHY to MAC.
3278  */
3279 EXTERN S16 cmPkTfuRaReqInd ARGS((
3280    Pst *                pst,
3281    SuId                 suId,
3282    TfuRaReqIndInfo *    raReqInd
3283 ));
3284 /** @brief This API is used to indication Random Access Request reception from
3285  * PHY to MAC.
3286  */
3287 EXTERN S16 cmUnpkTfuRaReqInd ARGS((
3288    TfuRaReqInd          func,
3289    Pst *                pst,
3290    Buffer               *mBuf
3291 ));
3292 /** @brief This API is used to indication Random Access Request reception from
3293  * PHY to MAC.
3294  */
3295 EXTERN S16 cmPkTfuRecpReq ARGS((
3296    Pst *                pst,
3297    SpId                 spId,
3298    TfuRecpReqInfo *     recpReq
3299 ));
3300 /** @brief This API is used to indication Random Access Request reception from
3301  * PHY to MAC.
3302  */
3303 EXTERN S16 cmUnpkTfuRecpReq ARGS((
3304    TfuRecpReq           func,
3305    Pst *                pst,
3306    Buffer               *mBuf
3307 ));
3308 /** @brief This API is used to indicate CQI reporting from PHY to MAC.
3309  */
3310 EXTERN S16 cmPkTfuUlCqiInd ARGS((
3311    Pst *                pst,
3312    SuId                 suId,
3313    TfuUlCqiIndInfo *    ulCqiInd
3314 ));
3315 /** @brief This API is used to indicate CQI reporting from PHY to MAC.
3316  */
3317 EXTERN S16 cmUnpkTfuUlCqiInd ARGS((
3318    TfuUlCqiInd          func,
3319    Pst *                pst,
3320    Buffer               *mBuf
3321 ));
3322
3323 EXTERN S16 cmPkTfuHqInd ARGS((
3324    Pst *                pst,
3325    SuId                 suId,
3326    TfuHqIndInfo *       hqInd
3327 ));
3328
3329 EXTERN S16 cmUnpkTfuHqInd ARGS((
3330    TfuHqInd             func,
3331    Pst *                pst,
3332    Buffer               *mBuf
3333 ));
3334 /** @brief This API is used to indicate a SR reception from PHY to MAC.
3335  */
3336 EXTERN S16 cmPkTfuSrInd ARGS((
3337    Pst *                pst,
3338    SuId                 suId,
3339    TfuSrIndInfo *       srInd
3340 ));
3341 /** @brief This API is used to indicate a SR reception from PHY to MAC.
3342  */
3343 EXTERN S16 cmUnpkTfuSrInd ARGS((
3344    TfuSrInd             func,
3345    Pst *                pst,
3346    Buffer               *mBuf
3347 ));
3348 /** @brief This API is used to indicate the reception of CQI report from PHY to
3349  * MAC.
3350  */
3351 EXTERN S16 cmPkTfuDlCqiInd ARGS((
3352    Pst *                pst,
3353    SuId                 suId,
3354    TfuDlCqiIndInfo *    dlCqiInd
3355 ));
3356 /** @brief This API is used to indicate the reception of CQI report from PHY to
3357  * MAC.
3358  */
3359 EXTERN S16 cmUnpkTfuDlCqiInd ARGS((
3360    TfuDlCqiInd          func,
3361    Pst *                pst,
3362    Buffer               *mBuf
3363 ));
3364
3365 /** @brief This API is used to indicate the Calculated DOA value report from PHY to
3366  * MAC.*/
3367 EXTERN S16 cmUnpkTfuDoaInd ARGS((
3368    TfuDoaInd            func,
3369    Pst *                pst,
3370    Buffer               *mBuf
3371 ));
3372 /** @brief This API is used to indicate the calculated DOA Value report from PHY to
3373  * MAC.
3374  */
3375 EXTERN S16 cmPkTfuDoaInd ARGS((
3376    Pst *                pst,
3377    SuId                 suId,
3378    TfuDoaIndInfo *      doaInd
3379    ));
3380
3381 /** @brief This API is used to indicate Data Reception from PHY to MAC.
3382  */
3383 EXTERN S16 cmPkTfuDatInd ARGS((
3384    Pst *                pst,
3385    SuId                 suId,
3386    TfuDatIndInfo *      datInd
3387 ));
3388 /** @brief This API is used to indicate Data Reception from PHY to MAC.
3389  */
3390 EXTERN S16 cmUnpkTfuDatInd ARGS((
3391    TfuDatInd            func,
3392    Pst *                pst,
3393    Buffer               *mBuf
3394 ));
3395 /** @brief This API is used to indicate Decode failure from PHY to MAC.
3396  */
3397 EXTERN S16 cmPkTfuCrcInd ARGS((
3398    Pst *                pst,
3399    SuId                 suId,
3400    TfuCrcIndInfo *  crcInd
3401 ));
3402 /** @brief This API is used to indicate Decode failure from PHY to MAC.
3403  */
3404 EXTERN S16 cmUnpkTfuCrcInd ARGS((
3405    TfuCrcInd        func,
3406    Pst *                pst,
3407    Buffer               *mBuf
3408 ));
3409
3410 EXTERN S16 cmPkTfuCntrlReq ARGS((
3411    Pst *                pst,
3412    SpId                 spId,
3413    TfuCntrlReqInfo *    cntrlReq
3414 ));
3415
3416 EXTERN S16 cmUnpkTfuCntrlReq ARGS((
3417    TfuCntrlReq          func,
3418    Pst *                pst,
3419    Buffer               *mBuf
3420 ));
3421 /** @brief This API is used to indicate a Timing Advance from PHY to MAC.
3422  */
3423 EXTERN S16 cmPkTfuTimingAdvInd ARGS((
3424    Pst *                pst,
3425    SuId                 suId,
3426    TfuTimingAdvIndInfo * timingAdvInd
3427 ));
3428 /** @brief This API is used to indicate a Timing Advance from PHY to MAC.
3429  */
3430 EXTERN S16 cmUnpkTfuTimingAdvInd ARGS((
3431    TfuTimingAdvInd      func,
3432    Pst *                pst,
3433    Buffer               *mBuf
3434 ));
3435 /** @brief This API is used to send Data Request from MAC to PHY.
3436  */
3437 EXTERN S16 cmPkTfuDatReq ARGS((
3438    Pst *                pst,
3439    SpId                 spId,
3440    TfuDatReqInfo *      datReq
3441 ));
3442 /** @brief This API is used to send Data Request from MAC to PHY.
3443  */
3444 EXTERN S16 cmUnpkTfuDatReq ARGS((
3445    TfuDatReq            func,
3446    Pst *                pst,
3447    Buffer               *mBuf
3448 ));
3449 /* CA dev Start */
3450 /** @brief This API is the TTI indication from CL to MAC and SCH.
3451  */
3452 EXTERN S16 cmPkTfuTtiCell ARGS((
3453    Pst *                pst,
3454    SuId                 suId,
3455    TfuTtiCellInfo *      ttiInd
3456 ));
3457 /** @brief This API is the TTI indication from CL to MAC and SCH.
3458  */
3459 EXTERN S16 cmUnpkTfuTtiCell ARGS((
3460    TfuTtiCell            func,
3461    Pst *                pst,
3462    Buffer               *mBuf
3463 ));
3464 /* CA dev End */
3465
3466 /** @brief This API is the TTI indication from PHY to MAC.
3467  */
3468 EXTERN S16 cmPkTfuTtiInd ARGS((
3469    Pst *                pst,
3470    SuId                 suId,
3471    TfuTtiIndInfo *      ttiInd
3472 ));
3473 /** @brief This API is the TTI indication from PHY to MAC.
3474  */
3475 EXTERN S16 cmUnpackSlotInd ARGS((
3476    TfuTtiInd            func,
3477    Pst *                pst,
3478    Buffer               *mBuf
3479 ));
3480
3481 typedef int (*MacSchSlotIndFunc)     ARGS((                     
3482    Pst         *pst,        /* Post Structure */                         
3483    SlotIndInfo *slotInd     /* slot ind Info */                      
3484 ));
3485
3486 #if defined(TENB_T2K3K_SPECIFIC_CHANGES) && defined(LTE_TDD)
3487 /** @brief This API is the non-rt indication from PHY to MAC.
3488   */
3489 EXTERN S16 cmPkTfuNonRtInd ARGS((
3490    Pst *                pst,
3491    SuId                 suId
3492 ));
3493
3494 /** @brief This API is the non-rt indication from PHY to MAC.
3495   */
3496 EXTERN S16 cmUnpkTfuNonRtInd ARGS((
3497    TfuNonRtInd          func,
3498    Pst *                pst,
3499    Buffer               *mBuf
3500 ));
3501 #endif
3502
3503 /** @brief This API is the TTI indication from PHY to SCH.
3504  */
3505 EXTERN S16 cmPkTfuSchTtiInd ARGS((
3506    Pst *                pst,
3507    SuId                 suId,
3508    TfuTtiIndInfo *      ttiInd
3509 ));
3510 /** @brief This API is the TTI indication from PHY to SCH.
3511  */
3512 EXTERN S16 cmUnpackMacSchSlotInd ARGS((
3513    MacSchSlotIndFunc    func,
3514    Pst *                pst,
3515    Buffer               *mBuf
3516 ));
3517
3518 /** @brief This API is used to convey the PUCCH delta power from PHY to SCH.
3519  */
3520 EXTERN S16 cmPkTfuPucchDeltaPwrInd ARGS((
3521    Pst *                pst,
3522    SuId                 suId,
3523    TfuPucchDeltaPwrIndInfo *  pucchDeltaPwr
3524 ));
3525 /** @brief This API is used to indicate Decode failure from PHY to MAC.
3526  */
3527 EXTERN S16 cmUnpkTfuPucchDeltaPwrInd ARGS((
3528    TfuPucchDeltaPwrInd       func,
3529    Pst *                   pst,
3530    Buffer                  *mBuf
3531 ));
3532
3533
3534 #ifdef TFU_PHASE_2
3535 /** @brief This API is used to send Group Power Control Request from MAC to PHY.
3536  */
3537 EXTERN S16 cmPkTfuGrpPwrCntrlReq ARGS((
3538    Pst *                pst,
3539    SpId                 spId,
3540    TfuGrpPwrCntrlReqInfo * grpPwrCntrlReq
3541 ));
3542 /** @brief This API is used to send Group Power Control Request from MAC to PHY.
3543  */
3544 EXTERN S16 cmUnpkTfuGrpPwrCntrlReq ARGS((
3545    TfuGrpPwrCntrlReq    func,
3546    Pst *                pst,
3547    Buffer               *mBuf
3548 ));
3549 #endif
3550 EXTERN S16 cmPkTfuDciFormat0Info ARGS((
3551    TfuDciFormat0Info    *param,
3552    Buffer               *mBuf
3553 ));
3554 EXTERN S16 cmUnpkTfuDciFormat0Info ARGS((
3555    TfuDciFormat0Info    *param,
3556    Buffer               *mBuf
3557 ));
3558 EXTERN S16 cmPkTfuAllocMapOrRiv ARGS((
3559    TfuAllocMapOrRiv     *param,
3560    Buffer               *mBuf
3561 ));
3562 EXTERN S16 cmUnpkTfuAllocMapOrRiv ARGS((
3563    TfuAllocMapOrRiv     *param,
3564    Buffer               *mBuf
3565 ));
3566 EXTERN S16 cmPkTfuDciFormat1AllocInfo ARGS((
3567    TfuDciFormat1AllocInfo *param,
3568    Buffer               *mBuf
3569 ));
3570 EXTERN S16 cmUnpkTfuDciFormat1AllocInfo ARGS((
3571    TfuDciFormat1AllocInfo *param,
3572    Buffer               *mBuf
3573 ));
3574 EXTERN S16 cmPkTfuDciFormat1Info ARGS((
3575    TfuDciFormat1Info    *param,
3576    Buffer               *mBuf
3577 ));
3578 EXTERN S16 cmUnpkTfuDciFormat1Info ARGS((
3579    TfuDciFormat1Info    *param,
3580    Buffer               *mBuf
3581 ));
3582
3583 EXTERN S16 cmPkTfuDciFormatTbInfo ARGS((
3584    TfuDciFormatTbInfo   *param,
3585    Buffer               *mBuf
3586 ));
3587 EXTERN S16 cmUnpkTfuDciFormatTbInfo ARGS((
3588    TfuDciFormatTbInfo   *param,
3589    Buffer               *mBuf
3590 ));
3591 /** @} */
3592 EXTERN S16 cmPkTfuDciFormat2AAllocInfo ARGS((
3593    TfuDciFormat2AAllocInfo *param,
3594    Buffer               *mBuf
3595 ));
3596 EXTERN S16 cmUnpkTfuDciFormat2AAllocInfo ARGS((
3597    TfuDciFormat2AAllocInfo *param,
3598    Buffer               *mBuf
3599 ));
3600 EXTERN S16 cmPkTfuDciFormat2AInfo ARGS((
3601    TfuDciFormat2AInfo   *param,
3602    Buffer               *mBuf
3603 ));
3604 EXTERN S16 cmUnpkTfuDciFormat2AInfo ARGS((
3605    TfuDciFormat2AInfo   *param,
3606    Buffer               *mBuf
3607 ));
3608 EXTERN S16 cmPkTfuDciFormat2AllocInfo ARGS((
3609    TfuDciFormat2AllocInfo *param,
3610    Buffer               *mBuf
3611 ));
3612 EXTERN S16 cmUnpkTfuDciFormat2AllocInfo ARGS((
3613    TfuDciFormat2AllocInfo *param,
3614    Buffer               *mBuf
3615 ));
3616 EXTERN S16 cmPkTfuDciFormat2Info ARGS((
3617    TfuDciFormat2Info    *param,
3618    Buffer               *mBuf
3619 ));
3620 EXTERN S16 cmUnpkTfuDciFormat2Info ARGS((
3621    TfuDciFormat2Info    *param,
3622    Buffer               *mBuf
3623 ));
3624 EXTERN S16 cmPkTfuDciFormat3Info ARGS((
3625    TfuDciFormat3Info    *param,
3626    Buffer               *mBuf
3627 ));
3628 EXTERN S16 cmUnpkTfuDciFormat3Info ARGS((
3629    TfuDciFormat3Info    *param,
3630    Buffer               *mBuf
3631 ));
3632 EXTERN S16 cmPkTfuDciFormat3AInfo ARGS((
3633    TfuDciFormat3AInfo   *param,
3634    Buffer               *mBuf
3635 ));
3636 EXTERN S16 cmUnpkTfuDciFormat3AInfo ARGS((
3637    TfuDciFormat3AInfo   *param,
3638    Buffer               *mBuf
3639 ));
3640 EXTERN S16 cmPkTfuDciFormat1dAllocInfo ARGS((
3641    TfuDciFormat1dAllocInfo *param,
3642    Buffer               *mBuf
3643 ));
3644 EXTERN S16 cmUnpkTfuDciFormat1dAllocInfo ARGS((
3645    TfuDciFormat1dAllocInfo *param,
3646    Buffer               *mBuf
3647 ));
3648 EXTERN S16 cmPkTfuDciFormat1dInfo ARGS((
3649    TfuDciFormat1dInfo   *param,
3650    Buffer               *mBuf
3651 ));
3652 EXTERN S16 cmUnpkTfuDciFormat1dInfo ARGS((
3653    TfuDciFormat1dInfo   *param,
3654    Buffer               *mBuf
3655 ));
3656 EXTERN S16 cmPkTfuDciFormat1cInfo ARGS((
3657    TfuDciFormat1cInfo   *param,
3658    Buffer               *mBuf
3659 ));
3660 EXTERN S16 cmUnpkTfuDciFormat1cInfo ARGS((
3661    TfuDciFormat1cInfo   *param,
3662    Buffer               *mBuf
3663 ));
3664 EXTERN S16 cmPkTfuDciFormat1bAllocInfo ARGS((
3665    TfuDciFormat1bAllocInfo *param,
3666    Buffer               *mBuf
3667 ));
3668 EXTERN S16 cmUnpkTfuDciFormat1bAllocInfo ARGS((
3669    TfuDciFormat1bAllocInfo *param,
3670    Buffer               *mBuf
3671 ));
3672 EXTERN S16 cmPkTfuPdcchOrderInfo ARGS((
3673    TfuPdcchOrderInfo    *param,
3674    Buffer               *mBuf
3675 ));
3676 EXTERN S16 cmUnpkTfuPdcchOrderInfo ARGS((
3677    TfuPdcchOrderInfo    *param,
3678    Buffer               *mBuf
3679 ));
3680 EXTERN S16 cmPkTfuDciFormat1aAllocInfo ARGS((
3681    TfuDciFormat1aAllocInfo *param,
3682    Buffer               *mBuf
3683 ));
3684 EXTERN S16 cmUnpkTfuDciFormat1aAllocInfo ARGS((
3685    TfuDciFormat1aAllocInfo *param,
3686    Buffer               *mBuf
3687 ));
3688 /*tfu_x_001.main_6 - Added for SPS support*/
3689 EXTERN S16 cmPkTfudciformat1aPdsch ARGS((
3690    Tfudciformat1aPdsch  *param,
3691    Buffer               *mBuf
3692 ));
3693 EXTERN S16 cmUnpkTfudciformat1aPdsch ARGS((
3694    Tfudciformat1aPdsch  *param,
3695    Buffer               *mBuf
3696 ));
3697 EXTERN S16 cmPkTfuDciFormat1aInfo ARGS((
3698    TfuDciFormat1aInfo   *param,
3699    Buffer               *mBuf
3700 ));
3701 EXTERN S16 cmUnpkTfuDciFormat1aInfo ARGS((
3702    TfuDciFormat1aInfo   *param,
3703    Buffer               *mBuf
3704 ));
3705 EXTERN S16 cmPkTfuDciFormat1bInfo ARGS((
3706    TfuDciFormat1bInfo   *param,
3707    Buffer               *mBuf
3708 ));
3709 EXTERN S16 cmUnpkTfuDciFormat1bInfo ARGS((
3710    TfuDciFormat1bInfo   *param,
3711    Buffer               *mBuf
3712 ));
3713 EXTERN S16 cmPkTfuDciInfo ARGS((
3714    TfuDciInfo           *param,
3715    Buffer               *mBuf
3716 ));
3717 EXTERN S16 cmUnpkTfuDciInfo ARGS((
3718    TfuDciInfo           *param,
3719    Buffer               *mBuf
3720 ));
3721 EXTERN S16 cmPkTfuSubbandInfo ARGS((
3722    TfuSubbandInfo       *param,
3723    Buffer               *mBuf
3724 ));
3725 EXTERN S16 cmUnpkTfuSubbandInfo ARGS((
3726    TfuSubbandInfo       *param,
3727    Buffer               *mBuf
3728 ));
3729 EXTERN S16 cmPkTfuSubbandDlCqiInfo ARGS((
3730    TfuSubbandDlCqiInfo    *param,
3731    Buffer                 *mBuf
3732 ));
3733 EXTERN S16 cmUnpkTfuSubbandDlCqiInfo ARGS((
3734    TfuSubbandDlCqiInfo    *param,
3735    Buffer                 *mBuf
3736 ));
3737 /** @} */
3738 EXTERN S16 cmPkTfuSubbandCqiInfo ARGS((
3739    TfuSubbandCqiInfo    *param,
3740    Buffer               *mBuf
3741 ));
3742 EXTERN S16 cmUnpkTfuSubbandCqiInfo ARGS((
3743    TfuSubbandCqiInfo    *param,
3744    Buffer               *mBuf
3745 ));
3746 EXTERN S16 cmPkTfuPdcchCceInfo ARGS((
3747    TfuPdcchCceInfo      *param,
3748    Buffer               *mBuf
3749 ));
3750 EXTERN S16 cmUnpkTfuPdcchCceInfo ARGS((
3751    TfuPdcchCceInfo      *param,
3752    Buffer               *mBuf
3753 ));
3754 EXTERN S16 cmPkTfuCqiPucchMode10 ARGS((
3755    TfuCqiPucchMode10    *param,
3756    Buffer               *mBuf
3757 ));
3758 EXTERN S16 cmUnpkTfuCqiPucchMode10 ARGS((
3759    TfuCqiPucchMode10    *param,
3760    Buffer               *mBuf
3761 ));
3762 EXTERN S16 cmPkTfuCqiMode11Cqi ARGS((
3763    TfuCqiMode11Cqi      *param,
3764    Buffer               *mBuf
3765 ));
3766 EXTERN S16 cmUnpkTfuCqiMode11Cqi ARGS((
3767    TfuCqiMode11Cqi      *param,
3768    Buffer               *mBuf
3769 ));
3770 EXTERN S16 cmPkTfuCqiPucchMode11 ARGS((
3771    TfuCqiPucchMode11    *param,
3772    Buffer               *mBuf
3773 ));
3774 EXTERN S16 cmUnpkTfuCqiPucchMode11 ARGS((
3775    TfuCqiPucchMode11    *param,
3776    Buffer               *mBuf
3777 ));
3778 EXTERN S16 cmPkTfuCqiMode20SubCqi ARGS((
3779    TfuCqiMode20SubCqi   *param,
3780    Buffer               *mBuf
3781 ));
3782 EXTERN S16 cmUnpkTfuCqiMode20SubCqi ARGS((
3783    TfuCqiMode20SubCqi   *param,
3784    Buffer               *mBuf
3785 ));
3786 EXTERN S16 cmPkTfuCqiMode20Cqi ARGS((
3787    TfuCqiMode20Cqi      *param,
3788    Buffer               *mBuf
3789 ));
3790 EXTERN S16 cmUnpkTfuCqiMode20Cqi ARGS((
3791    TfuCqiMode20Cqi      *param,
3792    Buffer               *mBuf
3793 ));
3794 EXTERN S16 cmPkTfuCqiPucchMode20 ARGS((
3795    TfuCqiPucchMode20    *param,
3796    Buffer               *mBuf
3797 ));
3798 EXTERN S16 cmUnpkTfuCqiPucchMode20 ARGS((
3799    TfuCqiPucchMode20    *param,
3800    Buffer               *mBuf
3801 ));
3802 EXTERN S16 cmPkTfuCqiMode21SubCqi ARGS((
3803    TfuCqiMode21SubCqi   *param,
3804    Buffer               *mBuf
3805 ));
3806 EXTERN S16 cmUnpkTfuCqiMode21SubCqi ARGS((
3807    TfuCqiMode21SubCqi   *param,
3808    Buffer               *mBuf
3809 ));
3810 EXTERN S16 cmPkTfuCqiMode21WideCqi ARGS((
3811    TfuCqiMode21WideCqi  *param,
3812    Buffer               *mBuf
3813 ));
3814 EXTERN S16 cmUnpkTfuCqiMode21WideCqi ARGS((
3815    TfuCqiMode21WideCqi  *param,
3816    Buffer               *mBuf
3817 ));
3818 EXTERN S16 cmPkTfuCqiMode21Cqi ARGS((
3819    TfuCqiMode21Cqi      *param,
3820    Buffer               *mBuf
3821 ));
3822 EXTERN S16 cmUnpkTfuCqiMode21Cqi ARGS((
3823    TfuCqiMode21Cqi      *param,
3824    Buffer               *mBuf
3825 ));
3826 EXTERN S16 cmPkTfuCqiPucchMode21 ARGS((
3827    TfuCqiPucchMode21    *param,
3828    Buffer               *mBuf
3829 ));
3830 EXTERN S16 cmUnpkTfuCqiPucchMode21 ARGS((
3831    TfuCqiPucchMode21    *param,
3832    Buffer               *mBuf
3833 ));
3834 EXTERN S16 cmPkTfuDlCqiPucch ARGS((
3835    TfuDlCqiPucch        *param,
3836    Buffer               *mBuf
3837 ));
3838 EXTERN S16 cmUnpkTfuDlCqiPucch ARGS((
3839    TfuDlCqiPucch        *param,
3840    Buffer               *mBuf
3841 ));
3842 EXTERN S16 cmPkTfuSubbandMode12 ARGS((
3843    TfuSubbandMode12     *param,
3844    Buffer               *mBuf
3845 ));
3846 EXTERN S16 cmUnpkTfuSubbandMode12 ARGS((
3847    TfuSubbandMode12     *param,
3848    Buffer               *mBuf
3849 ));
3850 EXTERN S16 cmPkTfuCqiPuschMode12 ARGS((
3851    TfuCqiPuschMode12    *param,
3852    Buffer               *mBuf
3853 ));
3854 EXTERN S16 cmUnpkTfuCqiPuschMode12 ARGS((
3855    TfuCqiPuschMode12    *param,
3856    Buffer               *mBuf
3857 ));
3858 EXTERN S16 cmPkTfuCqiPuschMode20 ARGS((
3859    TfuCqiPuschMode20    *param,
3860    Buffer               *mBuf
3861 ));
3862 EXTERN S16 cmUnpkTfuCqiPuschMode20 ARGS((
3863    TfuCqiPuschMode20    *param,
3864    Buffer               *mBuf
3865 ));
3866 EXTERN S16 cmPkTfuCqiPuschMode22 ARGS((
3867    TfuCqiPuschMode22    *param,
3868    Buffer               *mBuf
3869 ));
3870 EXTERN S16 cmUnpkTfuCqiPuschMode22 ARGS((
3871    TfuCqiPuschMode22    *param,
3872    Buffer               *mBuf
3873 ));
3874 EXTERN S16 cmPkTfuSubbandMode30 ARGS((
3875    TfuSubbandMode30     *param,
3876    Buffer               *mBuf
3877 ));
3878 EXTERN S16 cmUnpkTfuSubbandMode30 ARGS((
3879    TfuSubbandMode30     *param,
3880    Buffer               *mBuf
3881 ));
3882 EXTERN S16 cmPkTfuCqiPuschMode30 ARGS((
3883    TfuCqiPuschMode30    *param,
3884    Buffer               *mBuf
3885 ));
3886 EXTERN S16 cmUnpkTfuCqiPuschMode30 ARGS((
3887    TfuCqiPuschMode30    *param,
3888    Buffer               *mBuf
3889 ));
3890 EXTERN S16 cmPkTfuSubbandMode31 ARGS((
3891    TfuSubbandMode31     *param,
3892    Buffer               *mBuf
3893 ));
3894 EXTERN S16 cmUnpkTfuSubbandMode31 ARGS((
3895    TfuSubbandMode31     *param,
3896    Buffer               *mBuf
3897 ));
3898 EXTERN S16 cmPkTfuCqiPuschMode31 ARGS((
3899    TfuCqiPuschMode31    *param,
3900    Buffer               *mBuf
3901 ));
3902 EXTERN S16 cmUnpkTfuCqiPuschMode31 ARGS((
3903    TfuCqiPuschMode31    *param,
3904    Buffer               *mBuf
3905 ));
3906 EXTERN S16 cmPkTfuDlCqiPusch ARGS((
3907    TfuDlCqiPusch        *param,
3908    Buffer               *mBuf
3909 ));
3910 EXTERN S16 cmUnpkTfuDlCqiPusch ARGS((
3911    TfuDlCqiPusch        *param,
3912    Buffer               *mBuf
3913 ));
3914
3915 EXTERN S16 cmPkTfuDlCqiPuschInfo ARGS((
3916    TfuDlCqiPuschInfo    *param,
3917    Buffer               *mBuf
3918 ));
3919 EXTERN S16 cmUnpkTfuDlCqiPuschInfo ARGS((
3920    TfuDlCqiPuschInfo    *param,
3921    Buffer               *mBuf
3922 ));
3923
3924 EXTERN S16 cmPkTfuDoaRpt ARGS((
3925    TfuDoaRpt            *param,
3926    Buffer               *mBuf
3927 ));
3928 EXTERN S16 cmUnpkTfuDoaRpt ARGS((
3929    TfuDoaRpt            *param,
3930    Buffer               *mBuf
3931 ));
3932 EXTERN S16 cmPkTfuDoaIndInfo ARGS((
3933    TfuDoaIndInfo        *param,
3934    Buffer               *mBuf
3935 ));
3936 EXTERN S16 cmUnpkTfuDoaIndInfo ARGS((
3937    TfuDoaIndInfo        *param,
3938    Ptr                  memCp,
3939    Buffer               *mBuf
3940 ));
3941
3942 EXTERN S16 cmPkTfuDlCqiInfo ARGS((
3943    U8                   selector,
3944    TfuDlCqiInfo         *param,
3945    Buffer               *mBuf
3946 ));
3947 EXTERN S16 cmUnpkTfuDlCqiInfo ARGS((
3948    U8                   selector,
3949    TfuDlCqiInfo         *param,
3950    Buffer               *mBuf
3951 ));
3952
3953
3954 /* tfu_x_001.main_8. Added changes of TFU_UPGRADE */
3955 #ifndef TFU_UPGRADE
3956 EXTERN S16 cmPkTfuUeMsg3RecpReq ARGS((
3957    TfuUeMsg3RecpReq     *param,
3958    Buffer               *mBuf
3959 ));
3960 EXTERN S16 cmUnpkTfuUeMsg3RecpReq ARGS((
3961    TfuUeMsg3RecpReq     *param,
3962    Buffer               *mBuf
3963 ));
3964 #endif
3965
3966
3967 /*tfu_x_001.main_8 - ADD - Prototype for TfuUePuschRecpReq Pk/Unpk functions */
3968 EXTERN S16 cmPkTfuUePuschRecpReq ARGS((
3969    TfuUePuschRecpReq *param,
3970    Buffer               *mBuf
3971 ));
3972 EXTERN S16 cmUnpkTfuUePuschRecpReq ARGS((
3973    TfuUePuschRecpReq *param,
3974    Buffer               *mBuf
3975 ));
3976 EXTERN S16 cmPkTfuUePucchRecpReq ARGS((
3977    TfuUePucchRecpReq *param,
3978    Buffer               *mBuf
3979 ));
3980 EXTERN S16 cmUnpkTfuUePucchRecpReq ARGS((
3981    TfuUePucchRecpReq *param,
3982    Buffer               *mBuf
3983 ));
3984
3985 EXTERN S16 cmPkTfuRecpReqInfo ARGS((
3986    TfuRecpReqInfo       *param,
3987    Buffer               *mBuf
3988 ));
3989 EXTERN S16 cmUnpkTfuRecpReqInfo ARGS((
3990    TfuRecpReqInfo       *param,
3991    Ptr                   memCp,
3992    Buffer               *mBuf
3993 ));
3994 EXTERN S16 cmPkTfuPdcchInfo ARGS((
3995    TfuPdcchInfo         *param,
3996    Buffer               *mBuf
3997 ));
3998 EXTERN S16 cmUnpkTfuPdcchInfo ARGS((
3999    TfuPdcchInfo         *param,
4000    Buffer               *mBuf
4001 ));
4002 EXTERN S16 cmPkTfuPhichInfo ARGS((
4003    TfuPhichInfo         *param,
4004    Buffer               *mBuf
4005 ));
4006 EXTERN S16 cmUnpkTfuPhichInfo ARGS((
4007    TfuPhichInfo         *param,
4008    Buffer               *mBuf
4009 ));
4010 EXTERN S16 cmPkTfuCntrlReqInfo ARGS((
4011    TfuCntrlReqInfo      *param,
4012    Buffer               *mBuf
4013 ));
4014 EXTERN S16 cmUnpkTfuCntrlReqInfo ARGS((
4015    TfuCntrlReqInfo      *param,
4016    Ptr                   memCp,
4017    Buffer               *mBuf
4018 ));
4019 EXTERN S16 cmPkTfuPdschDciInfo ARGS((
4020    TfuPdschDciInfo      *param,
4021    Buffer               *mBuf
4022 ));
4023 EXTERN S16 cmUnpkTfuPdschDciInfo ARGS((
4024    TfuPdschDciInfo      *param,
4025    Buffer               *mBuf
4026 ));
4027 EXTERN S16 cmPkTfuDatReqPduInfo ARGS((
4028    TfuDatReqPduInfo     *param,
4029    Buffer               *mBuf
4030 ));
4031 EXTERN S16 cmUnpkTfuDatReqPduInfo ARGS((
4032    TfuDatReqPduInfo     *param,
4033    Buffer               *mBuf
4034 ));
4035 EXTERN S16 cmPkTfuDatReqInfo ARGS((
4036    TfuDatReqInfo        *param,
4037    Buffer               *mBuf
4038 ));
4039 EXTERN S16 cmUnpkTfuDatReqInfo ARGS((
4040    TfuDatReqInfo        *param,
4041    Ptr                   memCp,
4042    Buffer               *mBuf
4043 ));
4044 EXTERN S16 cmPkTfuDatInfo ARGS((
4045    TfuDatInfo           *param,
4046    Buffer               *mBuf
4047 ));
4048 EXTERN S16 cmUnpkTfuDatInfo ARGS((
4049    TfuDatInfo           *param,
4050    Buffer               *mBuf
4051 ));
4052 EXTERN S16 cmPkTfuDatIndInfo ARGS((
4053    TfuDatIndInfo        *param,
4054    Buffer               *mBuf
4055 ));
4056 EXTERN S16 cmUnpkTfuDatIndInfo ARGS((
4057    TfuDatIndInfo        *param,
4058    Ptr                  memCp,
4059    Buffer               *mBuf
4060 ));
4061 EXTERN S16 cmPkTfuSrInfo ARGS((
4062    TfuSrInfo            *param,
4063    Buffer               *mBuf
4064 ));
4065 EXTERN S16 cmUnpkTfuSrInfo ARGS((
4066    TfuSrInfo            *param,
4067    Buffer               *mBuf
4068 ));
4069 EXTERN S16 cmPkTfuSrIndInfo ARGS((
4070    TfuSrIndInfo         *param,
4071    Buffer               *mBuf
4072 ));
4073 EXTERN S16 cmUnpkTfuSrIndInfo ARGS((
4074    TfuSrIndInfo         *param,
4075    Ptr                  memCp,
4076    Buffer               *mBuf
4077 ));
4078 EXTERN S16 cmPkTfuHqInfo ARGS((
4079    TfuHqInfo            *param,
4080    Buffer               *mBuf
4081 ));
4082 EXTERN S16 cmUnpkTfuHqInfo ARGS((
4083    TfuHqInfo            *param,
4084    Buffer               *mBuf
4085 ));
4086 EXTERN S16 cmPkTfuHqIndInfo ARGS((
4087    TfuHqIndInfo         *param,
4088    Buffer               *mBuf
4089 ));
4090 EXTERN S16 cmUnpkTfuHqIndInfo ARGS((
4091    TfuHqIndInfo         *param,
4092    Ptr                  memCpm,
4093    Buffer               *mBuf
4094 ));
4095 EXTERN S16 cmPkTfuUlCqiInfo ARGS((
4096    TfuUlCqiInfo         *param,
4097    Buffer               *mBuf
4098 ));
4099 EXTERN S16 cmUnpkTfuUlCqiInfo ARGS((
4100    TfuUlCqiInfo         *param,
4101    Buffer               *mBuf
4102 ));
4103 EXTERN S16 cmPkTfuUlCqiRpt ARGS((
4104    TfuUlCqiRpt          *param,
4105    Buffer               *mBuf
4106 ));
4107 EXTERN S16 cmUnpkTfuUlCqiRpt ARGS((
4108    TfuUlCqiRpt          *param,
4109    Buffer               *mBuf
4110 ));
4111 EXTERN S16 cmPkTfuUlCqiIndInfo ARGS((
4112    TfuUlCqiIndInfo      *param,
4113    Buffer               *mBuf
4114 ));
4115 EXTERN S16 cmUnpkTfuUlCqiIndInfo ARGS((
4116    TfuUlCqiIndInfo      *param,
4117    Ptr                  memCp,
4118    Buffer               *mBuf
4119 ));
4120 EXTERN S16 cmPkTfuDlCqiRpt ARGS((
4121    TfuDlCqiRpt          *param,
4122    Buffer               *mBuf
4123 ));
4124 EXTERN S16 cmUnpkTfuDlCqiRpt ARGS((
4125    TfuDlCqiRpt          *param,
4126    Buffer               *mBuf
4127 ));
4128 EXTERN S16 cmPkTfuDlCqiIndInfo ARGS((
4129    TfuDlCqiIndInfo      *param,
4130    Buffer               *mBuf
4131 ));
4132 EXTERN S16 cmUnpkTfuDlCqiIndInfo ARGS((
4133    TfuDlCqiIndInfo      *param,
4134    Ptr                  memCp,
4135    Buffer               *mBuf
4136 ));
4137 EXTERN S16 cmPkTfuPucchDeltaPwr ARGS((
4138    Pst *                pst,
4139    SuId                 suId,
4140    TfuPucchDeltaPwrIndInfo * pucchDeltaPwr));
4141
4142 EXTERN S16 cmPkTfuPucchDeltaPwrInfo ARGS((
4143    TfuPucchDeltaPwr       *param,
4144    Buffer               *mBuf
4145 ));
4146
4147 EXTERN S16 cmUnpkTfuPucchDeltaPwr ARGS((
4148    TfuPucchDeltaPwrInd     func,
4149    Pst *                pst,
4150    Buffer               *mBuf
4151 ));
4152 EXTERN S16 cmUnpkTfuPucchDeltaPwrInfo ARGS((
4153    TfuPucchDeltaPwr     *param,
4154    Buffer               *mBuf
4155 ));
4156
4157 EXTERN S16 cmPkTfuCrcInfo ARGS((
4158    TfuCrcInfo       *param,
4159    Buffer               *mBuf
4160 ));
4161 EXTERN S16 cmUnpkTfuCrcInfo ARGS((
4162    TfuCrcInfo       *param,
4163    Buffer               *mBuf
4164 ));
4165 EXTERN S16 cmPkTfuCrcIndInfo ARGS((
4166    TfuCrcIndInfo    *param,
4167    Buffer               *mBuf
4168 ));
4169 EXTERN S16 cmUnpkTfuCrcIndInfo ARGS((
4170    TfuCrcIndInfo    *param,
4171    Ptr                  memCp,
4172    Buffer               *mBuf
4173 ));
4174
4175 EXTERN S16 cmPkTfuPucchDeltaPwrIndInfo ARGS((
4176    TfuPucchDeltaPwrIndInfo    *param,
4177    Buffer               *mBuf
4178 ));
4179 EXTERN S16 cmUnpkTfuPucchDeltaPwrIndInfo ARGS((
4180    TfuPucchDeltaPwrIndInfo    *param,
4181    Ptr                  memCp,
4182    Buffer               *mBuf
4183 ));
4184 EXTERN S16 cmPkTfuTimingAdvInfo ARGS((
4185    TfuTimingAdvInfo     *param,
4186    Buffer               *mBuf
4187 ));
4188 EXTERN S16 cmUnpkTfuTimingAdvInfo ARGS((
4189    TfuTimingAdvInfo     *param,
4190    Buffer               *mBuf
4191 ));
4192 EXTERN S16 cmPkTfuTimingAdvIndInfo ARGS((
4193    TfuTimingAdvIndInfo  *param,
4194    Buffer               *mBuf
4195 ));
4196 EXTERN S16 cmUnpkTfuTimingAdvIndInfo ARGS((
4197    TfuTimingAdvIndInfo  *param,
4198    Ptr                   memCp,
4199    Buffer               *mBuf
4200 ));
4201 /* CA dev Start */
4202 EXTERN S16 cmPkTfuTtiCellInfo ARGS((
4203    TfuTtiCellInfo       *param,
4204    Buffer               *mBuf
4205 ));
4206 EXTERN S16 cmUnpkTfuTtiCellInfo ARGS((
4207    TfuTtiCellInfo       *param,
4208    Buffer               *mBuf
4209 ));
4210 /* CA dev End */
4211 EXTERN S16 cmPkTfuTtiIndInfo ARGS((
4212    TfuTtiIndInfo        *param,
4213    Buffer               *mBuf
4214 ));
4215 EXTERN S16 cmUnpackSlotIndInfo ARGS((
4216    SlotIndInfo          *param,
4217    Buffer               *mBuf
4218 ));
4219 EXTERN S16 cmPkTfuRaReqInfo ARGS((
4220    TfuRaReqInfo         *param,
4221    Buffer               *mBuf
4222 ));
4223 EXTERN S16 cmUnpkTfuRaReqInfo ARGS((
4224    TfuRaReqInfo         *param,
4225    Buffer               *mBuf
4226 ));
4227 EXTERN S16 cmPkTfuRachInfo ARGS((
4228    CmMemListCp          memCp,
4229    TfuRachInfo          *param,
4230    Buffer               *mBuf
4231 ));
4232 EXTERN S16 cmUnpkTfuRachInfo ARGS((
4233    CmMemListCp          memCp,
4234    TfuRachInfo          *param,
4235    Buffer               *mBuf
4236 ));
4237 EXTERN S16 cmPkTfuRaReqIndInfo ARGS((
4238    TfuRaReqIndInfo      *param,
4239    Buffer               *mBuf
4240 ));
4241 EXTERN S16 cmUnpkTfuRaReqIndInfo ARGS((
4242    TfuRaReqIndInfo      *param,
4243    Buffer               *mBuf
4244 ));
4245 EXTERN S16 cmPkBuffer ARGS((
4246    Buffer **param,
4247    Buffer *mBuf
4248 ));
4249 EXTERN S16 cmUnpkBuffer ARGS((
4250    Buffer **param,
4251    Buffer *mBuf
4252 ));
4253
4254 /* tfu_x_001.main_8. Added changes of TFU_UPGRADE */
4255 #ifdef TFU_UPGRADE
4256 EXTERN S16 cmPkTfuSrsRpt ARGS((
4257    TfuSrsRpt            *param,
4258    Buffer               *mBuf
4259 ));
4260 EXTERN S16 cmUnpkTfuSrsRpt ARGS((
4261    TfuSrsRpt            *param,
4262    Buffer               *mBuf
4263 ));
4264 EXTERN S16 cmPkTfuSrsIndInfo ARGS((
4265    TfuSrsIndInfo        *param,
4266    Buffer               *mBuf
4267 ));
4268 EXTERN S16 cmUnpkTfuSrsIndInfo ARGS((
4269    TfuSrsIndInfo        *param,
4270    Ptr                  memCp,
4271    Buffer               *mBuf
4272 ));
4273 EXTERN S16 cmPkTfuRawCqiRpt ARGS((
4274    TfuRawCqiRpt         *param,
4275    Buffer               *mBuf
4276 ));
4277 EXTERN S16 cmUnpkTfuRawCqiRpt ARGS((
4278    TfuRawCqiRpt         *param,
4279    Buffer               *mBuf
4280 ));
4281 EXTERN S16 cmPkTfuRawCqiIndInfo ARGS((
4282    TfuRawCqiIndInfo     *param,
4283    Buffer               *mBuf
4284 ));
4285 EXTERN S16 cmUnpkTfuRawCqiIndInfo ARGS((
4286    TfuRawCqiIndInfo     *param,
4287    Ptr                  memCp,
4288    Buffer               *mBuf
4289 ));
4290
4291 #ifdef TFU_TDD
4292
4293 EXTERN S16 cmPkTfuUePucchHqRecpInfo ARGS((
4294    TfuUePucchHqRecpInfo *param,
4295    Buffer               *mBuf
4296 ));
4297 EXTERN S16 cmUnpkTfuUePucchHqRecpInfo ARGS((
4298    TfuUePucchHqRecpInfo *param,
4299    Buffer               *mBuf
4300 ));
4301
4302 #endif
4303
4304 #ifndef TFU_TDD  /* else of TFU_TDD */
4305
4306 EXTERN S16 cmPkTfuUePucchHqRecpInfo ARGS((
4307    TfuUePucchHqRecpInfo *param,
4308    Buffer               *mBuf
4309 ));
4310 EXTERN S16 cmUnpkTfuUePucchHqRecpInfo ARGS((
4311    TfuUePucchHqRecpInfo *param,
4312    Buffer               *mBuf
4313 ));
4314
4315
4316 #endif
4317 EXTERN S16 cmPkTfuUePucchSrRecpInfo ARGS((
4318    TfuUePucchSrRecpInfo *param,
4319    Buffer               *mBuf
4320 ));
4321 EXTERN S16 cmUnpkTfuUePucchSrRecpInfo ARGS((
4322    TfuUePucchSrRecpInfo *param,
4323    Buffer               *mBuf
4324 ));
4325 EXTERN S16 cmPkTfuUePucchCqiRecpInfo ARGS((
4326    TfuUePucchCqiRecpInfo *param,
4327    Buffer               *mBuf
4328 ));
4329 EXTERN S16 cmUnpkTfuUePucchCqiRecpInfo ARGS((
4330    TfuUePucchCqiRecpInfo *param,
4331    Buffer               *mBuf
4332 ));
4333 EXTERN S16 cmPkTfuUePucchSrsRecpInfo ARGS((
4334    TfuUePucchSrsRecpInfo *param,
4335    Buffer               *mBuf
4336 ));
4337 EXTERN S16 cmUnpkTfuUePucchSrsRecpInfo ARGS((
4338    TfuUePucchSrsRecpInfo *param,
4339    Buffer               *mBuf
4340 ));
4341 EXTERN S16 cmPkTfuUeUlSchRecpInfo ARGS((
4342    TfuUeUlSchRecpInfo   *param,
4343    Buffer               *mBuf
4344 ));
4345 EXTERN S16 cmUnpkTfuUeUlSchRecpInfo ARGS((
4346    TfuUeUlSchRecpInfo   *param,
4347    Buffer               *mBuf
4348 ));
4349 EXTERN S16 cmPkTfuUePuschCqiRecpInfo ARGS((
4350    TfuUePuschCqiRecpInfo *param,
4351    Buffer               *mBuf
4352 ));
4353 EXTERN S16 cmUnpkTfuUePuschCqiRecpInfo ARGS((
4354    TfuUePuschCqiRecpInfo *param,
4355    Buffer               *mBuf
4356 ));
4357 EXTERN S16 cmPkTfuUePuschHqRecpInfo ARGS((
4358    TfuUePuschHqRecpInfo *param,
4359    Buffer               *mBuf
4360 ));
4361 EXTERN S16 cmUnpkTfuUePuschHqRecpInfo ARGS((
4362    TfuUePuschHqRecpInfo *param,
4363    Buffer               *mBuf
4364 ));
4365
4366 EXTERN S16 cmPkTfuBfVectorInfo ARGS ((
4367 TfuBfVectorInfo *param,
4368 Buffer *mBuf
4369 ));
4370
4371 EXTERN S16 cmUnpkTfuBfVectorInfo ARGS ((
4372    TfuBfVectorInfo *param,
4373    Buffer *mBuf
4374 ));
4375 #endif /* TFU_UPGRADE */
4376 /* tfu_x_001.main_8. Added changes of TFU_UPGRADE */
4377 EXTERN S16 cmPkTfuUeRecpReqInfo ARGS((
4378    TfuUeRecpReqInfo *param,
4379    Buffer               *mBuf
4380 ));
4381 EXTERN S16 cmUnpkTfuUeRecpReqInfo ARGS((
4382    TfuUeRecpReqInfo *param,
4383    Buffer               *mBuf
4384 ));
4385
4386 /* tfu_x_001.main_8. Added changes of TFU_UPGRADE */
4387 #ifdef TFU_UPGRADE
4388 /** @brief This primitive is used to convey the Raw CQI information 
4389  * transmitted by the UE.
4390  * @details Raw CQI report is the actual bits transmitted by the UE when
4391  * reporting CQI/PMI/RI. The interpretation of these bits to CQI/sub-band CQI
4392  * and so on, are done by MAC.
4393  * 
4394  * @param pst Pointer to the post structure.
4395  * @param suId SAP ID of the service user.
4396  * @param cqiInd Pointer to the TfuRawCqiIndInfo structure.
4397  * @return ROK/RFAILED
4398  */
4399 EXTERN S16 cmPkTfuRawCqiInd ARGS((
4400    Pst *                pst,
4401    SuId                 suId,
4402    TfuRawCqiIndInfo *   rawCqiInd
4403 ));
4404 /** @brief This primitive is used to convey the Raw CQI information 
4405  * transmitted by the UE.
4406  * @details Raw CQI report is the actual bits transmitted by the UE when
4407  * reporting CQI/PMI/RI. The interpretation of these bits to CQI/sub-band CQI
4408  * an so on, are done by MAC.
4409  * 
4410  * @param pst Pointer to the post structure.
4411  * @param suId SAP ID of the service user.
4412  * @param cqiInd Pointer to the TfuRawCqiIndInfo structure.
4413  * @return ROK/RFAILED
4414  */
4415 EXTERN S16 cmUnpkTfuRawCqiInd ARGS((
4416    TfuRawCqiInd         func,
4417    Pst *                pst,
4418    Buffer               *mBuf
4419 ));
4420 /** @brief This primitive is used to convey the information derived by the
4421  * physical layer from the SRS transmission from the UE.
4422  * @details This primitive carries information derived from the SRS transmission
4423  * from the UE. 
4424  * 
4425  * @param pst Pointer to the post structure.
4426  * @param suId SAP ID of the service user.
4427  * @param srsInd Pointer to the TfuSrIndInfo structure.
4428  * @return ROK/RFAILED
4429  */
4430 EXTERN S16 cmPkTfuSrsInd ARGS((
4431    Pst *                pst,
4432    SuId                 suId,
4433    TfuSrsIndInfo *      srsInd
4434 ));
4435 /** @brief This primitive is used to convey the information derived by the
4436  * physical layer from the SRS transmission from the UE.
4437  * @details This primitive carries information derived from the SRS transmission
4438  * from the UE. 
4439  * 
4440  * @param pst Pointer to the post structure.
4441  * @param suId SAP ID of the service user.
4442  * @param srsInd Pointer to the TfuSrIndInfo structure.
4443  * @return ROK/RFAILED
4444  */
4445 EXTERN S16 cmUnpkTfuSrsInd ARGS((
4446    TfuSrsInd            func,
4447    Pst *                pst,
4448    Buffer               *mBuf
4449 ));
4450 #endif
4451
4452 /*tfu_x_001.main_6 - Added for SPS support*/
4453 #ifdef LTEMAC_SPS
4454 EXTERN S16 cmPkTfuAllocMap ARGS((
4455    TfuAllocMap          *param,
4456    Buffer               *mBuf
4457 ));
4458 EXTERN S16 cmUnpkTfuAllocMap ARGS((
4459          TfuAllocMap          *param,
4460          Buffer               *mBuf
4461          ));
4462 #ifdef EMTC_ENABLE
4463 EXTERN S16 cmPkTfuDciFormat6AAllocInfo ARGS((
4464          TfuDciFormat61AllocInfo *param,
4465          Buffer *mBuf
4466          ));
4467 EXTERN S16 cmUnpkTfuDciFormat6AAllocInfo ARGS((
4468          TfuDciFormat61AllocInfo *param,
4469          Buffer *mBuf
4470          ));
4471 EXTERN S16 cmUnpkTfuDciFormat61aInfo ARGS((
4472          TfuDciFormat61aInfo *param,
4473          Buffer *mBuf
4474          ));
4475 EXTERN S16 cmUnpkTfuDciFormat62Info ARGS((
4476          TfuDciFormat62Info *param,
4477          Buffer *mBuf
4478          ));
4479
4480 EXTERN S16 cmUnpkTfudciformat61aPdsch ARGS((
4481          Tfudciformat61aPdsch *param,
4482          Buffer *mBuf
4483          ));
4484 EXTERN S16 cmPkTfuDciFormat61aInfo ARGS((
4485          TfuDciFormat61aInfo *param,
4486          Buffer *mBuf
4487          ));
4488
4489 #endif
4490
4491 #endif
4492
4493 /* LTE_UNLICENSED */
4494 EXTERN S16 cmPkTfuErrInd ARGS((
4495    Pst *                pst,
4496    SuId                 suId,
4497    TfuErrIndInfo *       errInd
4498 ));
4499
4500 EXTERN S16 cmUnpkTfuErrInd ARGS((
4501    TfuErrInd             func,
4502    Pst *                pst,
4503    Buffer               *mBuf
4504 ));
4505 #endif /*LCTFU*/
4506
4507
4508 #ifdef __cplusplus
4509 }
4510 #endif
4511 #endif /* __TFUX__ */
4512
4513 /********************************************************************30**
4514
4515          End of file
4516 **********************************************************************/