RAN Slice allocate - CPS Integration
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / cps-templates / cps-add-snssai-nrcelldu.json
diff --git a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-add-snssai-nrcelldu.json b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-add-snssai-nrcelldu.json
new file mode 100644 (file)
index 0000000..af1aa3a
--- /dev/null
@@ -0,0 +1,38 @@
+{
+       "inputParameters":{
+               "idNearRTRIC": ${tmp.nearRTRICId},
+               "mcc":${tmp.mcc},
+               "mnc":${tmp.mnc},
+               "idGNBDUFunction":${tmp.gNBDUList.gNBDUId},
+               "idNRCellDU":${tmp.cellLocalId}
+       },
+       "payload":{
+       "attributes": {
+"pLMNInfoList": [{
+                                "mcc":${tmp.mcc},
+    "mnc":${tmp.mnc},
+               "sNSSAIList":[
+                       {
+                               "sNssai":${tmp.sNSSAI},
+                               "status":${tmp.status},
+                               "configData": [
+                                       {
+                                               "configParameter":"dLThptPerSlice",
+                                               "configValue":${tmp.dLThptPerSlice}
+                                       },
+                                       {
+                                               "configParameter":"uLThptPerSlice",
+                                               "configValue":${tmp.uLThptPerSlice}
+                                       }
+                               ]
+
+                       }
+               ]
+
+       }
+]
+}
+}
+}
+
+