Merge R4 branch to master 32/2832/1
authorss412g <shuky.har-noy@intl.att.com>
Tue, 17 Mar 2020 16:34:42 +0000 (18:34 +0200)
committerss412g <shuky.har-noy@intl.att.com>
Tue, 17 Mar 2020 16:34:59 +0000 (18:34 +0200)
commit011bb9161ca8e7ad0d0cf282b818672a88a5dfbf
tree57aaed6b77287fd3caebc6feccfa0816fa6232a0
parent8606e3f5d9501605424efb330854e584d22a2151
Merge R4 branch to master

Change-Id: I831804666f6391ef72aff6ac1a84fe632a661364
Signed-off-by: ss412g <shuky.har-noy@intl.att.com>
38 files changed:
.gitreview
Automation/Tests/KeepAlive/keep_alive_test.robot
Automation/Tests/Lost_Connection/LostConnectionTestConnectedRan.robot [moved from Automation/Tests/Lost_Connection/Lost_Connetion_CONNECTING_TO_DISCONNECTED.robot with 65% similarity]
E2Manager/Dockerfile
E2Manager/app/main.go
E2Manager/build-e2mgr-ubuntu.sh
E2Manager/clients/routing_manager_client.go
E2Manager/clients/routing_manager_client_test.go
E2Manager/container-tag.yaml
E2Manager/go.mod
E2Manager/go.sum
E2Manager/handlers/rmrmsghandlers/e2_setup_request_notification_handler.go [new file with mode: 0644]
E2Manager/handlers/rmrmsghandlers/e2_setup_request_notification_handler_test.go [new file with mode: 0644]
E2Manager/handlers/rmrmsghandlers/e2_term_init_notification_handler.go
E2Manager/handlers/rmrmsghandlers/e2_term_init_notification_handler_test.go
E2Manager/handlers/rmrmsghandlers/ran_lost_connection_handler.go
E2Manager/handlers/rmrmsghandlers/ran_lost_connection_handler_test.go
E2Manager/managers/e2t_association_manager.go
E2Manager/managers/e2t_association_manager_test.go
E2Manager/managers/e2t_instances_manager.go
E2Manager/managers/e2t_instances_manager_test.go
E2Manager/managers/e2t_shutdown_manager.go
E2Manager/managers/e2t_shutdown_manager_test.go
E2Manager/managers/ran_disconnection_manager.go [new file with mode: 0644]
E2Manager/managers/ran_disconnection_manager_test.go [moved from E2Manager/managers/ran_reconnection_manager_test.go with 64% similarity]
E2Manager/managers/ran_reconnection_manager.go [deleted file]
E2Manager/mocks/ran_reconnection_manager_mock.go
E2Manager/mocks/routing_manager_client_mock.go
E2Manager/models/e2_setup_request_message.go [new file with mode: 0644]
E2Manager/models/e2_setup_success_response_message.go [new file with mode: 0644]
E2Manager/providers/rmrmsghandlerprovider/notification_handler_provider.go
E2Manager/providers/rmrmsghandlerprovider/notification_handler_provider_test.go
E2Manager/rmrCgo/rmrCgoApi.go
E2Manager/rmrCgo/rmrCgoTypes.go
E2Manager/rmrCgo/rmrCgoUtils.go
E2Manager/tests/resources/setupRequest_en-gNB.xml [new file with mode: 0644]
E2Manager/tests/resources/setupRequest_gnb.xml [new file with mode: 0644]
E2Manager/tests/resources/setupRequest_ng-eNB.xml [new file with mode: 0644]