X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Fmac.h;h=aac9950012582c61b66bc9978d48049d320a388b;hb=9aed9ab1046cd7786f705238e05e8491954717a9;hp=5a1db5a007f9324fd577c3259d7950695d87ebe2;hpb=6dc8a4c17da24847b3a3aee91b37151f77a8a5bc;p=o-du%2Fl2.git diff --git a/src/5gnrmac/mac.h b/src/5gnrmac/mac.h index 5a1db5a00..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 @@ -303,6 +303,7 @@ 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 /**********************************************************************