summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates
diff options
context:
space:
mode:
authordenilson.l65 <denilson.l65@wipro.com>2022-04-18 05:30:16 +0000
committerKAPIL SINGAL <ks220y@att.com>2022-04-26 15:26:47 +0000
commit3fd78f0012ab8228a36acd4e9ccbcfa3c21ecbcf (patch)
tree56a53210a9b2ab41ede8031c9114eae8757642bf /platform-logic/restapi-templates
parent01a0e4d466cb1dcd72ea3dfacb8ea399650d674c (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
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.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}
-}
-]
-}
-}