summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates
diff options
context:
space:
mode:
authoryashwanth <gandhapu.yashwanth@wipro.com>2022-05-06 13:41:03 +0000
committeryashwanth <gandhapu.yashwanth@wipro.com>2022-05-06 13:41:03 +0000
commit29ea29abb480b206ea33354ac980f2e5e1fe8051 (patch)
treee0b8bd9ba170c64516e97a17ca5d3941884ec710 /platform-logic/restapi-templates
parent04e0c44238e79b708ad06a4f48ef1d952868f8cc (diff)
Configuration phy cell id dg - Fix
Issue-ID: CCSDK-3649 Signed-off-by: yashwanth <gandhapu.yashwanth@wipro.com> Change-Id: I46429ff3e993c771993e57babdc74d8b15bba83a
Diffstat (limited to 'platform-logic/restapi-templates')
-rw-r--r--platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-ho.json2
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 ee5e07c9..5f3ade8c 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":{"isHOAllowed":${tmp.isHOAllowed}}
+"attributes":{"nRTCI":${tmp.nRTCI},"isHOAllowed":${tmp.isHOAllowed}}
}
}