[RIC-431] REDESIGN - Add RanListManager methods | Add/Update RnibWriter methods 82/4382/1
authoridanshal <idan.shalom@intl.att.com>
Tue, 14 Jul 2020 07:31:02 +0000 (07:31 +0000)
committeridanshal <idan.shalom@intl.att.com>
Tue, 14 Jul 2020 07:31:07 +0000 (07:31 +0000)
commitdc8932a553fabccf33b5cbb4e37084362493dbcf
treecf54385aee7f5dc57bc2179f31b14987a66d50d3
parent16b10a5fcf938a92471f1c7f24ad12084be8bb53
[RIC-431] REDESIGN - Add RanListManager methods | Add/Update RnibWriter methods

Change-Id: I3d567a5098c45d492020388891e351fa9e8e25fd
Signed-off-by: idanshal <idan.shalom@intl.att.com>
28 files changed:
E2Manager/app/main.go
E2Manager/container-tag.yaml
E2Manager/controllers/e2t_controller_test.go
E2Manager/controllers/nodeb_controller_test.go
E2Manager/go.mod
E2Manager/go.sum
E2Manager/handlers/httpmsghandlers/add_enb_request_handler.go
E2Manager/handlers/httpmsghandlers/delete_all_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/e2_term_init_notification_handler_test.go
E2Manager/handlers/rmrmsghandlers/ran_lost_connection_handler_test.go
E2Manager/handlers/rmrmsghandlers/setup_response_notification_handler.go
E2Manager/handlers/rmrmsghandlers/setup_response_notification_handler_test.go
E2Manager/managers/e2t_association_manager_test.go
E2Manager/managers/e2t_shutdown_manager_test.go
E2Manager/managers/notificationmanager/notification_manager_test.go
E2Manager/managers/ran_disconnection_manager_test.go
E2Manager/managers/ran_list_manager.go
E2Manager/mocks/ran_list_manager_mock.go
E2Manager/mocks/rnibWriterMock.go
E2Manager/providers/httpmsghandlerprovider/incoming_request_handler_provider_test.go
E2Manager/providers/rmrmsghandlerprovider/notification_handler_provider_test.go
E2Manager/rNibWriter/rNibWriter.go
E2Manager/rNibWriter/rNibWriter_test.go
E2Manager/services/rmrreceiver/rmr_receiver_test.go
E2Manager/services/rnib_data_service.go
E2Manager/services/rnib_data_service_test.go