X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=E2Manager%2Fhandlers%2Frmrmsghandlers%2Fsetup_response_notification_handler.go;h=695a09f815b581243f3d102627a1cda2bce870d6;hb=0823945d1b5a326844833187a36bea669752be93;hp=535d24f9873eb68165517738371755260bfd2528;hpb=2c9d450c93e4f0b312a68d39429efb685ec02022;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/handlers/rmrmsghandlers/setup_response_notification_handler.go b/E2Manager/handlers/rmrmsghandlers/setup_response_notification_handler.go index 535d24f..695a09f 100644 --- a/E2Manager/handlers/rmrmsghandlers/setup_response_notification_handler.go +++ b/E2Manager/handlers/rmrmsghandlers/setup_response_notification_handler.go @@ -73,7 +73,6 @@ func (h SetupResponseNotificationHandler) Handle(request *models.NotificationReq return } - nodebInfo.ConnectionAttempts = 0 nbIdentity := &entities.NbIdentity{InventoryName: inventoryName} err := h.setupResponseManager.PopulateNodebByPdu(h.logger, nbIdentity, nodebInfo, request.Payload)