X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=fapi_5g%2Fsource%2Fframework%2Fwls%2Ffapi2mac%2Fnr5g_fapi_fapi2mac_wls.h;h=282841f460fe77b91ef0ea6e4c48160f1badf3c5;hb=refs%2Fheads%2Fmaster;hp=0a080b281adce43845590047ead877d03e3b5e1b;hpb=9d66fca5c45c8b3e0d6eab6d51a90c8e9d2614dc;p=o-du%2Fphy.git diff --git a/fapi_5g/source/framework/wls/fapi2mac/nr5g_fapi_fapi2mac_wls.h b/fapi_5g/source/framework/wls/fapi2mac/nr5g_fapi_fapi2mac_wls.h index 0a080b2..282841f 100644 --- a/fapi_5g/source/framework/wls/fapi2mac/nr5g_fapi_fapi2mac_wls.h +++ b/fapi_5g/source/framework/wls/fapi2mac/nr5g_fapi_fapi2mac_wls.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (c) 2019 Intel. +* Copyright (c) 2021 Intel. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,20 +26,25 @@ #define _5G_FAPI_FAPI2MAC_WLS_H #include "fapi_interface.h" +#include "fapi_vendor_extension.h" uint8_t nr5g_fapi_fapi2mac_is_valid_wls_ptr( void *data); + uint8_t nr5g_fapi_fapi2mac_wls_send( - p_fapi_api_queue_elem_t p_list_elem); + p_fapi_api_queue_elem_t p_list_elem, + bool is_urllc); + p_fapi_api_queue_elem_t nr5g_fapi_fapi2mac_wls_recv( ); -uint8_t nr5g_fapi_fapi2mac_wls_ready( - ); -uint8_t nr5g_fapi_fapi2mac_wls_wait( +uint32_t nr5g_fapi_fapi2mac_wls_wait( ); void *nr5g_fapi_fapi2mac_wls_alloc_buffer( ); +void nr5g_fapi_fapi2mac_wls_free_buffer( + void *buffers); + #endif /*_5G_FAPI_FAPI2MAC_WLS_H*/