summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/oofpcipoc-pci-patch.json
blob: 9ab74fdecb9fbdf8179b6a1e1689a8393a32b7fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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}
				}
		}]
	}
}