diff options
author | Dan Timoney <dtimoney@att.com> | 2022-05-16 17:20:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-05-16 17:20:53 +0000 |
commit | 3ea7cb1b9dd8c8d492e0793998c9d6f03ce6affe (patch) | |
tree | 8c071b0a7ce33905e5021c6ab702772d0e30095b /platform-logic/restapi-templates | |
parent | c578bf53eb108c3366174ef0ae7f8e9fa1e9976d (diff) | |
parent | 29ea29abb480b206ea33354ac980f2e5e1fe8051 (diff) |
Merge "Configuration phy cell id dg - Fix"
Diffstat (limited to 'platform-logic/restapi-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 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}} } } |