RIC-641 Fixing client/server model definitions and adding client and server API 73/9973/9
authorsandeepindia <kumar.sandeep3@hcl.com>
Mon, 5 Dec 2022 18:47:19 +0000 (00:17 +0530)
committerSANDEEP KUMAR <kumar.sandeep3@hcl.com>
Wed, 14 Dec 2022 14:38:46 +0000 (14:38 +0000)
commite64778dac480d66d93449efd3e9767cea4f980f9
treef5cf0247c24a052ac3ac5c6b48c16349afa3c24c
parent56044b79a2282e50a8c271b36289b1724cb40cd8
RIC-641 Fixing client/server model definitions and adding client and server API

Signed-off-by: sandeepindia <kumar.sandeep3@hcl.com>
Change-Id: Ic177b9b7c417f1ccc184ae0e945b7748582604fe
50 files changed:
CMakeLists.txt
Dockerfile
src/model/ActionToBeSetup.cpp [new file with mode: 0644]
src/model/ActionToBeSetup.h [new file with mode: 0644]
src/model/CMakeLists.txt [new file with mode: 0644]
src/model/ConfigMetadata.cpp [new file with mode: 0644]
src/model/ConfigMetadata.h [new file with mode: 0644]
src/model/Dockerfile [new file with mode: 0644]
src/model/ModelBase.h [new file with mode: 0644]
src/model/RestModel.h [new file with mode: 0644]
src/model/SubscriptionData.cpp [new file with mode: 0644]
src/model/SubscriptionData.h [new file with mode: 0644]
src/model/SubscriptionDetail.cpp [new file with mode: 0644]
src/model/SubscriptionDetail.h [new file with mode: 0644]
src/model/SubscriptionInstance.cpp [new file with mode: 0644]
src/model/SubscriptionInstance.h [new file with mode: 0644]
src/model/SubscriptionParams.cpp [new file with mode: 0644]
src/model/SubscriptionParams.h [new file with mode: 0644]
src/model/SubscriptionParams_ClientEndpoint.cpp [new file with mode: 0644]
src/model/SubscriptionParams_ClientEndpoint.h [new file with mode: 0644]
src/model/SubscriptionParams_E2SubscriptionDirectives.cpp [new file with mode: 0644]
src/model/SubscriptionParams_E2SubscriptionDirectives.h [new file with mode: 0644]
src/model/SubscriptionResponse.cpp [new file with mode: 0644]
src/model/SubscriptionResponse.h [new file with mode: 0644]
src/model/SubsequentAction.cpp [new file with mode: 0644]
src/model/SubsequentAction.h [new file with mode: 0644]
src/model/XAppConfig.cpp [new file with mode: 0644]
src/model/XAppConfig.h [new file with mode: 0644]
src/model/temperory.h [new file with mode: 0644]
src/rest-client/CMakeLists.txt [new file with mode: 0644]
src/rest-client/RestClient.cpp [new file with mode: 0644]
src/rest-client/RestClient.h [new file with mode: 0644]
src/rest-server/CMakeLists.txt [new file with mode: 0644]
src/rest-server/pistacheserver.cpp [new file with mode: 0644]
src/rest-server/pistacheserver.h [new file with mode: 0644]
src/rest/CMakeLists.txt [deleted file]
src/rest/model/ActionToBeSetup.h [deleted file]
src/rest/model/CMakeLists.txt [deleted file]
src/rest/model/ConfigMetadata.h [deleted file]
src/rest/model/ModelBase.h [deleted file]
src/rest/model/RestModel.h [deleted file]
src/rest/model/SubscriptionData.h [deleted file]
src/rest/model/SubscriptionDetail.h [deleted file]
src/rest/model/SubscriptionInstance.h [deleted file]
src/rest/model/SubscriptionParams.h [deleted file]
src/rest/model/SubscriptionParams_ClientEndpoint.h [deleted file]
src/rest/model/SubscriptionParams_E2SubscriptionDirectives.h [deleted file]
src/rest/model/SubscriptionResponse.h [deleted file]
src/rest/model/SubsequentAction.h [deleted file]
test/Makefile