[Epic-ID: ODUHIGH-516][Task-ID: ODUHIGH-523] Statistics Response between DU APP and...
[o-du/l2.git] / src / 5gnrmac / mac.h
index 64ff813..756e288 100644 (file)
@@ -241,6 +241,7 @@ struct macCellCb
    MacUeRecfg      *ueRecfgTmpData[MAX_NUM_UE];
    MacUeCb         ueCb[MAX_NUM_UE];
    MacCellCfg      macCellCfg;
+   uint8_t         numerology;
    SlotTimingInfo  currTime;
 };
 
@@ -286,6 +287,8 @@ uint8_t MacProcUlSchInfo(Pst *pst, UlSchedInfo *ulSchedInfo);
 uint8_t MacProcSchRachRsrcRsp(Pst *pst, SchRachRsrcRsp *schRachRsrcRsp);
 uint8_t MacProcDlPageAlloc(Pst *pst, DlPageAlloc *dlPageAlloc);
 uint8_t MacProcSchCellDeleteRsp(Pst *pst, SchCellDeleteRsp *schCellDeleteRsp);
+
+uint8_t MacProcSchStatsRsp(Pst *pst, SchStatsRsp *schStatsRsp);
 #endif
 /**********************************************************************
   End of file