From: Hariharan Date: Wed, 11 Aug 2021 11:37:33 +0000 (+0530) Subject: RAN Slice - Termination testing.Deleting unnecessary template files X-Git-Tag: 1.2.0~6^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=ccsdk%2Fdistribution.git;a=commitdiff_plain;h=9b8e5fbdbf08e52b28d49db5810dfa14270917d3 RAN Slice - Termination testing.Deleting unnecessary template files Issue-ID: CCSDK-3393 Signed-off-by: Hariharan Change-Id: I057f93801d1b3df3049fbe8494d556b1301f9b55 --- diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removeRRMPolicy-CUUP.json b/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removeRRMPolicy-CUUP.json deleted file mode 100644 index 86bbc38b..00000000 --- a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removeRRMPolicy-CUUP.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "quotaType": "STRICT", - "rRMPolicyMemberList": ${tmp.CellCURRMMembersList}, - "resourceID": ${tmp.idGNBCUUPFunction}, - "resourceType": "DRB", - "rrmPolicyID": ${tmp.CUUPRRMPolicyRatio_id}, - "sliceType": "eMBB" -} diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removeRRMPolicy-DU.json b/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removeRRMPolicy-DU.json deleted file mode 100644 index 476b42a7..00000000 --- a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removeRRMPolicy-DU.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "quotaType": "STRICT", - "rRMPolicyMemberList": ${tmp.CellDURRMMembersList}, - "resourceID": ${tmp.cellDULocalId}, - "resourceType": "PRB", - "rrmPolicyID": ${tmp.cellDURRMPolicyRatio_id}, - "sliceType": "eMBB" -} diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removeRRMPolicyMember-CUCP.json b/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removeRRMPolicyMember-CUCP.json deleted file mode 100644 index ba6aa675..00000000 --- a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removeRRMPolicyMember-CUCP.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "quotaType": "STRICT", - "rRMPolicyMemberList": ${tmp.CellCURRMMembersList}, - "resourceID": ${tmp.cellCULocalId}, - "resourceType": "RRC Connected Users", - "rrmPolicyID": ${tmp.RRMPolicyRatio_id}, - "sliceType": "eMBB" -} diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removegNBCUCP.json b/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removegNBCUCP.json deleted file mode 100644 index 181095a5..00000000 --- a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removegNBCUCP.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "cellCUList": [ - { - "cellLocalId": ${tmp.cellLocalId} - "pLMNInfoList": ${tmp.pLMNInfoList}, - "resourceType": "RRC Connected Users" - } - ], - "gNBCUName": ${tmp.CUCPName}, - "gNBId": ${tmp.gNBId}, - "gNBIdLength": ${tmp.gNBIdLength}, - "nFType": ${tmp.cucpNFType}, - "nearRTRICId": ${tmp.nearRTRICId}, -} diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removegNBCUUP.json b/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removegNBCUUP.json deleted file mode 100644 index 5f669826..00000000 --- a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removegNBCUUP.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "gNBCUUPId": ${tmp.idGNBCUUPFunction}, - "gNBId": ${tmp.gNBId}, - "gNBIdLength": ${tmp.gNBIdLength}, - "nearRTRICId": ${tmp.nearRTRICId}, - "pLMNInfoList": ${tmp.pLMNInfoList-CUUP}, - "resourceType": "DRB" -} diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removegNBDU.json b/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removegNBDU.json deleted file mode 100644 index 125454e4..00000000 --- a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removegNBDU.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "cellDUList": [ - { - "cellLocalId": ${tmp.cellDULocalId}, - "pLMNInfoList": ${tmp.ceLLDUpLMNInfoList}, - "resourceType": "PRB" - } - ], - "gNBDUId": ${tmp.gNBDUId}, - "gNBId": ${tmp.gNBId}, - "gNBIdLength": ${tmp.gNBIdLength}, - "nearRTRICId": ${tmp.nearRTRICId}, -} diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removenearRTRIC-PLMNInfo.json b/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removenearRTRIC-PLMNInfo.json deleted file mode 100644 index fc581529..00000000 --- a/platform-logic/restapi-templates/src/main/json/ranSlice-configDB-removenearRTRIC-PLMNInfo.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "gNBId": ${tmp.gNBId}, - "nearRTRICId": ${tmp.nearRTRICId}, - "pLMNInfoList": ${tmp.pLMNInfoList-RIC}, - "ranNFNSSIList": [ - ${payloadJson.input.RANNFNSSIId} - ], - "resourceType": "NearRTRIC" -}