diff options
author | Dan Timoney <dtimoney@att.com> | 2022-04-27 12:43:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-04-27 12:43:21 +0000 |
commit | a8276664fa3c3faeb4ad1af17d25b0a0cfec4f81 (patch) | |
tree | 606d3a2473dc1757d31d49d3421b7ea81f1aa2ae /platform-logic/restapi-templates/src/main/json | |
parent | 001bdd7ba57281dd618e0b994517a17262c4762e (diff) | |
parent | 3fd78f0012ab8228a36acd4e9ccbcfa3c21ecbcf (diff) |
Merge "SDN-R RANSlice Reconfigure-CPS bug"
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json')
-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} -} -] -} -} |