summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/ranSlice-add-sliceProfile-NRRIC.json
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-11-09 12:45:17 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-09 12:45:17 +0000
commitf471275bd9933cbb297e77f3ea224147daf00e44 (patch)
treef3803ee410878dc458b8c92c943f2e4910474bc7 /platform-logic/restapi-templates/src/main/json/ranSlice-add-sliceProfile-NRRIC.json
parentea487b181b377bd95f99f961dfb7cbeaea42e26d (diff)
parentaef48f9b29b90e5d9ee35fc0c2527af8375fdcc8 (diff)
Merge "DG's, templates, properties for ranSlice feature"
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/ranSlice-add-sliceProfile-NRRIC.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/ranSlice-add-sliceProfile-NRRIC.json18
1 files changed, 18 insertions, 0 deletions
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}
+ }
+ ]
+}