X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=E2Manager%2Fhandlers%2Frmrmsghandlers%2Fe2_setup_request_notification_handler.go;h=405d30d27502e63aaaf850a771db4907f63c11de;hb=refs%2Fchanges%2F87%2F3187%2F1;hp=8ec18eb4ec9fcfed2ecae6070f53bfb01e72d3bf;hpb=70a16499e8c7042383f3fe115e6180f398dbab7d;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 8ec18eb..405d30d 100644 --- a/E2Manager/handlers/rmrmsghandlers/e2_setup_request_notification_handler.go +++ b/E2Manager/handlers/rmrmsghandlers/e2_setup_request_notification_handler.go @@ -178,6 +178,10 @@ func (h E2SetupRequestNotificationHandler) buildNodebInfo(ranName string, e2tAdd RanName: ranName, NodeType: entities.Node_GNB, Configuration: &entities.NodebInfo_Gnb{Gnb: &entities.Gnb{}}, + GlobalNbId: &entities.GlobalNbId{ + PlmnId: request.GetPlmnId(), + NbId: request.GetNbId(), + }, } nodebInfo.GetGnb().RanFunctions, err = request.GetExtractRanFunctionsList() return nodebInfo, err