diff options
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.json | 4 |
1 files changed, 2 insertions, 2 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 9ab74fde..46b9bec6 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 @@ -5,9 +5,9 @@ "edit": [{ "edit-id": "edit", "operation": "merge", - "target": ${prop.oofpcipoc.patch.pci.target}, + "target": "/ran-network:nRPCI", "value": { - "phy-cell-id-in-use": ${tmp.phy-cell-id-in-use} + "nRPCI": ${tmp.nRPCI} } }] } |