RIC-193 - Setup from RAN: missing GLobalNbId fix 49/3149/1
authorns019t <ns019t@intl.att.com>
Sun, 5 Apr 2020 11:17:57 +0000 (14:17 +0300)
committerns019t <ns019t@intl.att.com>
Sun, 5 Apr 2020 11:18:33 +0000 (14:18 +0300)
Change-Id: I6149236e4e214be8aec7fcbbb47862cec10c8fb8
Signed-off-by: ns019t <ns019t@intl.att.com>
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