X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=fapi_5g%2Fsource%2Fframework%2Fworkers%2Fnr5g_fapi_mac2phy_thread.h;h=c7e3ffa43ea4b2aae466e369714973f2861febda;hb=HEAD;hp=fcde6e2aeaefe63fc7c16742d57643d18e5d6806;hpb=9d66fca5c45c8b3e0d6eab6d51a90c8e9d2614dc;p=o-du%2Fphy.git diff --git a/fapi_5g/source/framework/workers/nr5g_fapi_mac2phy_thread.h b/fapi_5g/source/framework/workers/nr5g_fapi_mac2phy_thread.h index fcde6e2..c7e3ffa 100644 --- a/fapi_5g/source/framework/workers/nr5g_fapi_mac2phy_thread.h +++ b/fapi_5g/source/framework/workers/nr5g_fapi_mac2phy_thread.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. @@ -20,13 +20,19 @@ #include "nr5g_fapi_framework.h" #include "fapi_interface.h" +#include "fapi_vendor_extension.h" void nr5g_fapi_mac2phy_api_recv_handler( + bool is_urllc, void *config, p_fapi_api_queue_elem_t p_msg_list); void nr5g_fapi_mac2phy_api_processing_handler( + bool is_urllc, p_nr5g_fapi_phy_instance_t p_phy_instance, p_fapi_api_queue_elem_t p_msg_list); +uint8_t nr5g_fapi_check_api_ordering( + p_nr5g_fapi_phy_instance_t p_phy_instance, + p_fapi_api_queue_elem_t p_msg_list); #endif