From: aa7133@att.com Date: Thu, 29 Oct 2020 14:45:01 +0000 (+0300) Subject: 5.4.4 Found cut and paste error in the prometheus add function on Service Update... X-Git-Tag: 5.4.8~12 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=5277191f5f04f58110008636ee9ebd81d54e1170;p=ric-plt%2Fe2.git 5.4.4 Found cut and paste error in the prometheus add function on Service Update Request Change-Id: I109caeeacc0b8d3189e61fc27c4a8099ee44a2cc Signed-off-by: aa7133@att.com --- diff --git a/RIC-E2-TERMINATION/container-tag.yaml b/RIC-E2-TERMINATION/container-tag.yaml index 5bed23e..8a5b623 100644 --- a/RIC-E2-TERMINATION/container-tag.yaml +++ b/RIC-E2-TERMINATION/container-tag.yaml @@ -1,3 +1,3 @@ # The Jenkins job requires a tag to build the Docker image. # Global-JJB script assumes this file is in the repo root. -tag: 5.4.3 +tag: 5.4.4 diff --git a/RIC-E2-TERMINATION/sctpThread.cpp b/RIC-E2-TERMINATION/sctpThread.cpp index 654f194..c819909 100644 --- a/RIC-E2-TERMINATION/sctpThread.cpp +++ b/RIC-E2-TERMINATION/sctpThread.cpp @@ -2182,7 +2182,7 @@ int receiveXappMessages(Sctp_Map_t *sctpMap, break; } message.peerInfo->counters[OUT_SUCC][MSG_COUNTER][ProcedureCode_id_RICserviceUpdate]->Increment(); - message.peerInfo->counters[OUT_SUCC][BYTES_COUNTER][ProcedureCode_id_RICserviceQuery]->Increment(rmrMessageBuffer.rcvMessage->len); + message.peerInfo->counters[OUT_SUCC][BYTES_COUNTER][ProcedureCode_id_RICserviceUpdate]->Increment(rmrMessageBuffer.rcvMessage->len); if (loglevel >= MDCLOG_DEBUG) { mdclog_write(MDCLOG_DEBUG, "Before sending to CU"); }