Xapp registration/deregistration to RIC 54/5354/4 v0.7.0
authorwahidw <abdulwahid.w@nokia.com>
Tue, 15 Dec 2020 12:17:09 +0000 (12:17 +0000)
committerwahidw <abdulwahid.w@nokia.com>
Thu, 17 Dec 2020 00:14:23 +0000 (00:14 +0000)
commit413abf5f6de7c1808a2dd716ef52ed586c04d8f6
tree7d727999977dcf32368329a7f932fea20a85d359
parentf1ca2ba79cade327e192e691a4904fff11c88b26
Xapp registration/deregistration to RIC

Signed-off-by: wahidw <abdulwahid.w@nokia.com>
Change-Id: I62104203e6f2de9359a2ab184966395f4c758b48
14 files changed:
pkg/models/config_metadata.go [new file with mode: 0644]
pkg/models/x_app_config.go [new file with mode: 0644]
pkg/models/xapp_config_list.go [new file with mode: 0644]
pkg/restapi/doc.go
pkg/restapi/embedded_spec.go
pkg/restapi/operations/xapp/get_xapp_config_list.go [new file with mode: 0644]
pkg/restapi/operations/xapp/get_xapp_config_list_parameters.go [new file with mode: 0644]
pkg/restapi/operations/xapp/get_xapp_config_list_responses.go [new file with mode: 0644]
pkg/restapi/operations/xapp/get_xapp_config_list_urlbuilder.go [new file with mode: 0644]
pkg/restapi/operations/xapp_framework_api.go
pkg/xapp/restapi.go
pkg/xapp/subscription.go
pkg/xapp/xapp.go
pkg/xapp/xapp_test.go