RIC-395: E2M new REST API: E2M Set Parameters 41/4141/1 PI5
authorIrina <ib565x@intl.att.com>
Tue, 16 Jun 2020 17:42:58 +0000 (20:42 +0300)
committerIrina <ib565x@intl.att.com>
Tue, 16 Jun 2020 17:43:04 +0000 (20:43 +0300)
commit06ff34e17cbb761e60da7e2638a6b7a5e9e5e3db
treebcc12df311f42e66f0fd0febe1e19f41335be787
parent5de9b208a878150d4f991816d2283720fea36a1c
RIC-395: E2M new REST API: E2M Set Parameters

Change-Id: I629a5493e00c89f6d7c39ba5aec20afcba293adc
Signed-off-by: Irina <ib565x@intl.att.com>
23 files changed:
Automation/Tests/E2Term_Initialization/E2Term_Init_Message_Test.robot
Automation/Tests/Resource/Keywords.robot
Automation/Tests/Resource/resource.robot
Automation/Tests/Resource/scripts_variables.robot
Automation/Tests/SetGeneralConfiguration/__init__.robot [new file with mode: 0644]
Automation/Tests/SetGeneralConfiguration/set_general_configuration.robot [new file with mode: 0644]
E2Manager/container-tag.yaml
E2Manager/controllers/nodeb_controller.go
E2Manager/controllers/nodeb_controller_test.go
E2Manager/handlers/httpmsghandlers/set_general_configuration_handler.go [new file with mode: 0644]
E2Manager/handlers/httpmsghandlers/set_general_configuration_handler_test.go [new file with mode: 0644]
E2Manager/httpserver/http_server.go
E2Manager/httpserver/http_server_test.go
E2Manager/mocks/nodeb_controller_mock.go
E2Manager/mocks/rnibWriterMock.go
E2Manager/models/general_configuration_request.go [new file with mode: 0644]
E2Manager/models/general_configuration_response.go [new file with mode: 0644]
E2Manager/providers/httpmsghandlerprovider/incoming_request_handler_provider.go
E2Manager/providers/httpmsghandlerprovider/incoming_request_handler_provider_test.go
E2Manager/rNibWriter/rNibWriter.go
E2Manager/rNibWriter/rNibWriter_test.go
E2Manager/services/rnib_data_service.go
E2Manager/tests/dataProvider.go