Fixes for SSB transmission in Radio mode integration [Issue-ID: ODUHIGH-267]
[o-du/l2.git] / src / 5gnrmac / lwr_mac_fsm.h
index 606e65d..96cff05 100644 (file)
 #define CORESET_TYPE2 2
 #define CORESET_TYPE3 3
 
+#ifdef INTEL_WLS_MEM
+#define WLS_MEM_FREE_PRD       10        /* Free memory after 10 slot ind */
+#endif
+
 #define FILL_FAPI_LIST_ELEM(_currElem, _nextElem, _msgType, _numMsgInBlock, _alignOffset)\
 {\
    _currElem->msg_type             = (uint8_t) _msgType;\
@@ -56,11 +60,11 @@ uint8_t lwr_mac_procStartReqEvt(void *msg);
 uint8_t lwr_mac_procStopReqEvt(void *msg);
 void sendToLowerMac(uint16_t, uint32_t, void *);
 void procPhyMessages(uint16_t msgType, uint32_t msgSize, void *msg);
-uint16_t fillUlTtiReq(SlotIndInfo currTimingInfo);
 uint16_t fillDlTtiReq(SlotIndInfo currTimingInfo);
 uint16_t fillUlDciReq(SlotIndInfo currTimingInfo);
-
 typedef uint8_t (*lwrMacFsmHdlr)(void *);
+void lwrMacLayerInit(Region region, Pool pool);
+
 #endif
 
 /**********************************************************************