SDN-R RANSlice Reconfigure-CPS bug
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / cps-templates / cps-patch-cell-configData.json
diff --git a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-patch-cell-configData.json b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-patch-cell-configData.json
new file mode 100644 (file)
index 0000000..30d85ea
--- /dev/null
@@ -0,0 +1,18 @@
+{
+  "inputParameters": {
+    "idNearRTRIC": ${tmp.nearRTRICId},
+    "idGNBCUCPFunction": ${tmp.gNBCUName},
+    "idNRCellCU": ${tmp.idNRCellCU},
+    "mcc": ${tmp.mcc},
+    "mnc": ${tmp.mnc},
+    "sNssai": ${tmp.payload.sNSSAI}
+  },
+  "payload": {
+  "configData": [
+  {
+    "configValue": ${tmp.configValue},
+    "configParameter": ${tmp.configParameter}
+  }
+]
+}
+}