X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Fmac.h;h=d4a3f80cfd73bd2464f1a516b99cf65d73b3bf23;hb=fc7d3ce9647a7da04f5a67fa34419076069defc1;hp=5a1db5a007f9324fd577c3259d7950695d87ebe2;hpb=f2015aeff1804aa0314354b93bdbf6c543d9cc96;p=o-du%2Fl2.git diff --git a/src/5gnrmac/mac.h b/src/5gnrmac/mac.h index 5a1db5a00..d4a3f80cf 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 @@ -269,7 +269,7 @@ typedef struct macCb }MacCb; /* global variable */ -MacCb macCb; +extern MacCb macCb; /* Function declarations */ uint8_t macActvInit ARGS((Ent entity, Inst inst, Region region, Reason reason)); @@ -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 /**********************************************************************