* INTC Contribution to the O-RAN F Release for O-DU Low
[o-du/phy.git] / fapi_5g / source / api / fapi2mac / p5 / nr5g_fapi_proc_config_resp.c
index a7669ac..ad988d4 100644 (file)
@@ -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));