summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2022-02-11 17:44:36 +0000
committerGerrit Code Review <gerrit@onap.org>2022-02-11 17:44:36 +0000
commitdfeca88f99030742c995967d68197e1a6af345ec (patch)
treeedb06e2c89e08353a012533b6c3b97587224e387 /platform-logic/restapi-templates/src/main/json
parentd429553fe25df40aa6cac8b313349fa58087e3bd (diff)
parentafa58a146bcfa18643681dffd96f56c59abc3093 (diff)
Merge "Modify SDN-R to use new yang model in netconf session with RAN-Sim"
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/oofpcipoc-generic-neighbor-patch.json4
-rw-r--r--platform-logic/restapi-templates/src/main/json/oofpcipoc-pci-patch.json4
2 files changed, 4 insertions, 4 deletions
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}
}
}]
}