summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2022-04-27 12:43:04 +0000
committerGerrit Code Review <gerrit@onap.org>2022-04-27 12:43:04 +0000
commit001bdd7ba57281dd618e0b994517a17262c4762e (patch)
treedd418c297059a6fca5600602c185347c6fc58297 /platform-logic/restapi-templates
parent702f3c17f9dd827d649d8c6177a327ebd696b093 (diff)
parent135361cff32dd84b2fa72cd713c9204f24363e6d (diff)
Merge "Generic Neighbor Configuration dg - Bug Fix"
Diffstat (limited to 'platform-logic/restapi-templates')
-rw-r--r--platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-ho.json2
-rw-r--r--platform-logic/restapi-templates/src/main/json/oofpcipoc-generic-neighbor-patch.json7
2 files changed, 1 insertions, 8 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-ho.json b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-ho.json
index 5f3ade8c..ee5e07c9 100644
--- a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-ho.json
+++ b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-ho.json
@@ -6,6 +6,6 @@
"idNRCellRelation":${tmp.idNRCellRelation}
},
"payload":{
-"attributes":{"nRTCI":${tmp.nRTCI},"isHOAllowed":${tmp.isHOAllowed}}
+"attributes":{"isHOAllowed":${tmp.isHOAllowed}}
}
}
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 1bed7c93..b0a4700b 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
@@ -5,13 +5,6 @@
"edit": [{
"edit-id": "edit1",
"operation": "merge",
- "target": "/ran-network:nRTCI",
- "value": {
- "nRTCI": ${tmp.nRTCI}
- }
- },{
- "edit-id": "edit2",
- "operation": "merge",
"target": "/ran-network:isHOAllowed",
"value": {
"isHOAllowed": ${tmp.isHOAllowed}