sync R3 content from Azure 58/1358/1
authorss412g <shuky.har-noy@intl.att.com>
Tue, 5 Nov 2019 08:58:10 +0000 (10:58 +0200)
committerss412g <shuky.har-noy@intl.att.com>
Tue, 5 Nov 2019 08:58:31 +0000 (10:58 +0200)
commitbcb124908ffd1de0c00868838bbac733b881fcb2
tree791c7b3a816c64f98b3e5c54821d8acd718df682
parentbc966a778e96ab13590722c140489e8ef053a6f0
sync R3 content from Azure

Change-Id: I16d829baddce1921eefc940534e041422f971499
Signed-off-by: ss412g <shuky.har-noy@intl.att.com>
104 files changed:
.gitreview
Automation/Tests/ConfigurationUpdate/ConfigurationUpdate_Verify_logs.robot [deleted file]
Automation/Tests/ConfigurationUpdate/ConfigurationUpdate_prepartations_tests.robot
Automation/Tests/ENDC_Reset_RAN_TO_RIC/Reset_RAN_Found.robot
Automation/Tests/ENDC_Reset_RAN_TO_RIC/Reset_Verify_logs.robot [deleted file]
Automation/Tests/Lost_Connection/Lost_Connetion_CONNECTING_TO_DISCONNECTED.robot
Automation/Tests/RedButton/RedButton_DISCONNECTED.robot
Automation/Tests/Resource/Keywords.robot
Automation/Tests/Resource/resource.robot
Automation/Tests/Resource/scripts_variables.robot
Automation/Tests/Unhappy/Reset_HttpResponse400_wrongstate.robot
Automation/Tests/X2_Reset_RAN_TO_RIC/Reset_RAN_Found.robot
Automation/Tests/X2_Reset_RAN_TO_RIC/Reset_Verify_logs.robot [deleted file]
Automation/Tests/X2_Reset_RAN_TO_RIC_Unhappy/Reset_RNIB.robot
Automation/Tests/X2_Reset_RAN_TO_RIC_Unhappy/Reset_Verify_logs.robot [deleted file]
E2Manager/Dockerfile
E2Manager/app/main.go
E2Manager/controllers/nodeb_controller_test.go
E2Manager/controllers/root_controller_test.go
E2Manager/converters/endc_setup_failure_response_converter.go [moved from E2Manager/converters/endc_x2setupFailureResponseToProtobuf.go with 81% similarity]
E2Manager/converters/endc_setup_failure_response_converter_test.go [moved from E2Manager/converters/endc_x2setupFailureResponseToProtobuf_test.go with 93% similarity]
E2Manager/converters/endc_setup_response_converter.go [moved from E2Manager/converters/endc_x2setupResponseToProtobuf.go with 93% similarity]
E2Manager/converters/endc_setup_response_converter_test.go [moved from E2Manager/converters/endc_x2setupResponseToProtobuf_test.go with 99% similarity]
E2Manager/e2mgr-sonar-scanner.properties [new file with mode: 0644]
E2Manager/e2pdus/configuration_update.go [new file with mode: 0644]
E2Manager/e2pdus/configuration_update_test.go [new file with mode: 0644]
E2Manager/e2pdus/x2_setup_requests_test.go
E2Manager/go.mod
E2Manager/go.sum
E2Manager/handlers/httpmsghandlers/delete_all_request_handler_test.go
E2Manager/handlers/httpmsghandlers/get_nodeb_id_list_request_handler_test.go
E2Manager/handlers/httpmsghandlers/get_nodeb_request_handler_test.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_test.go
E2Manager/handlers/rmrmsghandlers/enb_load_information_notification_handler.go
E2Manager/handlers/rmrmsghandlers/enb_load_information_notification_handler_test.go
E2Manager/handlers/rmrmsghandlers/endc_configuration_update_handler.go
E2Manager/handlers/rmrmsghandlers/endc_configuration_update_handler_test.go
E2Manager/handlers/rmrmsghandlers/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/handlers/rmrmsghandlers/x2enb_configuration_update_handler.go
E2Manager/handlers/rmrmsghandlers/x2enb_configuration_update_handler_test.go
E2Manager/httpserver/http_server.go
E2Manager/httpserver/http_server_test.go
E2Manager/logger/logger_test.go
E2Manager/managers/endc_setup_failure_response_manager.go
E2Manager/managers/endc_setup_failure_response_manager_test.go [new file with mode: 0644]
E2Manager/managers/endc_setup_response_manager.go
E2Manager/managers/endc_setup_response_manager_test.go [new file with mode: 0644]
E2Manager/managers/notificationmanager/notification_manager.go
E2Manager/managers/notificationmanager/notification_manager_test.go
E2Manager/managers/ran_reconnection_manager_test.go
E2Manager/managers/ran_setup_manager.go
E2Manager/managers/ran_setup_manager_test.go
E2Manager/managers/ran_status_change_manager.go
E2Manager/managers/x2_setup_failure_response_manager_test.go [new file with mode: 0644]
E2Manager/mocks/rmrMessengerMock.go
E2Manager/models/e2_request_message_test.go
E2Manager/models/notification_request.go
E2Manager/models/rmr_message.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/rNibWriter/rNibWriter.go
E2Manager/rNibWriter/rNibWriter_test.go
E2Manager/rmrCgo/rmrCgoApi.go
E2Manager/rmrCgo/rmrCgoApi_test.go
E2Manager/rmrCgo/rmrCgoTypes.go
E2Manager/router_test.txt [new file with mode: 0644]
E2Manager/services/rmrreceiver/rmr_receiver.go
E2Manager/services/rmrreceiver/rmr_receiver_test.go
E2Manager/services/rmrsender/rmr_sender.go
E2Manager/services/rmrsender/rmr_sender_test.go
E2Manager/services/rnib_data_service.go
E2Manager/services/rnib_data_service_test.go
E2Manager/tests/dataProvider.go
E2Manager/tests/utils.go [new file with mode: 0644]
tools/xapp_mock/configuration.json [deleted file]
tools/xapp_mock/main/xapp_mock.go [deleted file]
tools/xapp_mock/resources/router.txt [deleted file]
tools/xappmock/Dockerfile [moved from tools/xapp_mock/Dockerfile with 66% similarity]
tools/xappmock/dispatcher/dispatcher.go [new file with mode: 0644]
tools/xappmock/enums/command_action.go [new file with mode: 0644]
tools/xappmock/frontend/configfile.go [moved from tools/xapp_mock/frontend/configfile.go with 91% similarity]
tools/xappmock/frontend/jsonDecoder.go [moved from tools/xapp_mock/frontend/jsonDecoder.go with 57% similarity]
tools/xappmock/go.mod [new file with mode: 0644]
tools/xappmock/go.sum [new file with mode: 0644]
tools/xappmock/main/xappmock.go [new file with mode: 0644]
tools/xappmock/models/json_command.go [new file with mode: 0644]
tools/xappmock/models/process_result.go [new file with mode: 0644]
tools/xappmock/resources/conf/configuration.json [new file with mode: 0644]
tools/xappmock/resources/router.txt [new file with mode: 0644]
tools/xappmock/resp [moved from tools/xapp_mock/resp with 100% similarity]
tools/xappmock/rmr/rmrCgoApi.go [moved from tools/xapp_mock/rmr/rmrCgoApi.go with 92% similarity]
tools/xappmock/rmr/rmrCgoTypes.go [moved from tools/xapp_mock/rmr/rmrCgoTypes.go with 97% similarity]
tools/xappmock/rmr/rmrCgoUtils.go [moved from tools/xapp_mock/rmr/rmrCgoUtils.go with 82% similarity]
tools/xappmock/rmr/rmrEndPoint.go [moved from tools/xapp_mock/rmr/rmrEndPoint.go with 64% similarity]
tools/xappmock/sender/jsonSender.go [moved from tools/xapp_mock/sender/jsonSender.go with 75% similarity]