From e694ca112fdf47696b1f083c9beefcbae718a5b9 Mon Sep 17 00:00:00 2001 From: "denilson.l65" Date: Mon, 18 Apr 2022 05:30:16 +0000 Subject: SDN-R RANSlice Reconfigure-CPS bug Changes in CPS API Issue-ID: CCSDK-3634 Signed-off-by: denilson.l65 Change-Id: I676f26c7ce9ef20c2e2a1651d0449de10a8eadaa (cherry picked from commit 3fd78f0012ab8228a36acd4e9ccbcfa3c21ecbcf) --- .../json/cps-templates/cps-patch-uLThptPerSlice.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 platform-logic/restapi-templates/src/main/json/cps-templates/cps-patch-uLThptPerSlice.json (limited to 'platform-logic/restapi-templates/src/main/json/cps-templates/cps-patch-uLThptPerSlice.json') 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} -} -] -} -} -- cgit