diff options
author | yashwanth <gandhapu.yashwanth@wipro.com> | 2022-04-27 07:27:20 +0000 |
---|---|---|
committer | yashwanth <gandhapu.yashwanth@wipro.com> | 2022-04-27 07:27:20 +0000 |
commit | 135361cff32dd84b2fa72cd713c9204f24363e6d (patch) | |
tree | 89e91dfba40e57369182571d53528166470e3afc /platform-logic/restapi-templates/src/main/json/cps-templates | |
parent | 01a0e4d466cb1dcd72ea3dfacb8ea399650d674c (diff) |
Generic Neighbor Configuration dg - Bug Fix
Issue-ID: CCSDK-3643
Signed-off-by: yashwanth <gandhapu.yashwanth@wipro.com>
Change-Id: Id1e5ea3cef9a2eff6b6e473f2ea54f8defa0d77c
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/cps-templates')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-ho.json | 2 |
1 files changed, 1 insertions, 1 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}} } } |