X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Frg.x;h=268ff0660a7ece98331656d3bc672cd5ef4cc238;hb=451e626d5ac7c7e7586bab23358161230449af46;hp=a4a1e9ac4a62687c14bea441cd270475005ff9a4;hpb=d1ead035ab3b543810f1838b2519904bf84477ec;p=o-du%2Fl2.git diff --git a/src/5gnrmac/rg.x b/src/5gnrmac/rg.x index a4a1e9ac4..268ff0660 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 */