From afa58a146bcfa18643681dffd96f56c59abc3093 Mon Sep 17 00:00:00 2001 From: yashwanth03 Date: Fri, 11 Feb 2022 06:44:02 +0000 Subject: Modify SDN-R to use new yang model in netconf session with RAN-Sim Issue-ID: CCSDK-3544 Signed-off-by: yashwanth03 Change-Id: I85fa6c93d38985a7fa57fd0d4097b75a4ac9dc6a --- .../src/main/json/oofpcipoc-generic-neighbor-patch.json | 4 ++-- .../restapi-templates/src/main/json/oofpcipoc-pci-patch.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'platform-logic/restapi-templates/src/main/json') diff --git a/platform-logic/restapi-templates/src/main/json/oofpcipoc-generic-neighbor-patch.json b/platform-logic/restapi-templates/src/main/json/oofpcipoc-generic-neighbor-patch.json index 6362d641..aa4c013d 100644 --- a/platform-logic/restapi-templates/src/main/json/oofpcipoc-generic-neighbor-patch.json +++ b/platform-logic/restapi-templates/src/main/json/oofpcipoc-generic-neighbor-patch.json @@ -6,9 +6,9 @@ { "edit-id": "patch blacklisted", "operation": "merge", - "target": "/oofpcipoc:blacklisted", + "target": "/ran-network:isHOAllowed", "value": { - "blacklisted": ${tmp.blacklisted} + "isHOAllowed": ${tmp.isHOAllowed} } } ] 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} } }] } -- cgit 1.2.3-korg