diff options
Diffstat (limited to 'platform-logic/restapi-templates')
-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} -} -] -} -} |