X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=E2Manager%2Fhandlers%2Frmrmsghandlers%2Fe2_setup_request_notification_handler.go;h=907e4481ebaa3e86245c60a96ffefc749bc32c4f;hb=refs%2Fchanges%2F83%2F2983%2F1;hp=b35058d36ae37086318ea9a43b3f1cae3fd316ae;hpb=05340a9f7394586874990c10574b792f8e535858;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/handlers/rmrmsghandlers/e2_setup_request_notification_handler.go b/E2Manager/handlers/rmrmsghandlers/e2_setup_request_notification_handler.go index b35058d..907e448 100644 --- a/E2Manager/handlers/rmrmsghandlers/e2_setup_request_notification_handler.go +++ b/E2Manager/handlers/rmrmsghandlers/e2_setup_request_notification_handler.go @@ -112,8 +112,8 @@ func (h E2SetupRequestNotificationHandler) Handle(request *models.NotificationRe return } successResponse := models.NewE2SetupSuccessResponseMessage() - successResponse.SetPlmnId(h.config.RicId.PlmnId) - successResponse.SetRicId(h.config.RicId.RicNearRtId) + successResponse.SetPlmnId(h.config.GlobalRicId.PlmnId) + successResponse.SetRicId(h.config.GlobalRicId.RicNearRtId) successResponse.SetExtractRanFunctionsIDList(setupRequest) responsePayload, err := xml.Marshal(successResponse)