X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=o-du%2Fphy.git;a=blobdiff_plain;f=fapi_5g%2Fsource%2Fapi%2Ffapi2mac%2Fp5%2Fnr5g_fapi_proc_stop_ind.c;fp=fapi_5g%2Fsource%2Fapi%2Ffapi2mac%2Fp5%2Fnr5g_fapi_proc_stop_ind.c;h=a51e46dc3df7b6004c57228e381e57a83e855362;hp=9674f3f75fad645beb83babe0cd3d4f779db1e93;hb=2de97529a4c5a1922214ba0e6f0fb84cacbd0bc7;hpb=81a09690b36b3a4e89b4dae34f30933de13f7f90 diff --git a/fapi_5g/source/api/fapi2mac/p5/nr5g_fapi_proc_stop_ind.c b/fapi_5g/source/api/fapi2mac/p5/nr5g_fapi_proc_stop_ind.c index 9674f3f..a51e46d 100644 --- a/fapi_5g/source/api/fapi2mac/p5/nr5g_fapi_proc_stop_ind.c +++ b/fapi_5g/source/api/fapi2mac/p5/nr5g_fapi_proc_stop_ind.c @@ -90,7 +90,7 @@ uint8_t nr5g_fapi_stop_indication( p_fapi_resp->header.msg_id = FAPI_STOP_INDICATION; p_fapi_resp->header.length = (uint16_t) sizeof(fapi_stop_ind_t); /* 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_stop_ind++; NR5G_FAPI_LOG(INFO_LOG, ("[STOP.indication][%d]", phy_id)); #else @@ -100,8 +100,8 @@ uint8_t nr5g_fapi_stop_indication( fapi_req.sfn = 0; fapi_req.slot = 0; fapi_req.test_type = 0; - nr5g_fapi_shutdown_request(p_phy_instance, &fapi_req); - nr5g_fapi_fapi2phy_send_api_list(); + nr5g_fapi_shutdown_request(0, p_phy_instance, &fapi_req); + nr5g_fapi_fapi2phy_send_api_list(0); #endif } else if (FAILURE == p_iapi_resp->nStatus) { p_list_elem = @@ -122,7 +122,7 @@ uint8_t nr5g_fapi_stop_indication( p_fapi_error_ind->message_id = FAPI_STOP_REQUEST; p_fapi_error_ind->error_code = p_iapi_resp->nStatus; /* 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_error_ind++; NR5G_FAPI_LOG(INFO_LOG, ("[STOP.indication][ERROR.indication][%d]", phy_id));