X-Git-Url: https://gerrit.onap.org/r/gitweb?p=ccsdk%2Fdistribution.git;a=blobdiff_plain;f=platform-logic%2Frestapi-templates%2Fsrc%2Fmain%2Fjson%2FranSlice-add-sliceProfile-NRRIC.json;fp=platform-logic%2Frestapi-templates%2Fsrc%2Fmain%2Fjson%2FranSlice-add-sliceProfile-NRRIC.json;h=3997af76e2b79a892c4c092578244c73370f1a23;hp=0000000000000000000000000000000000000000;hb=f471275bd9933cbb297e77f3ea224147daf00e44;hpb=ea487b181b377bd95f99f961dfb7cbeaea42e26d diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-add-sliceProfile-NRRIC.json b/platform-logic/restapi-templates/src/main/json/ranSlice-add-sliceProfile-NRRIC.json new file mode 100644 index 00000000..3997af76 --- /dev/null +++ b/platform-logic/restapi-templates/src/main/json/ranSlice-add-sliceProfile-NRRIC.json @@ -0,0 +1,18 @@ +{ + "ran-network:sliceProfilesList": [ + { + "ran-network:sliceProfileId": ${tmp.sliceProfileId}, + "ran-network:sNSSAI": ${tmp.sNSSAI}, + "ran-network:maxNumberofUEs": ${tmp.maxNumberofUEs}, + "ran-network:latency": ${tmp.latency}, + "ran-network:uLThptPerSlice": ${tmp.uLThptPerSlice}, + "ran-network:dLThptPerSlice": ${tmp.dLThptPerSlice}, + "ran-network:maxNumberofConns": ${tmp.maxNumberofConns}, + "ran-network:uEMobilityLevel": ${tmp.uEMobilityLevel}, + "ran-network:coverageAreaList": [ + ${tmp.trackingArea} + ], + "ran-network:resourceSharingLevel": ${tmp.resourceSharingLevel} + } + ] +}