RLC DL AMD PDU changes [Issue-ID: ODUHIGH-290]
[o-du/l2.git] / src / 5gnrmac / mac_msg_hdl.c
index 7966445..e227e8d 100644 (file)
@@ -210,13 +210,13 @@ uint8_t fapiMacRxDataInd(Pst *pst, RxDataInd *rxDataInd)
  * ****************************************************************/
 uint8_t MacProcRlcDlData(Pst* pstInfo, RlcData *dlData)
 {
-   uint8_t    pduIdx =0;
-   uint8_t    lcIdx = 0;
-   uint8_t    *txPdu =NULLP;
-   uint16_t   tbSize =0;
-   MacDlData  macDlData;
-   MacDlSlot  *currDlSlot = NULLP;
-   DlRlcBoInfo  dlBoInfo;
+   uint8_t   pduIdx =0;
+   uint8_t   lcIdx = 0;
+   uint8_t   *txPdu =NULLP;
+   uint16_t  tbSize =0;
+   MacDlData macDlData;
+   MacDlSlot *currDlSlot = NULLP;
+   DlRlcBoInfo dlBoInfo;
   
    memset(&macDlData , 0, sizeof(MacDlData));
    DU_LOG("\nDEBUG  -->  MAC: Received DL data for sfn=%d slot=%d numPdu= %d", \