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=e1c075eb66bdce8e9f91af00356661fb8563053d;hpb=27d8d877e837c2879a452538cdbe81afe48bed62;p=o-du%2Fl2.git diff --git a/src/5gnrmac/lwr_mac.h b/src/5gnrmac/lwr_mac.h index e1c075eb6..fff604359 100644 --- a/src/5gnrmac/lwr_mac.h +++ b/src/5gnrmac/lwr_mac.h @@ -42,6 +42,9 @@ typedef enum /* Events in Lower Mac */ typedef enum{ +#ifdef INTEL_TIMER_MODE + UL_IQ_SAMPLE, +#endif PARAM_REQUEST, PARAM_RESPONSE, CONFIG_REQUEST, @@ -63,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 */ @@ -270,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