summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/oofpcipoc-pci-patch.json
blob: 46b9bec6f9bf8af62c78190b46c27ddefdd90e50 (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": "/ran-network:nRPCI",
			"value": {
					"nRPCI": ${tmp.nRPCI}
				}
		}]
	}
}