X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_e2ap_msg_hdl.c;h=db42a861dbd442203bed6a9a3f39343c72d9d998;hb=refs%2Fchanges%2F85%2F11785%2F2;hp=d528b512129d55f364787b519e1af13ddcc3db8d;hpb=904a5d446b480d71da1bf81f892bab86ab365ce6;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 d528b5121..db42a861d 100644 --- a/src/du_app/du_e2ap_msg_hdl.c +++ b/src/du_app/du_e2ap_msg_hdl.c @@ -1653,12 +1653,14 @@ uint8_t procRicSubsReq(E2AP_PDU_t *e2apMsg) free(ricSubsReq->protocolIEs.list.array[idx]->value.choice.RICsubscriptionDetails.ricAction_ToBeSetup_List.\ list.array); +#ifdef KPI_CALCULATION /* This is a dummy trigger for statistics request. It will * be removed in next gerrit and actual statistics request * will be sent when RIC subscription request is received * from RIC */ ricSubscriptionInfo->actionSequence[0].definition.styleType = 1; BuildAndSendStatsReq(ricSubscriptionInfo->actionSequence[0].definition); +#endif } break; }