X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=E2Manager%2Fhandlers%2Fendc_setup_response_notification_handler.go;fp=E2Manager%2Fhandlers%2Fendc_setup_response_notification_handler.go;h=2e64f3e7822c1f37a212037ba239494e1e0c9f26;hb=ce7bdb1a54c10071a9aa0310a8e42411dcab9226;hp=e7060391fe287ce5c960655d79975c2b0cadd439;hpb=2151d81e25b521d1d7f76fee0f286723e9b00913;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