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=29833c17829c55f3d3ff9e9409d161f3c77d6b0c;hpb=70d9d920dd4e575f085f1f1a9050fefd1c10e127;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 29833c1..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. @@ -23,10 +23,12 @@ #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);