From 135361cff32dd84b2fa72cd713c9204f24363e6d Mon Sep 17 00:00:00 2001 From: yashwanth Date: Wed, 27 Apr 2022 07:27:20 +0000 Subject: Generic Neighbor Configuration dg - Bug Fix Issue-ID: CCSDK-3643 Signed-off-by: yashwanth Change-Id: Id1e5ea3cef9a2eff6b6e473f2ea54f8defa0d77c --- .../restapi-templates/src/main/json/cps-templates/cps-put-ho.json | 2 +- .../src/main/json/oofpcipoc-generic-neighbor-patch.json | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) (limited to 'platform-logic/restapi-templates/src/main/json') 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} -- cgit 1.2.3-korg