[RICPLT-2157] Restructure handlers and converters....... 99/899/1
authoris005q <idan.shalom@intl.att.com>
Thu, 5 Sep 2019 16:28:18 +0000 (19:28 +0300)
committeris005q <idan.shalom@intl.att.com>
Thu, 5 Sep 2019 16:28:25 +0000 (19:28 +0300)
commit1ec13d4076e7c7abefac6176462c1fee31229213
treea34650b1274878d76e4db31574ab7614f479d3dd
parent3f9a67b3d8e15bc725f2f66adf499617ffc0d2fc
[RICPLT-2157] Restructure handlers and converters.......

Change-Id: I5cd677438b2add27ac87b638762069e1a79af69f
Signed-off-by: is005q <idan.shalom@intl.att.com>
61 files changed:
E2Manager/container-tag.yaml
E2Manager/controllers/controller.go
E2Manager/controllers/nodeb_controller.go
E2Manager/converters/enb_load_information_to_protobuf.go [moved from E2Manager/handlers/enb_load_information_to_protobuf.go with 99% similarity]
E2Manager/converters/enb_load_information_to_protobuf_test.go [moved from E2Manager/handlers/enb_load_information_to_protobuf_test.go with 99% similarity]
E2Manager/converters/endc_x2setupFailureResponseToProtobuf.go [moved from E2Manager/handlers/endc_x2setupFailureResponseToProtobuf.go with 93% similarity]
E2Manager/converters/endc_x2setupFailureResponseToProtobuf_test.go [moved from E2Manager/handlers/endc_x2setupFailureResponseToProtobuf_test.go with 63% similarity]
E2Manager/converters/endc_x2setupResponseToProtobuf.go [moved from E2Manager/handlers/endc_x2setupResponseToProtobuf.go with 99% similarity]
E2Manager/converters/endc_x2setupResponseToProtobuf_test.go [moved from E2Manager/handlers/endc_x2setupResponseToProtobuf_test.go with 99% similarity]
E2Manager/converters/x2apPdu_asn1_unpacker.go [moved from E2Manager/handlers/x2apPdu_asn1_unpacker.go with 88% similarity]
E2Manager/converters/x2apPdu_asn1_unpacker_test.go [moved from E2Manager/handlers/x2apPdu_asn1_unpacker_test.go with 87% similarity]
E2Manager/converters/x2setupFailureResponseToProtobuf.go [moved from E2Manager/handlers/x2setupFailureResponseToProtobuf.go with 97% similarity]
E2Manager/converters/x2setupFailureResponseToProtobuf_test.go [moved from E2Manager/handlers/x2setupFailureResponseToProtobuf_test.go with 97% similarity]
E2Manager/converters/x2setupResponseToProtobuf.go [moved from E2Manager/handlers/x2setupResponseToProtobuf.go with 99% similarity]
E2Manager/converters/x2setupResponseToProtobuf_test.go [moved from E2Manager/handlers/x2setupResponseToProtobuf_test.go with 99% similarity]
E2Manager/e2pdus/x2_reset_known_causes.go
E2Manager/handlers/httpmsghandlers/delete_all_request_handler.go [moved from E2Manager/handlers/delete_all_request_handler.go with 97% similarity]
E2Manager/handlers/httpmsghandlers/delete_all_request_handler_test.go [moved from E2Manager/handlers/delete_all_request_handler_test.go with 99% similarity]
E2Manager/handlers/httpmsghandlers/endc_setup_request_handler.go [moved from E2Manager/handlers/endc_setup_request_handler.go with 99% similarity]
E2Manager/handlers/httpmsghandlers/endc_setup_request_handler_test.go [moved from E2Manager/handlers/endc_setup_request_handler_test.go with 98% similarity]
E2Manager/handlers/httpmsghandlers/handler.go [moved from E2Manager/handlers/handler.go with 97% similarity]
E2Manager/handlers/httpmsghandlers/request_handler.go [moved from E2Manager/handlers/request_handler.go with 96% similarity]
E2Manager/handlers/httpmsghandlers/setup_request_handler.go [moved from E2Manager/handlers/setup_request_handler.go with 99% similarity]
E2Manager/handlers/httpmsghandlers/setup_request_handler_test.go [moved from E2Manager/handlers/setup_request_handler_test.go with 99% similarity]
E2Manager/handlers/httpmsghandlers/x2_reset_request_handler.go [moved from E2Manager/handlers/x2_reset_request_handler.go with 99% similarity]
E2Manager/handlers/httpmsghandlers/x2_reset_request_handler_test.go [moved from E2Manager/handlers/x2_reset_request_handler_test.go with 94% similarity]
E2Manager/handlers/rmrmsghandlers/e2_term_init_notification_handler.go [moved from E2Manager/handlers/e2_term_init_notification_handler.go with 90% similarity]
E2Manager/handlers/rmrmsghandlers/e2_term_init_notification_handler_test.go [moved from E2Manager/handlers/e2_term_init_notification_handler_test.go with 76% similarity]
E2Manager/handlers/rmrmsghandlers/enb_load_information_notification_handler.go [moved from E2Manager/handlers/enb_load_information_notification_handler.go with 85% similarity]
E2Manager/handlers/rmrmsghandlers/enb_load_information_notification_handler_test.go [moved from E2Manager/handlers/enb_load_information_notification_handler_test.go with 99% similarity]
E2Manager/handlers/rmrmsghandlers/endc_configuration_update_handler.go [moved from E2Manager/handlers/endc_configuration_update_handler.go with 79% similarity]
E2Manager/handlers/rmrmsghandlers/endc_configuration_update_handler_test.go [moved from E2Manager/handlers/endc_configuration_update_handler_test.go with 99% similarity]
E2Manager/handlers/rmrmsghandlers/endc_setup_response_notification_handler.go [moved from E2Manager/handlers/endc_setup_response_notification_handler.go with 87% similarity]
E2Manager/handlers/rmrmsghandlers/endc_x2Setup_failure_response_notification_handler.go [moved from E2Manager/handlers/endc_x2Setup_failure_response_notification_handler.go with 91% similarity]
E2Manager/handlers/rmrmsghandlers/notification_handler.go [moved from E2Manager/handlers/notification_handler.go with 97% similarity]
E2Manager/handlers/rmrmsghandlers/ran_lost_connection_handler.go [moved from E2Manager/handlers/ran_lost_connection_handler.go with 98% similarity]
E2Manager/handlers/rmrmsghandlers/ran_lost_connection_handler_test.go [moved from E2Manager/handlers/ran_lost_connection_handler_test.go with 98% similarity]
E2Manager/handlers/rmrmsghandlers/setup_response_notification_handler.go [new file with mode: 0644]
E2Manager/handlers/rmrmsghandlers/setup_response_notification_handler_bak.go [new file with mode: 0644]
E2Manager/handlers/rmrmsghandlers/setup_response_notification_handler_bak_test.go [new file with mode: 0644]
E2Manager/handlers/rmrmsghandlers/x2Setup_failure_response_notification_handler.go [moved from E2Manager/handlers/x2Setup_failure_response_notification_handler.go with 92% similarity]
E2Manager/handlers/rmrmsghandlers/x2_reset_request_notification_handler.go [moved from E2Manager/handlers/x2_reset_request_notification_handler.go with 71% similarity]
E2Manager/handlers/rmrmsghandlers/x2_reset_request_notification_handler_test.go [moved from E2Manager/handlers/x2_reset_request_notification_handler_test.go with 99% similarity]
E2Manager/handlers/rmrmsghandlers/x2_reset_response_handler.go [moved from E2Manager/handlers/x2_reset_response_handler.go with 81% similarity]
E2Manager/handlers/rmrmsghandlers/x2_reset_response_handler_test.go [moved from E2Manager/handlers/x2_reset_response_handler_test.go with 99% similarity]
E2Manager/handlers/rmrmsghandlers/x2apSetup_response_notification_handler.go [moved from E2Manager/handlers/x2apSetup_response_notification_handler.go with 92% similarity]
E2Manager/handlers/rmrmsghandlers/x2enb_configuration_update_handler.go [moved from E2Manager/handlers/x2enb_configuration_update_handler.go with 80% similarity]
E2Manager/handlers/rmrmsghandlers/x2enb_configuration_update_handler_test.go [moved from E2Manager/handlers/x2enb_configuration_update_handler_test.go with 99% similarity]
E2Manager/handlers/setup_response_notification_handler.go [deleted file]
E2Manager/handlers/setup_response_notification_handler_test.go [deleted file]
E2Manager/managers/endc_setup_failure_response_manager.go [new file with mode: 0644]
E2Manager/managers/endc_setup_response_manager.go [new file with mode: 0644]
E2Manager/managers/i_setup_response_manager.go [new file with mode: 0644]
E2Manager/managers/x2_setup_failure_response_manager.go [new file with mode: 0644]
E2Manager/managers/x2_setup_response_manager.go [new file with mode: 0644]
E2Manager/providers/httpmsghandlerprovider/incoming_request_handler_provider.go
E2Manager/providers/httpmsghandlerprovider/incoming_request_handler_provider_test.go
E2Manager/providers/httpmsghandlerprovider/request_handler_provider.go
E2Manager/providers/httpmsghandlerprovider/request_handler_provider_test.go
E2Manager/providers/rmrmsghandlerprovider/notification_handler_provider.go
E2Manager/providers/rmrmsghandlerprovider/notification_handler_provider_test.go