DG Implementation - RAN Slice RPCS
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / ranSlice-configDB-removegNBDU.json
diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removegNBDU.json b/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removegNBDU.json
new file mode 100644 (file)
index 0000000..125454e
--- /dev/null
@@ -0,0 +1,13 @@
+{
+  "cellDUList": [
+    {
+      "cellLocalId": ${tmp.cellDULocalId},
+      "pLMNInfoList": ${tmp.ceLLDUpLMNInfoList},
+      "resourceType": "PRB"
+    }
+  ],
+  "gNBDUId": ${tmp.gNBDUId},
+  "gNBId": ${tmp.gNBId},
+  "gNBIdLength": ${tmp.gNBIdLength},
+  "nearRTRICId": ${tmp.nearRTRICId},
+}