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_start_resp.c;fp=fapi_5g%2Fsource%2Fapi%2Ffapi2mac%2Fp5%2Fnr5g_fapi_proc_start_resp.c;h=ee48bec98b1baeea5ec0ae97f5195b1ae86d678f;hp=3837958449bacb34c80c9ecedddcfc1608fe1872;hb=2de97529a4c5a1922214ba0e6f0fb84cacbd0bc7;hpb=81a09690b36b3a4e89b4dae34f30933de13f7f90 diff --git a/fapi_5g/source/api/fapi2mac/p5/nr5g_fapi_proc_start_resp.c b/fapi_5g/source/api/fapi2mac/p5/nr5g_fapi_proc_start_resp.c index 3837958..ee48bec 100644 --- a/fapi_5g/source/api/fapi2mac/p5/nr5g_fapi_proc_start_resp.c +++ b/fapi_5g/source/api/fapi2mac/p5/nr5g_fapi_proc_start_resp.c @@ -92,7 +92,7 @@ uint8_t nr5g_fapi_start_resp( (uint16_t) sizeof(fapi_vendor_ext_start_response_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_vext_start_res++; NR5G_FAPI_LOG(INFO_LOG, ("[START.response][%d]", phy_id)); #endif @@ -116,7 +116,7 @@ uint8_t nr5g_fapi_start_resp( 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, ("[ERROR.Indication][%d]", phy_id)); } else {