DG Implementation - RAN Slice RPCS
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / ranSlice-configDB-removegNBCUCP.json
diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removegNBCUCP.json b/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removegNBCUCP.json
new file mode 100644 (file)
index 0000000..181095a
--- /dev/null
@@ -0,0 +1,14 @@
+{
+  "cellCUList": [
+    {
+      "cellLocalId": ${tmp.cellLocalId}
+      "pLMNInfoList": ${tmp.pLMNInfoList},
+      "resourceType": "RRC Connected Users"
+    }
+  ],
+  "gNBCUName": ${tmp.CUCPName},
+  "gNBId": ${tmp.gNBId},
+  "gNBIdLength": ${tmp.gNBIdLength},
+  "nFType": ${tmp.cucpNFType},
+  "nearRTRICId": ${tmp.nearRTRICId},
+}