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=eb726346954a1a2cdd270dbaee4784af098d8afd;hb=b3d5c17f74361fcdcb9b9febff450292197e3a57;hp=748608dff8544e2776944839e46db0a16247b1b2;hpb=cff10ba79a0f18dcf3aa6675a11b56e8d7ffb6b8;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 748608dff..eb7263469 100644 --- a/src/du_app/du_e2ap_msg_hdl.c +++ b/src/du_app/du_e2ap_msg_hdl.c @@ -1714,12 +1714,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; }