X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_e2ap_msg_hdl.c;h=d528b512129d55f364787b519e1af13ddcc3db8d;hb=f73456bd55152c329601f8286ae67fe9875025bc;hp=e340e43633cce0b609f24e118c0b8a3e9a1f065e;hpb=ab13dee0decf8731b1d95f943d13a6e7a4a2ead5;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 e340e4363..d528b5121 100644 --- a/src/du_app/du_e2ap_msg_hdl.c +++ b/src/du_app/du_e2ap_msg_hdl.c @@ -1652,6 +1652,13 @@ uint8_t procRicSubsReq(E2AP_PDU_t *e2apMsg) } free(ricSubsReq->protocolIEs.list.array[idx]->value.choice.RICsubscriptionDetails.ricAction_ToBeSetup_List.\ list.array); + + /* 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); } break; }