From 41c86edb173e5bedb649f1346bac377437771cad Mon Sep 17 00:00:00 2001 From: Ahila Date: Tue, 17 May 2022 19:43:30 +0530 Subject: RAN Slice Termination - RRM Policy update Issue-ID: CCSDK-3661 Signed-off-by: Ahila Change-Id: I9dad08af50dc115cb477161cb6536748752547f8 --- .../src/main/json/cps-templates/delete-cucp-rrmpolicy-nssai.json | 2 +- .../src/main/json/cps-templates/delete-cuup-plmn-nssai.json | 2 +- .../src/main/json/cps-templates/delete-cuup-rrmpolicyratio.json | 7 +++++++ .../main/json/cps-templates/delete-nrcellcu-rrmpolicyratio.json | 8 ++++++++ .../main/json/cps-templates/delete-nrcelldu-rrmpolicyratio.json | 8 ++++++++ 5 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 platform-logic/restapi-templates/src/main/json/cps-templates/delete-cuup-rrmpolicyratio.json create mode 100644 platform-logic/restapi-templates/src/main/json/cps-templates/delete-nrcellcu-rrmpolicyratio.json create mode 100644 platform-logic/restapi-templates/src/main/json/cps-templates/delete-nrcelldu-rrmpolicyratio.json (limited to 'platform-logic/restapi-templates/src/main/json') diff --git a/platform-logic/restapi-templates/src/main/json/cps-templates/delete-cucp-rrmpolicy-nssai.json b/platform-logic/restapi-templates/src/main/json/cps-templates/delete-cucp-rrmpolicy-nssai.json index 33073ff5..6b3b4457 100644 --- a/platform-logic/restapi-templates/src/main/json/cps-templates/delete-cucp-rrmpolicy-nssai.json +++ b/platform-logic/restapi-templates/src/main/json/cps-templates/delete-cucp-rrmpolicy-nssai.json @@ -6,4 +6,4 @@ "id": ${tmp.RRMPolicyRatio_id}, "idx": ${tmp.RRMPolicyMember_id} } -}' +} diff --git a/platform-logic/restapi-templates/src/main/json/cps-templates/delete-cuup-plmn-nssai.json b/platform-logic/restapi-templates/src/main/json/cps-templates/delete-cuup-plmn-nssai.json index 0743259a..4d7d149a 100644 --- a/platform-logic/restapi-templates/src/main/json/cps-templates/delete-cuup-plmn-nssai.json +++ b/platform-logic/restapi-templates/src/main/json/cps-templates/delete-cuup-plmn-nssai.json @@ -6,4 +6,4 @@ "mnc": ${tmp.mnc}, "sNSSAIList": ${tmp.sNSSAI} } -}' +} diff --git a/platform-logic/restapi-templates/src/main/json/cps-templates/delete-cuup-rrmpolicyratio.json b/platform-logic/restapi-templates/src/main/json/cps-templates/delete-cuup-rrmpolicyratio.json new file mode 100644 index 00000000..deea041e --- /dev/null +++ b/platform-logic/restapi-templates/src/main/json/cps-templates/delete-cuup-rrmpolicyratio.json @@ -0,0 +1,7 @@ +{ +"inputParameters": { +"idNearRTRIC": ${tmp.nearRTRICId}, +"idGNBCUUPFunction": ${tmp.idGNBCUUPFunction}, +"id": ${tmp.CUUPRRMPolicyRatio_id} +} +} diff --git a/platform-logic/restapi-templates/src/main/json/cps-templates/delete-nrcellcu-rrmpolicyratio.json b/platform-logic/restapi-templates/src/main/json/cps-templates/delete-nrcellcu-rrmpolicyratio.json new file mode 100644 index 00000000..9070abec --- /dev/null +++ b/platform-logic/restapi-templates/src/main/json/cps-templates/delete-nrcellcu-rrmpolicyratio.json @@ -0,0 +1,8 @@ +{ +"inputParameters": { +"idNearRTRIC": ${tmp.nearRTRICId}, +"idGNBCUCPFunction": ${tmp.CUCPName}, +"idNRCellCU": ${tmp.cellCULocalId}, +"id": ${tmp.RRMPolicyRatio_id} +} +} \ No newline at end of file diff --git a/platform-logic/restapi-templates/src/main/json/cps-templates/delete-nrcelldu-rrmpolicyratio.json b/platform-logic/restapi-templates/src/main/json/cps-templates/delete-nrcelldu-rrmpolicyratio.json new file mode 100644 index 00000000..000b45a2 --- /dev/null +++ b/platform-logic/restapi-templates/src/main/json/cps-templates/delete-nrcelldu-rrmpolicyratio.json @@ -0,0 +1,8 @@ +{ +"inputParameters": { +"idNearRTRIC": ${tmp.nearRTRICId}, +"idGNBDUFunction": ${tmp.GNBDUId}, +"idNRCellDU": ${tmp.cellDULocalId}, +"id": ${tmp.RRMPolicyRatio_id} +} +} \ No newline at end of file -- cgit 1.2.3-korg