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.json24
1 files changed, 12 insertions, 12 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
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}
+ }
+ }]
+ }
}