From dd6a6f13c5cdc1b15d915cc0e9f965ab7aa96b60 Mon Sep 17 00:00:00 2001 From: sandeeku Date: Mon, 23 May 2022 16:31:55 +0530 Subject: [PATCH] E2 changes to fix the E2setup response issue Change-Id: Id154f06602aeb45e15d736146a314981848bb62f Signed-off-by: sandeeku --- RIC-E2-TERMINATION/sctpThread.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ; -- 2.16.6