From: Irina Date: Thu, 6 Aug 2020 09:04:29 +0000 (+0000) Subject: [RIC-430] - Update Connection Status on RAN List - release tag 5.4.5 X-Git-Tag: R5_RC~6 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=06120d7fff061c53ef55ed6e690f50110adc0232;hp=fbd73df3e4bd575816d4c6444807879a8bf54c7f;p=ric-plt%2Fe2mgr.git [RIC-430] - Update Connection Status on RAN List - release tag 5.4.5 Change-Id: I6037e0144e1af54f95497d812a683181e400a4c5 Signed-off-by: Irina --- diff --git a/E2Manager/handlers/httpmsghandlers/delete_all_request_handler_test.go b/E2Manager/handlers/httpmsghandlers/delete_all_request_handler_test.go index 3853dc5..0b54a4f 100644 --- a/E2Manager/handlers/httpmsghandlers/delete_all_request_handler_test.go +++ b/E2Manager/handlers/httpmsghandlers/delete_all_request_handler_test.go @@ -187,7 +187,7 @@ func TestUpdateNodebInfoOnConnectionStatusInversionFailure(t *testing.T) { newNbIdentity := &entities.NbIdentity{InventoryName: "RanName_1", ConnectionStatus: entities.ConnectionStatus_SHUT_DOWN, GlobalNbId: &entities.GlobalNbId{PlmnId: "plmnId1", NbId: "nbId1"}} writerMock.On("UpdateNbIdentities", updatedNb1.GetNodeType(), []*entities.NbIdentity{oldNbIdentity1}, []*entities.NbIdentity{newNbIdentity}).Return(nil) - newNbIdentity2 := &entities.NbIdentity{InventoryName: "RanName_1", ConnectionStatus: entities.ConnectionStatus_SHUT_DOWN, GlobalNbId: &entities.GlobalNbId{PlmnId: "plmnId1", NbId: "nbId1"}} + newNbIdentity2 := &entities.NbIdentity{InventoryName: "RanName_1", ConnectionStatus: entities.ConnectionStatus_SHUT_DOWN, GlobalNbId: &entities.GlobalNbId{PlmnId: "plmnId2", NbId: "nbId2"}} writerMock.On("UpdateNbIdentities", updatedNb1.GetNodeType(), []*entities.NbIdentity{oldNbIdentity2}, []*entities.NbIdentity{newNbIdentity2}).Return(nil) _, err := h.Handle(nil) diff --git a/releases/container-release-ric-plt-e2mgr.yaml b/releases/container-release-ric-plt-e2mgr.yaml index 6cc1da8..5af0a74 100644 --- a/releases/container-release-ric-plt-e2mgr.yaml +++ b/releases/container-release-ric-plt-e2mgr.yaml @@ -1,10 +1,10 @@ --- distribution_type: container -container_release_tag: 5.4.4 +container_release_tag: 5.4.5 container_pull_registry: nexus3.o-ran-sc.org:10004 container_push_registry: nexus3.o-ran-sc.org:10002 project: ric-plt/e2mgr ref: bc966a778e96ab13590722c140489e8ef053a6f0 containers: - name: ric-plt-e2mgr - version: 5.4.4 + version: 5.4.5