RIC-641 Add client/server model definitions 01/9501/2
authorNhat Anh <ncnhatanh96@gmail.com>
Mon, 7 Nov 2022 16:06:23 +0000 (23:06 +0700)
committerNhat Anh <anh_ng@hcl.com>
Mon, 7 Nov 2022 16:12:22 +0000 (23:12 +0700)
commita0bada6bf7af92d281c381092e7d6881c67d905f
tree7e25ae75edf6bb6a3a7ecb5da01d3386089377aa
parent488447aed60cc52b06d71d50bee4ecf10025f7e1
RIC-641 Add client/server model definitions

Change-Id: I8a3228f261dade6b5ac00a8924ad60bbef0de22c
Signed-off-by: Nhat Anh <anh_ng@hcl.com>
15 files changed:
CMakeLists.txt
src/rest/CMakeLists.txt [new file with mode: 0644]
src/rest/model/ActionToBeSetup.h [new file with mode: 0644]
src/rest/model/CMakeLists.txt [new file with mode: 0644]
src/rest/model/ConfigMetadata.h [new file with mode: 0644]
src/rest/model/ModelBase.h [new file with mode: 0644]
src/rest/model/RestModel.h [new file with mode: 0644]
src/rest/model/SubscriptionData.h [new file with mode: 0644]
src/rest/model/SubscriptionDetail.h [new file with mode: 0644]
src/rest/model/SubscriptionInstance.h [new file with mode: 0644]
src/rest/model/SubscriptionParams.h [new file with mode: 0644]
src/rest/model/SubscriptionParams_ClientEndpoint.h [new file with mode: 0644]
src/rest/model/SubscriptionParams_E2SubscriptionDirectives.h [new file with mode: 0644]
src/rest/model/SubscriptionResponse.h [new file with mode: 0644]
src/rest/model/SubsequentAction.h [new file with mode: 0644]