X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Flwr_mac_phy.h;h=ee1d65f811ceece4a8d3ad112a2c978357ff6634;hb=refs%2Fchanges%2F77%2F5777%2F2;hp=8775071e44a5b3fee4dbf5260ef7d2da20b0ee2c;hpb=65443172dd60a6ea312bd3a15959dbf54ad7f045;p=o-du%2Fl2.git diff --git a/src/5gnrmac/lwr_mac_phy.h b/src/5gnrmac/lwr_mac_phy.h index 8775071e4..ee1d65f81 100644 --- a/src/5gnrmac/lwr_mac_phy.h +++ b/src/5gnrmac/lwr_mac_phy.h @@ -32,9 +32,10 @@ typedef enum MSG_TX_ERR }ErrorCode; -#ifdef INTEL_WLS +#ifdef INTEL_WLS_MEM #define WLS_MEM_FREE_PRD 10 /* Free memory after 10 slot ind */ -#define LWR_MAC_WLS_BUF_SIZE 8192 /* Size of WLS memory block */ +#define LWR_MAC_WLS_BUF_SIZE 32000 /* Size of WLS memory block */ +#define EVT_START_WLS_RCVR 1 /* allocate static buffer from WLS memory */ #define WLS_MEM_ALLOC(_datPtr, _size) \ @@ -63,9 +64,11 @@ uint8_t slotIndIdx; void freeWlsBlockList(uint8_t idx); void LwrMacEnqueueWlsBlock(); -#endif /* INTEL_WLS */ +void LwrMacRecvPhyMsg(); +void LwrMacStartWlsRcvr(); +#endif /* INTEL_WLS_MEM */ -uint8_t LwrMacSendToPhy(uint8_t msgType, uint32_t msgLen, void *msg); +uint8_t LwrMacSendToL1(void *msg); #endif /**********************************************************************