RAN Slicing Reconfigure - Fix
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / ranSlice-configDB-updateCellCU.json
diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updateCellCU.json b/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-updateCellCU.json
new file mode 100644 (file)
index 0000000..5b8b0f7
--- /dev/null
@@ -0,0 +1,18 @@
+    {
+      "cellLocalId": ${tmp.cellLocalId},
+      "pLMNInfoList": [
+        {
+          "pLMNId": ${tmp.payload.pLMNId},
+          "sNSSAI": [{
+            "configData":[ {
+              "maxNumberOfConns": ${tmp.maxNumberOfConns}
+            }],
+            "globalSubscriberId": "",
+            "sNSSAI": ${tmp.payload.sNSSAI},
+            "status": "ACTIVE",
+            "subscriptionServiceType": ""
+          }]
+        }
+      ],
+      "resourceType": "RRC Connected Users"
+    }
\ No newline at end of file