X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=fapi_5g%2Fsource%2Fapi%2Ffapi2mac%2Fp5%2Fnr5g_fapi_fapi2mac_p5_proc.h;h=42f1672cfbafb9bc264b7ca8d88d5da19e6e1749;hb=HEAD;hp=1f1cc7bc6c73a9a682db8fb5a84b09cf7feb08d6;hpb=9d66fca5c45c8b3e0d6eab6d51a90c8e9d2614dc;p=o-du%2Fphy.git diff --git a/fapi_5g/source/api/fapi2mac/p5/nr5g_fapi_fapi2mac_p5_proc.h b/fapi_5g/source/api/fapi2mac/p5/nr5g_fapi_fapi2mac_p5_proc.h index 1f1cc7b..42f1672 100644 --- a/fapi_5g/source/api/fapi2mac/p5/nr5g_fapi_fapi2mac_p5_proc.h +++ b/fapi_5g/source/api/fapi2mac/p5/nr5g_fapi_fapi2mac_p5_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. @@ -26,13 +26,16 @@ #ifndef _NR5G_FAPI_FAP2MAC_P5_PROC_H_ #define _NR5G_FAPI_FAP2MAC_P5_PROC_H_ -#include "gnb_l1_l2_api.h" +#include "common_mac_phy_api.h" +#include "nr5g_mac_phy_api.h" uint8_t nr5g_fapi_message_header( - p_nr5g_fapi_phy_ctx_t p_phy_ctx); + p_nr5g_fapi_phy_ctx_t p_phy_ctx, + bool is_urllc); uint8_t nr5g_fapi_message_header_per_phy( - uint8_t phy_id); + uint8_t phy_id, + bool is_urllc); uint8_t nr5g_fapi_config_response( p_nr5g_fapi_phy_ctx_t p_phy_ctx, @@ -46,18 +49,18 @@ uint8_t nr5g_fapi_shutdown_response( p_nr5g_fapi_phy_ctx_t p_phy_ctx, PSHUTDOWNRESPONSEStruct p_iapi_resp); -#ifdef DEBUG_MODE uint8_t nr5g_fapi_start_resp( p_nr5g_fapi_phy_ctx_t p_phy_ctx, PSTARTRESPONSEStruct p_iapi_resp); +#ifdef DEBUG_MODE uint8_t nr5g_fapi_dl_iq_samples_response( p_nr5g_fapi_phy_ctx_t p_phy_ctx, - PADD_REMOVE_BBU_CORES p_iapi_resp); + PADD_REMOVE_BBU_CORES_NR5G p_iapi_resp); uint8_t nr5g_fapi_ul_iq_samples_response( p_nr5g_fapi_phy_ctx_t p_phy_ctx, - PADD_REMOVE_BBU_CORES p_iapi_resp); + PADD_REMOVE_BBU_CORES_NR5G p_iapi_resp); uint8_t nr5g_fapi_message_header_for_ul_iq_samples( uint8_t phy_id);