X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=fapi_5g%2Fsource%2Fapi%2Ffapi2mac%2Fp5%2Fnr5g_fapi_proc_config_resp.c;h=ad988d4152412ad2d9f5ab033bb3322f70cf9337;hb=HEAD;hp=a7669ac4772c06a0451a516eb7c4647a43555805;hpb=9d66fca5c45c8b3e0d6eab6d51a90c8e9d2614dc;p=o-du%2Fphy.git diff --git a/fapi_5g/source/api/fapi2mac/p5/nr5g_fapi_proc_config_resp.c b/fapi_5g/source/api/fapi2mac/p5/nr5g_fapi_proc_config_resp.c index a7669ac..ad988d4 100644 --- a/fapi_5g/source/api/fapi2mac/p5/nr5g_fapi_proc_config_resp.c +++ b/fapi_5g/source/api/fapi2mac/p5/nr5g_fapi_proc_config_resp.c @@ -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,7 +23,6 @@ **/ #include "nr5g_fapi_framework.h" -#include "gnb_l1_l2_api.h" #include "nr5g_fapi_fapi2mac_api.h" #include "nr5g_fapi_fapi2mac_p5_proc.h" @@ -66,7 +65,7 @@ uint8_t nr5g_fapi_config_response( } // Create FAPI message header if (FAPI_STATE_IDLE == p_phy_instance->state) - nr5g_fapi_message_header_per_phy(phy_id); + nr5g_fapi_message_header_per_phy(phy_id, false); p_stats = &p_phy_instance->stats; p_stats->iapi_stats.iapi_config_res++; @@ -97,7 +96,7 @@ uint8_t nr5g_fapi_config_response( p_fapi_resp->number_of_missing_tlvs = 0; // Add element to send list - nr5g_fapi_fapi2mac_add_api_to_list(phy_id, p_list_elem); + nr5g_fapi_fapi2mac_add_api_to_list(phy_id, p_list_elem, false); p_stats->fapi_stats.fapi_config_res++; NR5G_FAPI_LOG(INFO_LOG, ("[CONFIG.response][%d]", phy_id));