X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=E2Manager%2Fhandlers%2Fendc_setup_response_notification_handler.go;h=2e64f3e7822c1f37a212037ba239494e1e0c9f26;hb=refs%2Fchanges%2F85%2F885%2F1;hp=e7060391fe287ce5c960655d79975c2b0cadd439;hpb=07ef76dd471a0892a893c90e0ab06713aee34be1;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/handlers/endc_setup_response_notification_handler.go b/E2Manager/handlers/endc_setup_response_notification_handler.go index e706039..2e64f3e 100644 --- a/E2Manager/handlers/endc_setup_response_notification_handler.go +++ b/E2Manager/handlers/endc_setup_response_notification_handler.go @@ -53,6 +53,7 @@ func (src EndcX2SetupResponseNotificationHandler) Handle(logger *logger.Logger, nb.GlobalNbId = nbIdentity.GlobalNbId nb.RanName = e2session.Request.RanName nb.ConnectionStatus = entities.ConnectionStatus_CONNECTED + nb.E2ApplicationProtocol = entities.E2ApplicationProtocol_ENDC_X2_SETUP_REQUEST nb.Ip = e2session.Request.RanIp nb.Port = uint32(e2session.Request.RanPort) nb.NodeType = entities.Node_GNB