[RICPLT-1853] Add RanReconnectionManager & RanSetupManager | Refactor providers/manag... 06/806/1
authoris005q <idan.shalom@intl.att.com>
Mon, 26 Aug 2019 14:56:18 +0000 (17:56 +0300)
committeris005q <idan.shalom@intl.att.com>
Mon, 26 Aug 2019 14:56:31 +0000 (17:56 +0300)
commit19e72a51b5edbf108d230093fdf85b42fe5ab470
tree123c18aa7024ed207e141fe9f60552deb7bd5ca5
parent549944ecfb9e75ed4a03dd6d10e4160b89f26ca8
[RICPLT-1853] Add RanReconnectionManager & RanSetupManager | Refactor providers/managers packages | Add UpdateNodebInfo to RnibWriter

Change-Id: Id7d6b32421caec0daad26c7d72cc88a5642f5547
Signed-off-by: is005q <idan.shalom@intl.att.com>
26 files changed:
E2Manager/configuration/configuration.go
E2Manager/controllers/controller.go
E2Manager/controllers/controller_test.go
E2Manager/controllers/nodeb_controller.go
E2Manager/cp.out [deleted file]
E2Manager/go.mod
E2Manager/go.sum
E2Manager/handlers/ranLostConnectionHandler.go
E2Manager/handlers/ranLostConnectionHandler_test.go
E2Manager/handlers/setup_request_handler.go
E2Manager/main/http_server.go
E2Manager/managers/notificationmanager/notification_manager.go [moved from E2Manager/managers/notification_manager.go with 77% similarity]
E2Manager/managers/ran_reconnection_manager.go [new file with mode: 0644]
E2Manager/managers/ran_setup_manager.go [new file with mode: 0644]
E2Manager/mocks/rnibWriterMock.go
E2Manager/providers/httpmsghandlerprovider/incoming_request_handler_provider.go [moved from E2Manager/providers/incoming_request_handler_provider.go with 78% similarity]
E2Manager/providers/httpmsghandlerprovider/incoming_request_handler_provider_test.go [moved from E2Manager/providers/incoming_request_handler_provider_test.go with 95% similarity]
E2Manager/providers/httpmsghandlerprovider/request_handler_provider.go [moved from E2Manager/providers/request_handler_provider.go with 98% similarity]
E2Manager/providers/httpmsghandlerprovider/request_handler_provider_test.go [moved from E2Manager/providers/request_handler_provider_test.go with 98% similarity]
E2Manager/providers/rmrmsghandlerprovider/notification_handler_provider.go [moved from E2Manager/providers/notification_handler_provider.go with 70% similarity]
E2Manager/providers/rmrmsghandlerprovider/notification_handler_provider_test.go [moved from E2Manager/providers/notification_handler_provider_test.go with 67% similarity]
E2Manager/rNibWriter/rNibWriter.go
E2Manager/rNibWriter/rNibWriter_test.go
E2Manager/resources/configuration.yaml
E2Manager/services/receivers/rmr_service_receiver.go
E2Manager/services/receivers/rmr_service_receiver_test.go