[RICPLT-2483] New resource status request handler 40/1640/1
authorIrina <ib565x@intl.att.com>
Mon, 18 Nov 2019 11:59:33 +0000 (13:59 +0200)
committerIrina <ib565x@intl.att.com>
Mon, 18 Nov 2019 11:59:45 +0000 (13:59 +0200)
commitdb675b52da9dd4653ee66b9aa2ae67f715a123f4
treedfa244f5e60f48f02c9c1e7ceb253ee86a2125f7
parent79f08ec96c59c506b242d59c234010bca57e3233
[RICPLT-2483] New resource status request handler

Change-Id: I97cf7eac0acee41cc0aae7715cc23cad9c4c81de
Signed-off-by: Irina <ib565x@intl.att.com>
21 files changed:
RSM/app/main.go
RSM/controllers/controller.go
RSM/controllers/controller_test.go
RSM/enums/message_direction.go
RSM/enums/registration_request.go
RSM/handlers/httpmsghandlers/request_handler.go
RSM/handlers/httpmsghandlers/resource_status_request_handler.go [new file with mode: 0644]
RSM/handlers/httpmsghandlers/resource_status_request_handler_test.go [new file with mode: 0644]
RSM/handlers/rmrmsghandlers/resource_status_initiate_notification_handler_test.go
RSM/httpserver/http_server.go
RSM/httpserver/http_server_test.go
RSM/mocks/controller_mock.go
RSM/models/resource_status_request.go [new file with mode: 0644]
RSM/providers/httpmsghandlerprovider/request_handler_provider.go
RSM/providers/httpmsghandlerprovider/request_handler_provider_test.go
RSM/services/resource_status_service.go
RSM/services/rnib_data_service.go
RSM/services/rnib_data_service_test.go
RSM/tests/dataProvider.go
RSM/tests/payloadProvider.go [deleted file]
Swagger/RSM_API.yaml