[RICPLT-1854] Refactor X2/ENDC Setup/Setup Failure Response 15/915/1
authoris005q <idan.shalom@intl.att.com>
Mon, 9 Sep 2019 13:10:41 +0000 (16:10 +0300)
committeris005q <idan.shalom@intl.att.com>
Mon, 9 Sep 2019 13:10:48 +0000 (16:10 +0300)
commit0e58b60a82f5912f815be9292fe0c072a80b79a7
tree98169c943f2644a3405fea9bab658448f9428e19
parent1ec13d4076e7c7abefac6176462c1fee31229213
[RICPLT-1854] Refactor X2/ENDC Setup/Setup Failure Response

Change-Id: I73742cbe41230eaf15f3463fcbcc9a98afae3491
Signed-off-by: is005q <idan.shalom@intl.att.com>
18 files changed:
E2Manager/handlers/rmrmsghandlers/endc_configuration_update_handler.go
E2Manager/handlers/rmrmsghandlers/endc_setup_response_notification_handler.go [deleted file]
E2Manager/handlers/rmrmsghandlers/endc_x2Setup_failure_response_notification_handler.go [deleted file]
E2Manager/handlers/rmrmsghandlers/notification_handler.go
E2Manager/handlers/rmrmsghandlers/setup_response_notification_handler.go
E2Manager/handlers/rmrmsghandlers/setup_response_notification_handler_bak.go [deleted file]
E2Manager/handlers/rmrmsghandlers/setup_response_notification_handler_bak_test.go [deleted file]
E2Manager/handlers/rmrmsghandlers/setup_response_notification_handler_test.go [new file with mode: 0644]
E2Manager/handlers/rmrmsghandlers/x2Setup_failure_response_notification_handler.go [deleted file]
E2Manager/handlers/rmrmsghandlers/x2apSetup_response_notification_handler.go [deleted file]
E2Manager/handlers/rmrmsghandlers/x2enb_configuration_update_handler.go
E2Manager/main/http_server_test.go
E2Manager/managers/endc_setup_failure_response_manager.go
E2Manager/managers/endc_setup_response_manager.go
E2Manager/managers/x2_setup_failure_response_manager.go
E2Manager/managers/x2_setup_response_manager.go
E2Manager/providers/rmrmsghandlerprovider/notification_handler_provider.go
E2Manager/providers/rmrmsghandlerprovider/notification_handler_provider_test.go