X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Flwr_mac_handle_phy.c;h=ebcd761ffcb992c07e2b61f8a0f71acd8e8a3ed0;hb=refs%2Fchanges%2F56%2F6056%2F4;hp=54a6643952b772cc5e11c6288ca3f234d413cb69;hpb=7602d994b0efa53be2a79b8f66a8d83be8b5420d;p=o-du%2Fl2.git diff --git a/src/5gnrmac/lwr_mac_handle_phy.c b/src/5gnrmac/lwr_mac_handle_phy.c index 54a664395..ebcd761ff 100644 --- a/src/5gnrmac/lwr_mac_handle_phy.c +++ b/src/5gnrmac/lwr_mac_handle_phy.c @@ -180,6 +180,9 @@ uint8_t procStopInd() * ****************************************************************/ uint8_t procRachInd(fapi_rach_indication_t *fapiRachInd) { +/* TODO : Remove the following #ifndef TEMP_INTG_FLAG, when testing + * RACH.indication in radio mode integration */ +#ifndef TEMP_INTG_FLAG Pst pst; uint8_t pduIdx; uint8_t prmbleIdx; @@ -217,7 +220,9 @@ uint8_t procRachInd(fapi_rach_indication_t *fapiRachInd) /* Fill post and sent to MAC */ FILL_PST_LWR_MAC_TO_MAC(pst, EVENT_RACH_IND_TO_MAC); return (*sendRachIndOpts[pst.selector])(&pst, rachInd); - +#else + return ROK; +#endif }/* handleRachInd */ /*******************************************************************