summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/oofpcipoc-pci-patch.json
diff options
context:
space:
mode:
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/oofpcipoc-pci-patch.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/oofpcipoc-pci-patch.json14
1 files changed, 14 insertions, 0 deletions
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
index 00000000..9ab74fde
--- /dev/null
+++ b/platform-logic/restapi-templates/src/main/json/oofpcipoc-pci-patch.json
@@ -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}
+ }
+ }]
+ }
+}