X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Frg.x;h=0e2d065126b9347b0ed27310e524dc4c85430915;hb=3360eb21f592bfe7249f501fa59ef8739b8589c2;hp=a4a1e9ac4a62687c14bea441cd270475005ff9a4;hpb=d1ead035ab3b543810f1838b2519904bf84477ec;p=o-du%2Fl2.git diff --git a/src/5gnrmac/rg.x b/src/5gnrmac/rg.x index a4a1e9ac4..0e2d06512 100755 --- a/src/5gnrmac/rg.x +++ b/src/5gnrmac/rg.x @@ -339,6 +339,8 @@ struct rgCellCb #ifdef EMTC_ENABLE U8 emtcEnable; #endif + /* 5GNR changes */ + MacCellCfg macCellCfg; /* MAC cell config paramters */ }; /** @@ -649,7 +651,6 @@ struct _rgCb RgCellCb *prevCell; /*!< Reference of last accessed cellCb*/ U8 bufCnt; /*!< Count of buffers in buffersToFree[] */ Buffer *bufToFree[RG_MAX_DFRD_FREE_BUFS];/*!< List of Shared Buffers to be freed */ - MacCellCfg macCellCfg; /* MAC cell config paramters */ }; /* Declaration for RgCb */ @@ -735,9 +736,9 @@ EXTERN S16 rgTOMDatInd ARGS(( Inst inst, TfuDatIndInfo *datInd)); -EXTERN S16 rgTOMTtiInd ARGS(( +EXTERN S16 macProcessSlotInd ARGS(( Inst inst, - TfuTtiIndInfo *ttiInd)); + SlotIndInfo slotInd)); EXTERN Void rgTOMRlsSf ARGS((Inst inst,RgDlSf *dlSf)); EXTERN S16 rgSchMacSfAllocReq ARGS((Pst *pst, RgInfSfAlloc *sfInfo));