[RIC-431] Add Enb | Configuration changes | Some refactoring | K8S yamls 15/4315/1
authorIdan Shalom <idan.shalom@intl.att.com>
Mon, 6 Jul 2020 09:41:46 +0000 (09:41 +0000)
committerIdan Shalom <idan.shalom@intl.att.com>
Mon, 6 Jul 2020 09:41:51 +0000 (09:41 +0000)
commit14eb5132c3dca8cdad98e7e5420701b04f452046
tree803efffc5f589bf19c45ba61c69fee3ffb3d1657
parenta0421fb2755cb4ceba794aac1d137944c1da7fa1
[RIC-431] Add Enb | Configuration changes | Some refactoring | K8S yamls

Change-Id: Ie10d5ba743c7d9606f0366417acded8422cb4d61
Signed-off-by: Idan Shalom <idan.shalom@intl.att.com>
40 files changed:
E2Manager/app/main.go
E2Manager/configuration/configuration.go
E2Manager/configuration/configuration_test.go
E2Manager/container-tag.yaml
E2Manager/controllers/nodeb_controller.go
E2Manager/controllers/nodeb_controller_test.go
E2Manager/e2managererrors/nodeb_exists_error.go [new file with mode: 0644]
E2Manager/handlers/httpmsghandlers/add_enb_request_handler.go [new file with mode: 0644]
E2Manager/handlers/httpmsghandlers/delete_all_request_handler_test.go
E2Manager/handlers/rmrmsghandlers/e2_setup_request_notification_handler_test.go
E2Manager/handlers/rmrmsghandlers/ran_lost_connection_handler_test.go
E2Manager/httpserver/http_server.go
E2Manager/managers/e2t_association_manager_test.go
E2Manager/managers/e2t_shutdown_manager_test.go
E2Manager/managers/ran_connect_status_change_manager_test.go
E2Manager/mocks/nodeb_controller_mock.go
E2Manager/models/add_enb_request.go [new file with mode: 0644]
E2Manager/models/add_enb_response.go [new file with mode: 0644]
E2Manager/models/update_gnb_response.go
E2Manager/providers/httpmsghandlerprovider/incoming_request_handler_provider.go
E2Manager/providers/httpmsghandlerprovider/incoming_request_handler_provider_test.go
E2Manager/providers/rmrmsghandlerprovider/notification_handler_provider_test.go
E2Manager/rNibWriter/rNibWriter.go
E2Manager/rNibWriter/rNibWriter_test.go
E2Manager/resources/configuration.yaml
E2Manager/router.txt
E2Manager/services/rnib_data_service.go
E2Manager/services/rnib_data_service_test.go
tools/cm_e2mgr_ide/e2t_env.yaml [new file with mode: 0644]
tools/cm_e2mgr_ide/rtmgr_config.yaml [new file with mode: 0644]
tools/cm_e2mgr_ide/rtmgr_env.yaml [new file with mode: 0644]
tools/cm_e2mgr_k8s/e2t_env.yaml [new file with mode: 0644]
tools/cm_e2mgr_k8s/rtmgr_config.yaml [new file with mode: 0644]
tools/cm_e2mgr_k8s/rtmgr_env.yaml [new file with mode: 0644]
tools/gnbe2-oran-simu/charts/ric-common-3.3.2.tgz [new file with mode: 0644]
tools/k8s_svc_nodeports/\ [new file with mode: 0644]
tools/k8s_svc_nodeports/svc_dbaas.yaml [new file with mode: 0644]
tools/k8s_svc_nodeports/svc_e2t_rmr_tcp.yaml [new file with mode: 0644]
tools/k8s_svc_nodeports/svc_rtmgr_http.yaml [new file with mode: 0644]
tools/k8s_svc_nodeports/svc_rtmgr_rmr.yaml [new file with mode: 0644]