X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Frg.x;h=a4a1e9ac4a62687c14bea441cd270475005ff9a4;hb=d1ead035ab3b543810f1838b2519904bf84477ec;hp=73c0d90125356d00f14989a63db239c108730cf6;hpb=5625a52ad68f6ad93684e68bbbdbaef0d462cf9a;p=o-du%2Fl2.git diff --git a/src/5gnrmac/rg.x b/src/5gnrmac/rg.x index 73c0d9012..a4a1e9ac4 100755 --- a/src/5gnrmac/rg.x +++ b/src/5gnrmac/rg.x @@ -649,6 +649,7 @@ 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 */