X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=fapi_5g%2Fsource%2Fapi%2Ffapi2phy%2Fp5%2Fnr5g_fapi_proc_shutdown_req.c;h=415c74b89b8c8ad3d329db776273e795b9b6b146;hb=HEAD;hp=376f6f970f36d791735c874f079957f0754bed2e;hpb=9d66fca5c45c8b3e0d6eab6d51a90c8e9d2614dc;p=o-du%2Fphy.git diff --git a/fapi_5g/source/api/fapi2phy/p5/nr5g_fapi_proc_shutdown_req.c b/fapi_5g/source/api/fapi2phy/p5/nr5g_fapi_proc_shutdown_req.c index 376f6f9..415c74b 100644 --- a/fapi_5g/source/api/fapi2phy/p5/nr5g_fapi_proc_shutdown_req.c +++ b/fapi_5g/source/api/fapi2phy/p5/nr5g_fapi_proc_shutdown_req.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. @@ -22,8 +22,8 @@ * **/ +#include "nr5g_mac_phy_api.h" #include "nr5g_fapi_framework.h" -#include "gnb_l1_l2_api.h" #include "nr5g_fapi_fapi2mac_api.h" #include "nr5g_fapi_fapi2phy_api.h" #include "nr5g_fapi_fapi2phy_p5_proc.h" @@ -41,6 +41,7 @@ * **/ uint8_t nr5g_fapi_shutdown_request( + bool is_urllc, p_nr5g_fapi_phy_instance_t p_phy_instance, fapi_vendor_ext_shutdown_req_t * p_fapi_req) { @@ -80,7 +81,7 @@ uint8_t nr5g_fapi_shutdown_request( p_fapi_req->test_type; /* Add element to send list */ - nr5g_fapi_fapi2phy_add_to_api_list(p_list_elem); + nr5g_fapi_fapi2phy_add_to_api_list(is_urllc, p_list_elem); p_stats->iapi_stats.iapi_shutdown_req++; NR5G_FAPI_LOG(INFO_LOG, ("[SHUTDOWN.request][%d]", p_phy_instance->phy_id));