46b9bec6f9bf8af62c78190b46c27ddefdd90e50
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / oofpcipoc-pci-patch.json
1 {
2         "ietf-yang-patch:yang-patch": {
3                 "patch-id": "Patch 1",
4                 "comment": "patch for phy-cell-id-in-use for a cell",
5                 "edit": [{
6                         "edit-id": "edit",
7                         "operation": "merge",
8                         "target": "/ran-network:nRPCI",
9                         "value": {
10                                         "nRPCI": ${tmp.nRPCI}
11                                 }
12                 }]
13         }
14 }