summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2022-04-27 20:06:20 +0000
committerGerrit Code Review <gerrit@onap.org>2022-04-27 20:06:20 +0000
commit2956a171ae20ac89c245d72c48ff00b66a92a38b (patch)
tree19a00830517abdd35c0dae13e0495e120bc8f13f /platform-logic/restapi-templates/src/main
parent005f574ec8c88fb572445e430a1c12c39dbdc352 (diff)
parente694ca112fdf47696b1f083c9beefcbae718a5b9 (diff)
Merge "SDN-R RANSlice Reconfigure-CPS bug" into jakarta1.3.2
Diffstat (limited to 'platform-logic/restapi-templates/src/main')
-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.json16
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}
-}
-]
-}
-}