RIC-193 - E2t association manager: AssociateRan method update + tests fix
[ric-plt/e2mgr.git] / E2Manager / handlers / rmrmsghandlers / e2_setup_request_notification_handler.go
index 8ec18eb..405d30d 100644 (file)
@@ -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