Service Logic (DG/Templates) for SDNR OOF PCI POC
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / oofpcipoc-addNeighbor.json
diff --git a/platform-logic/restapi-templates/src/main/json/oofpcipoc-addNeighbor.json b/platform-logic/restapi-templates/src/main/json/oofpcipoc-addNeighbor.json
new file mode 100644 (file)
index 0000000..daa7bfa
--- /dev/null
@@ -0,0 +1,11 @@
+{
+    "lte-ran-neighbor-list-in-use-lte-cell": [
+        {
+            "plmnid": ${tmp.plmnid},
+            "cid": ${tmp.cid},
+            "blacklisted": ${tmp.blacklisted},
+            "phy-cell-id": ${tmp.phy-cell-id},
+            "pnf-name": ${tmp.pnf-name}
+        }
+    ]
+}