X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=fapi_5g%2Fsource%2Fapi%2Ffapi2phy%2Fp7%2Fnr5g_fapi_fapi2phy_p7_proc.h;h=6a488602ef1fab806f538f5b6c16865892b0c7d1;hb=HEAD;hp=1d75608c8fae2d05214e56d96e590a3f3650ffef;hpb=9d66fca5c45c8b3e0d6eab6d51a90c8e9d2614dc;p=o-du%2Fphy.git diff --git a/fapi_5g/source/api/fapi2phy/p7/nr5g_fapi_fapi2phy_p7_proc.h b/fapi_5g/source/api/fapi2phy/p7/nr5g_fapi_fapi2phy_p7_proc.h index 1d75608..6a48860 100644 --- a/fapi_5g/source/api/fapi2phy/p7/nr5g_fapi_fapi2phy_p7_proc.h +++ b/fapi_5g/source/api/fapi2phy/p7/nr5g_fapi_fapi2phy_p7_proc.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. @@ -27,21 +27,25 @@ #define _NR5G_FAPI_FAP2PHY_P7_PROC_H_ uint8_t nr5g_fapi_dl_tti_request( + bool is_urllc, p_nr5g_fapi_phy_instance_t p_phy_instance, fapi_dl_tti_req_t * p_fapi_req, fapi_vendor_msg_t * p_fapi_vendor_msg); uint8_t nr5g_fapi_ul_tti_request( + bool is_urllc, p_nr5g_fapi_phy_instance_t p_phy_instance, fapi_ul_tti_req_t * p_fapi_req, fapi_vendor_msg_t * p_fapi_vendor_msg); uint8_t nr5g_fapi_ul_dci_request( + bool is_urllc, p_nr5g_fapi_phy_instance_t p_phy_instance, fapi_ul_dci_req_t * p_fapi_req, fapi_vendor_msg_t * p_fapi_vendor_msg); uint8_t nr5g_fapi_tx_data_request( + bool is_urllc, p_nr5g_fapi_phy_instance_t p_phy_instance, fapi_tx_data_req_t * p_fapi_req, fapi_vendor_msg_t * p_fapi_vendor_msg);