X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=o-du%2Fphy.git;a=blobdiff_plain;f=wls_lib%2Ftest%2Fmac%2Fmac_wls.h;fp=wls_lib%2Ftest%2Fmac%2Fmac_wls.h;h=171ec95b5669720a87152276a286e396496d2ace;hp=27b41a6ff56415a95619a0de79392ac71a516f54;hb=2de97529a4c5a1922214ba0e6f0fb84cacbd0bc7;hpb=81a09690b36b3a4e89b4dae34f30933de13f7f90 diff --git a/wls_lib/test/mac/mac_wls.h b/wls_lib/test/mac/mac_wls.h index 27b41a6..171ec95 100644 --- a/wls_lib/test/mac/mac_wls.h +++ b/wls_lib/test/mac/mac_wls.h @@ -45,6 +45,8 @@ extern "C" { #define MAX_DL_BUF_LOCATIONS (MIN_DL_BUF_LOCATIONS + MAX_NUM_LOCATIONS) /* Used for stats collection 0-49 */ #define MAX_UL_BUF_LOCATIONS (MIN_UL_BUF_LOCATIONS + MAX_NUM_LOCATIONS) /* Used for stats collection 50-99 */ +#define WLS_MSG_BLOCK_SIZE ( 16384 * 16 ) + typedef struct tagZBC_LIST_ITEM { uint64_t pMsg; @@ -52,7 +54,7 @@ typedef struct tagZBC_LIST_ITEM } ZBC_LIST_ITEM, *PZBC_LIST_ITEM; -uint32_t wls_mac_init(char * wls_device_name, uint64_t nWlsMemorySize); +uint32_t wls_mac_init(char * wls_device_name, uint64_t nBlockSize); void wls_mac_print_thread_info(void); uint32_t wls_mac_destroy(void); void *wls_mac_alloc_buffer(uint32_t size, uint32_t loc);