[RICPLT-2165] Add rnibDataService to support retries 43/943/1
authorAmichai <amichai.sichel@intl.att.com>
Wed, 11 Sep 2019 13:59:16 +0000 (16:59 +0300)
committerAmichai <amichai.sichel@intl.att.com>
Wed, 11 Sep 2019 14:13:35 +0000 (17:13 +0300)
commite3623cf1310f8c8d2fd9b5842102516b9be3b441
tree96f9557f6e5c18f4a15275c6c99fbf99cf211c97
parent37030f80c86eec049fc9e8653fbf011f7e2655b6
[RICPLT-2165] Add rnibDataService to support retries

Change-Id: Ia9dc8bbeead1d1f4fd0f970789bcd4b9af2f0540
Signed-off-by: Amichai <amichai.sichel@intl.att.com>
39 files changed:
E2Manager/configuration/configuration.go
E2Manager/controllers/controller.go
E2Manager/controllers/controller_test.go
E2Manager/controllers/nodeb_controller.go
E2Manager/controllers/nodeb_controller_test.go
E2Manager/converters/endc_x2setupFailureResponseToProtobuf_test.go
E2Manager/converters/endc_x2setupResponseToProtobuf_test.go
E2Manager/converters/x2setupFailureResponseToProtobuf_test.go
E2Manager/converters/x2setupResponseToProtobuf_test.go
E2Manager/handlers/httpmsghandlers/delete_all_request_handler.go
E2Manager/handlers/httpmsghandlers/delete_all_request_handler_test.go
E2Manager/handlers/httpmsghandlers/setup_request_handler.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_term_init_notification_handler.go
E2Manager/handlers/rmrmsghandlers/e2_term_init_notification_handler_test.go
E2Manager/handlers/rmrmsghandlers/enb_load_information_notification_handler.go
E2Manager/handlers/rmrmsghandlers/setup_response_notification_handler.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/x2_reset_response_handler.go
E2Manager/handlers/rmrmsghandlers/x2_reset_response_handler_test.go
E2Manager/main/http_server.go
E2Manager/managers/notificationmanager/notification_manager.go
E2Manager/managers/ran_reconnection_manager.go
E2Manager/managers/ran_reconnection_manager_test.go
E2Manager/managers/ran_setup_manager.go
E2Manager/managers/ran_setup_manager_test.go
E2Manager/providers/httpmsghandlerprovider/incoming_request_handler_provider.go
E2Manager/providers/httpmsghandlerprovider/incoming_request_handler_provider_test.go
E2Manager/providers/rmrmsghandlerprovider/notification_handler_provider.go
E2Manager/providers/rmrmsghandlerprovider/notification_handler_provider_test.go
E2Manager/resources/configuration.yaml
E2Manager/services/receivers/rmr_service_receiver_test.go
E2Manager/services/rnib_data_service.go [new file with mode: 0644]
E2Manager/services/rnib_data_service_test.go [new file with mode: 0644]
E2Manager/services/rnib_reader_service.go [deleted file]