X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=E2Manager%2Fhandlers%2Fx2apSetup_response_notification_handler.go;fp=E2Manager%2Fhandlers%2Fx2apSetup_response_notification_handler.go;h=b69cf58d54fb40c29f32347e9368ec65cc0167a8;hb=ce7bdb1a54c10071a9aa0310a8e42411dcab9226;hp=5e9f6747bf0d540e966eb1924a08613f448fe4be;hpb=2151d81e25b521d1d7f76fee0f286723e9b00913;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/handlers/x2apSetup_response_notification_handler.go b/E2Manager/handlers/x2apSetup_response_notification_handler.go index 5e9f674..b69cf58 100644 --- a/E2Manager/handlers/x2apSetup_response_notification_handler.go +++ b/E2Manager/handlers/x2apSetup_response_notification_handler.go @@ -51,6 +51,7 @@ func (src X2SetupResponseNotificationHandler) Handle(logger *logger.Logger, e2Se nb.GlobalNbId = nbIdentity.GlobalNbId nb.RanName = e2session.Request.RanName nb.ConnectionStatus = entities.ConnectionStatus_CONNECTED + nb.E2ApplicationProtocol = entities.E2ApplicationProtocol_X2_SETUP_REQUEST nb.Ip = e2session.Request.RanIp nb.Port = uint32(e2session.Request.RanPort) nb.NodeType = entities.Node_ENB