X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=E2Manager%2Fhandlers%2Fran_lost_connection_handler.go;h=e8992025aaeea9d8e93060f1b1f1fb767a4e4043;hb=01225af2476518e3b88904081e34a7d43f5568a7;hp=1da2d12ab47309ac9f6a3b60546344c9bdb41492;hpb=1e5e5aeb99166f1b84b249ad7debd8a972a310bb;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/handlers/ran_lost_connection_handler.go b/E2Manager/handlers/ran_lost_connection_handler.go index 1da2d12..e899202 100644 --- a/E2Manager/handlers/ran_lost_connection_handler.go +++ b/E2Manager/handlers/ran_lost_connection_handler.go @@ -35,12 +35,7 @@ func NewRanLostConnectionHandler(ranReconnectionManager managers.IRanReconnectio } func (handler RanLostConnectionHandler) Handle(logger *logger.Logger, e2Sessions sessions.E2Sessions, request *models.NotificationRequest, messageChannel chan<- *models.NotificationResponse) { - ranName := request.TransactionId - - // TODO: check with E2T dev why does request.RanName (MEID) does not contain the ran name (in case sim is down) - if len(request.RanName) > 0 { - ranName = request.RanName - } + ranName := request.RanName logger.Warnf("#RanLostConnectionHandler.Handle - RAN name: %s - Received lost connection notification", ranName)