diff options
author | denilson.l65 <denilson.l65@wipro.com> | 2022-04-18 05:30:16 +0000 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-04-27 18:49:29 +0000 |
commit | e694ca112fdf47696b1f083c9beefcbae718a5b9 (patch) | |
tree | 58c469be6a1e8696854fb00e68c9fd5af1ebeaf3 /platform-logic/restapi-templates/src | |
parent | ffb36e6bbb1a18ea40a87aaa332c082f34a2136d (diff) |
SDN-R RANSlice Reconfigure-CPS bug
Changes in CPS API
Issue-ID: CCSDK-3634
Signed-off-by: denilson.l65 <denilson.l65@wipro.com>
Change-Id: I676f26c7ce9ef20c2e2a1651d0449de10a8eadaa
(cherry picked from commit 3fd78f0012ab8228a36acd4e9ccbcfa3c21ecbcf)
Diffstat (limited to 'platform-logic/restapi-templates/src')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/cps-templates/cps-patch-configData.json (renamed from platform-logic/restapi-templates/src/main/json/cps-templates/cps-patch-dLThptPerSlice.json) | 4 | ||||
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/cps-templates/cps-patch-uLThptPerSlice.json | 16 |
2 files changed, 2 insertions, 18 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-patch-dLThptPerSlice.json b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-patch-configData.json index 07bc0fac..7a18df9d 100644 --- a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-patch-dLThptPerSlice.json +++ b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-patch-configData.json @@ -8,8 +8,8 @@ "payload": { "configData": [ { -"configParameter":"dLThptPerSlice", -"configValue":${tmp.dLThptPerSlice} +"configParameter":${tmp.configParameter}, +"configValue":${tmp.configValue} } ] } diff --git a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-patch-uLThptPerSlice.json b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-patch-uLThptPerSlice.json deleted file mode 100644 index ae1ab6cd..00000000 --- a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-patch-uLThptPerSlice.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "inputParameters":{ - "idNearRTRIC":${tmp.nearRTRICId}, - "mcc":${tmp.mcc}, - "mnc":${tmp.mnc}, - "sNssai":${tmp.payload.sNSSAI} - }, -"payload": { -"configData": [ -{ -"configParameter":"uLThptPerSlice", -"configValue":${tmp.uLThptPerSlice} -} -] -} -} |