X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Fmac.h;h=aac9950012582c61b66bc9978d48049d320a388b;hb=9aed9ab1046cd7786f705238e05e8491954717a9;hp=a4dc3207efa699624bf184f63deabe1bf0c95508;hpb=b3d5c17f74361fcdcb9b9febff450292197e3a57;p=o-du%2Fl2.git diff --git a/src/5gnrmac/mac.h b/src/5gnrmac/mac.h index a4dc3207e..aac995001 100644 --- a/src/5gnrmac/mac.h +++ b/src/5gnrmac/mac.h @@ -115,7 +115,7 @@ typedef struct macDlSlot typedef struct macUlSlot { - UlSchedInfo ulInfo; + UlSchedInfo ulSchInfo; }MacUlSlot; typedef struct macCbInfo @@ -302,6 +302,9 @@ uint8_t MacProcSchCellDeleteRsp(Pst *pst, SchCellDeleteRsp *schCellDeleteRsp); uint8_t MacProcSchStatsRsp(Pst *pst, SchStatsRsp *schStatsRsp); uint8_t MacProcSchStatsInd(Pst *pst, SchStatsInd *schStatsInd); +uint8_t MacProcSchStatsDeleteRsp(Pst *pst, SchStatsDeleteRsp *schStatsDeleteRsp); +uint8_t MacProcSchStatsModificationRsp(Pst *pst, SchStatsModificationRsp *schStatsModificationRsp); + #endif /********************************************************************** End of file