X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Flwr_mac.h;h=fff6043599c7fd4568931b289e8a5899c3a7bf35;hb=826d724e0bb1a9803adc1a662d4f6bc4f48e023b;hp=0d4e04d5a9c0be605906be74e99dd4f20261f9cb;hpb=514d4c21e79d37636005186dd9ac5510742b7618;p=o-du%2Fl2.git diff --git a/src/5gnrmac/lwr_mac.h b/src/5gnrmac/lwr_mac.h index 0d4e04d5a..fff604359 100644 --- a/src/5gnrmac/lwr_mac.h +++ b/src/5gnrmac/lwr_mac.h @@ -66,6 +66,7 @@ typedef struct lwrMacGlobalCb Region region; Pool pool; bool clCfgDone; /* CL configuration done */ + uint8_t phySlotIndCntr; LwrMacCellCb cellCb[MAX_NUM_CELL]; /* List of Cells configured */ uint8_t numCell; /* Number of Cells configured */ PhyState phyState; /* State of PHY */ @@ -273,7 +274,6 @@ LwrMacCellCb * lwrMacGetCellCb ARGS((uint16_t cellId)); uint32_t reverseBits(uint32_t num, uint8_t numBits); void fillDlDciPayload(uint8_t *buf, uint8_t *bytePos, uint8_t *bitPos,\ uint32_t val, uint8_t valSize); -void lwrMacLayerInit(); #endif