Merge "DG's, templates, properties for ranSlice feature"
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / ranSlice-add-sliceProfile-NRRIC.json
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 (file)
index 0000000..3997af7
--- /dev/null
@@ -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}
+    }
+  ]
+}