Service Logic (DG/Templates) for SDNR OOF PCI POC
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / oofpcipoc-pci-patch.json
diff --git a/platform-logic/restapi-templates/src/main/json/oofpcipoc-pci-patch.json b/platform-logic/restapi-templates/src/main/json/oofpcipoc-pci-patch.json
new file mode 100644 (file)
index 0000000..9ab74fd
--- /dev/null
@@ -0,0 +1,14 @@
+{
+       "ietf-yang-patch:yang-patch": {
+               "patch-id": "Patch 1",
+               "comment": "patch for phy-cell-id-in-use for a cell",
+               "edit": [{
+                       "edit-id": "edit",
+                       "operation": "merge",
+                       "target": ${prop.oofpcipoc.patch.pci.target},
+                       "value": {
+                                       "phy-cell-id-in-use": ${tmp.phy-cell-id-in-use}
+                               }
+               }]
+       }
+}