[RICPLT-2526] KeepAlive worker and response. 30/2030/1
authorIrina <ib565x@intl.att.com>
Mon, 16 Dec 2019 12:20:38 +0000 (14:20 +0200)
committerIrina <ib565x@intl.att.com>
Mon, 16 Dec 2019 12:20:47 +0000 (14:20 +0200)
commitfba870af318f9c7061fb53bf5ae398f600069b6e
treed40be7aad7f54bd3ce233bc712d24089aecac409
parentd36bbc4b8f5a0798b46d9631af1a264979f4a28b
[RICPLT-2526] KeepAlive worker and response.

Change-Id: I325381c73008f0bf7eb318a07f1904bfd6780aff
Signed-off-by: Irina <ib565x@intl.att.com>
44 files changed:
Automation/Tests/KeepAlive/__init__.robot [new file with mode: 0755]
Automation/Tests/KeepAlive/keep_alive_test.robot [new file with mode: 0644]
Automation/Tests/RSM_Resource_Status/resource_status_false_stop.robot
Automation/Tests/Resource/Keywords.robot
Automation/Tests/Resource/scripts_variables.robot
E2Manager/app/main.go
E2Manager/configuration/configuration.go
E2Manager/configuration/configuration_test.go
E2Manager/controllers/nodeb_controller_test.go
E2Manager/go.mod
E2Manager/go.sum
E2Manager/handlers/httpmsghandlers/delete_all_request_handler_test.go
E2Manager/handlers/httpmsghandlers/x2_reset_request_handler_test.go
E2Manager/handlers/rmrmsghandlers/e2_term_init_notification_handler_test.go
E2Manager/handlers/rmrmsghandlers/e2t_keep_alive_response_handler.go [new file with mode: 0644]
E2Manager/handlers/rmrmsghandlers/e2t_keep_alive_response_handler_test.go [new file with mode: 0644]
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_test.go
E2Manager/handlers/rmrmsghandlers/x2_reset_response_handler_test.go
E2Manager/handlers/rmrmsghandlers/x2enb_configuration_update_handler_test.go
E2Manager/managers/e2t_instances_manager.go
E2Manager/managers/e2t_instances_manager_test.go
E2Manager/managers/e2t_keep_alive_worker.go [new file with mode: 0644]
E2Manager/managers/e2t_keep_alive_worker_test.go [new file with mode: 0644]
E2Manager/managers/e2t_shutdown_manager.go [new file with mode: 0644]
E2Manager/managers/ran_reconnection_manager_test.go
E2Manager/managers/ran_setup_manager_test.go
E2Manager/managers/ran_status_change_manager_test.go
E2Manager/mocks/e2t_instances_manager_mock.go
E2Manager/mocks/e2t_shutdown_manager_mock.go [new file with mode: 0644]
E2Manager/mocks/rmrMessengerMock.go
E2Manager/models/e2_term_init_payload.go
E2Manager/models/e2t_keep_alive_payload.go [new file with mode: 0644]
E2Manager/providers/rmrmsghandlerprovider/notification_handler_provider.go
E2Manager/providers/rmrmsghandlerprovider/notification_handler_provider_test.go
E2Manager/resources/configuration.yaml
E2Manager/rmrCgo/rmrCgoApi.go
E2Manager/rmrCgo/rmrCgoApi_test.go
E2Manager/rmrCgo/rmrCgoTypes.go
E2Manager/router.txt
E2Manager/services/rmrsender/rmr_sender.go
E2Manager/services/rmrsender/rmr_sender_test.go
E2Manager/services/rnib_data_service.go