RIC-194 Setup from RAN: On Routing Manager Failure, return Setup Failure 55/3255/5
authorns019t <ns019t@intl.att.com>
Mon, 13 Apr 2020 13:57:59 +0000 (16:57 +0300)
committerns019t <ns019t@intl.att.com>
Thu, 16 Apr 2020 08:27:44 +0000 (11:27 +0300)
commitb3805a9d29e2c7f6f14e3fedfa1ba504f734eea9
treebd177b4262574b0c8df524209cb0619d8bb63908
parentf1035e286c9cdb58fd786daf4d6c5cc9bea45a37
RIC-194 Setup from RAN: On Routing Manager Failure, return Setup Failure

Change-Id: I6e1bd61d60336c8c19e805a80c234b971c55c967
Signed-off-by: ns019t <ns019t@intl.att.com>
34 files changed:
E2Manager/controllers/nodeb_controller_test.go
E2Manager/handlers/httpmsghandlers/delete_all_request_handler_test.go
E2Manager/handlers/httpmsghandlers/setup_request_handler_test.go
E2Manager/handlers/httpmsghandlers/x2_reset_request_handler.go
E2Manager/handlers/httpmsghandlers/x2_reset_request_handler_test.go
E2Manager/handlers/rmrmsghandlers/e2_setup_request_notification_handler.go
E2Manager/handlers/rmrmsghandlers/e2_setup_request_notification_handler_test.go
E2Manager/handlers/rmrmsghandlers/enb_load_information_notification_handler_test.go
E2Manager/handlers/rmrmsghandlers/endc_configuration_update_handler.go
E2Manager/handlers/rmrmsghandlers/endc_configuration_update_handler_test.go
E2Manager/handlers/rmrmsghandlers/setup_response_notification_handler_test.go
E2Manager/handlers/rmrmsghandlers/x2_reset_request_notification_handler.go
E2Manager/handlers/rmrmsghandlers/x2_reset_request_notification_handler_test.go
E2Manager/handlers/rmrmsghandlers/x2enb_configuration_update_handler.go
E2Manager/handlers/rmrmsghandlers/x2enb_configuration_update_handler_test.go
E2Manager/managers/e2t_association_manager.go
E2Manager/managers/e2t_association_manager_test.go
E2Manager/managers/e2t_keep_alive_worker_test.go
E2Manager/managers/notificationmanager/notification_manager.go
E2Manager/managers/ran_setup_manager.go
E2Manager/managers/ran_setup_manager_test.go
E2Manager/managers/ran_status_change_manager.go
E2Manager/mocks/rmrMessengerMock.go
E2Manager/models/e2_setup_response_message.go [new file with mode: 0644]
E2Manager/models/e2_setup_success_response_message.go [deleted file]
E2Manager/models/notification_request.go
E2Manager/models/rmr_message.go
E2Manager/rmrCgo/rmrCgoApi.go
E2Manager/rmrCgo/rmrCgoApi_test.go
E2Manager/rmrCgo/rmrCgoTypes.go
E2Manager/rmrCgo/rmrCgoUtils.go
E2Manager/router.txt
E2Manager/services/rmrsender/rmr_sender.go
E2Manager/services/rmrsender/rmr_sender_test.go