X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Frg.x;h=15e0f26a61d372fdbb4441a1a9670ac580fee308;hb=2193e4cf01012809495be026097e8d7eacb9f0ac;hp=0e2d065126b9347b0ed27310e524dc4c85430915;hpb=5ea4c59cb4dd37164953218b0bd355284e11d22c;p=o-du%2Fl2.git diff --git a/src/5gnrmac/rg.x b/src/5gnrmac/rg.x index 0e2d06512..15e0f26a6 100755 --- a/src/5gnrmac/rg.x +++ b/src/5gnrmac/rg.x @@ -339,8 +339,6 @@ struct rgCellCb #ifdef EMTC_ENABLE U8 emtcEnable; #endif - /* 5GNR changes */ - MacCellCfg macCellCfg; /* MAC cell config paramters */ }; /** @@ -736,9 +734,6 @@ EXTERN S16 rgTOMDatInd ARGS(( Inst inst, TfuDatIndInfo *datInd)); -EXTERN S16 macProcessSlotInd ARGS(( - Inst inst, - SlotIndInfo slotInd)); EXTERN Void rgTOMRlsSf ARGS((Inst inst,RgDlSf *dlSf)); EXTERN S16 rgSchMacSfAllocReq ARGS((Pst *pst, RgInfSfAlloc *sfInfo)); @@ -1018,6 +1013,7 @@ EXTERN S16 rgAllocShrablSBuf ARGS((Inst inst,Data **pData, Size size)); EXTERN Void rgPrintfSubFrameInfo ARGS((RgDlSf *dlSf)); EXTERN Void printMacCellInfo ARGS((Void)); EXTERN Void rgFreeSharableSBuf ARGS((Inst inst,Data **data, Size size)); +EXTERN void MacSendCellCfgCfm(uint8_t response); EXTERN Void rgDHMFreeAllTbBufs ARGS