From: sandeeku Date: Mon, 23 May 2022 11:01:55 +0000 (+0530) Subject: E2 changes to fix the E2setup response issue X-Git-Tag: 6.0.0~2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=dd6a6f13c5cdc1b15d915cc0e9f965ab7aa96b60;p=ric-plt%2Fe2.git E2 changes to fix the E2setup response issue Change-Id: Id154f06602aeb45e15d736146a314981848bb62f Signed-off-by: sandeeku --- diff --git a/RIC-E2-TERMINATION/sctpThread.h b/RIC-E2-TERMINATION/sctpThread.h index 3b68672..3b0f203 100644 --- a/RIC-E2-TERMINATION/sctpThread.h +++ b/RIC-E2-TERMINATION/sctpThread.h @@ -150,7 +150,7 @@ typedef struct sctp_params { string prometheusPort {"8088"}; Family *prometheusFamily; Exposer *prometheusExposer = nullptr; - Counter *e2tCounters[6][2][ProcedureCode_id_RICsubscriptionDelete + 1] {}; + Counter *e2tCounters[6][2][ProcedureCode_id_RICsubscriptionDeleteRequired + 1] {}; } sctp_params_t; // RAN to RIC @@ -179,7 +179,7 @@ typedef struct ConnectedCU { bool isConnected = false; bool gotSetup = false; sctp_params_t *sctpParams = nullptr; - Counter *counters[6][2][ProcedureCode_id_RICsubscriptionDelete + 1] {}; + Counter *counters[6][2][ProcedureCode_id_RICsubscriptionDeleteRequired + 1] {}; bool isSingleStream = false; int singleStreamId = 0; } ConnectedCU_t ;