X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=src%2Fdu_app%2Fdu_e2ap_msg_hdl.c;h=d7a98bd29d8fe4ec2d4a16fde367d6b1e03a8386;hb=2ba58cd78e409ae234aac627914f954e6aa8b1ff;hp=49586c5238f87389b90fea7537f1ea0fbfef34d8;hpb=47dcc6df526aaec243361a0296966cde738129cb;p=o-du%2Fl2.git diff --git a/src/du_app/du_e2ap_msg_hdl.c b/src/du_app/du_e2ap_msg_hdl.c index 49586c523..d7a98bd29 100644 --- a/src/du_app/du_e2ap_msg_hdl.c +++ b/src/du_app/du_e2ap_msg_hdl.c @@ -2968,7 +2968,7 @@ uint8_t BuildAndSendRicServiceUpdate(RicServiceUpdate serviceUpdate) void procRicServiceQuery(E2AP_PDU_t *e2apMsg) { ConfigType action; - uint8_t arrIdx =0, ranFuncIdx=0,tmpIdx=0; + uint16_t arrIdx =0, ranFuncIdx=0,tmpIdx=0; uint16_t id,revisionCcounter; bool tmpArray[MAX_RAN_FUNCTION] = {false}; RICserviceQuery_t *ricServiceQuery=NULL; @@ -3051,6 +3051,7 @@ void procRicServiceQuery(E2AP_PDU_t *e2apMsg) ricUpdate.recvRanFuncList.numOfRanFunToBeAdded++; } } + if(BuildAndSendRicServiceUpdate(ricUpdate)!= ROK) { DU_LOG("\nERROR --> E2AP : Failed to build and send ric service update message");