From 29ea29abb480b206ea33354ac980f2e5e1fe8051 Mon Sep 17 00:00:00 2001 From: yashwanth Date: Fri, 6 May 2022 13:41:03 +0000 Subject: Configuration phy cell id dg - Fix Issue-ID: CCSDK-3649 Signed-off-by: yashwanth Change-Id: I46429ff3e993c771993e57babdc74d8b15bba83a --- .../restapi-templates/src/main/json/cps-templates/cps-put-ho.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform-logic/restapi-templates/src') 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}} } } -- cgit 1.2.3-korg