DG's, templates, properties for ranSlice feature
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / ranSlice-add-get-PLMNInfoListEntry-NRCellDU.json
diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-add-get-PLMNInfoListEntry-NRCellDU.json b/platform-logic/restapi-templates/src/main/json/ranSlice-add-get-PLMNInfoListEntry-NRCellDU.json
new file mode 100644 (file)
index 0000000..625fe8d
--- /dev/null
@@ -0,0 +1,28 @@
+{
+  "pLMNInfoList": [
+    {
+      "mcc": ${tmp.mcc},
+      "mnc": ${tmp.mnc},
+      "sNSSAIList": [
+        {
+          "sNssai": ${payloadJson.input.sliceProfile.sNSSAI},
+          "status": "INACTIVE",
+          "configData": [
+            {
+              "ran-network:configParameter": "maxNumberOfConns",
+              "ran-network:configValue": ${tmp.maxNumberOfConns}
+            },
+            {
+              "ran-network:configParameter": "uLThptPerSlice",
+              "ran-network:configValue": ${tmp.uLThptPerSlice}
+            },
+            {
+              "ran-network:configParameter": "dLThptPerSlice",
+              "ran-network:configValue": ${tmp.dLThptPerSlice}
+            }
+          ]
+        }
+      ]
+    }
+  ]
+}