X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=platform-logic%2Frestapi-templates%2Fsrc%2Fmain%2Fjson%2Foofpcipoc-pci-patch.json;fp=platform-logic%2Frestapi-templates%2Fsrc%2Fmain%2Fjson%2Foofpcipoc-pci-patch.json;h=747224006871d16ad43153971045a9c5072109d1;hb=7e8bd180002c4883d0ca3abe47f4d04f437df1fa;hp=46b9bec6f9bf8af62c78190b46c27ddefdd90e50;hpb=3d4c5dfb9e185c1e93a246c5b0d4462931aebb89;p=ccsdk%2Fdistribution.git 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 index 46b9bec6..74722400 100644 --- a/platform-logic/restapi-templates/src/main/json/oofpcipoc-pci-patch.json +++ b/platform-logic/restapi-templates/src/main/json/oofpcipoc-pci-patch.json @@ -1,14 +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": "/ran-network:nRPCI", - "value": { - "nRPCI": ${tmp.nRPCI} - } - }] - } + "ietf-yang-patch:yang-patch": { + "patch-id": "Patch 1", + "comment": "patch for nRPCI for a cell", + "edit": [{ + "edit-id": "edit", + "operation": "merge", + "target": "/ran-network:nRPCI", + "value": { + "nRPCI": ${tmp.nRPCI} + } + }] + } }