X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=platform-logic%2Frestapi-templates%2Fsrc%2Fmain%2Fjson%2Fcps-templates%2Fcps-put-nrcellcu-rrm-policy.json;fp=platform-logic%2Frestapi-templates%2Fsrc%2Fmain%2Fjson%2Fcps-templates%2Fcps-put-nrcellcu-rrm-policy.json;h=0000000000000000000000000000000000000000;hb=1051b5b08b28365742364563f9c1dcdd85bf8bb2;hp=efe55e262423f9a397f956722180e01590780349;hpb=b03f66d763b938f3a65c3e89ac4a10b4a743e408;p=ccsdk%2Fdistribution.git diff --git a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-nrcellcu-rrm-policy.json b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-nrcellcu-rrm-policy.json deleted file mode 100644 index efe55e26..00000000 --- a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-nrcellcu-rrm-policy.json +++ /dev/null @@ -1,43 +0,0 @@ -{ -"inputParameters":{ -"idNearRTRIC": ${tmp.nearRTRICId}, -"idGNBCUCPFunction": ${tmp.CUCPName}, -"idNRCellCU": ${tmp.cellCULocalId} -}, -"payload":{ -"GNBCUCPFunction": [ -{ -"idGNBCUCPFunction": ${tmp.CUCPName}, -"attributes": { -"gNBCUName": ${tmp.CUCPName -}, -"NRCellCU": [ -{ -"idNRCellCU": ${tmp.cellCULocalId}, -"attributes": { -"cellLocalId": ${tmp.cellCULocalId}, -"RRMPolicyRatio":[ -"id":${tmp.RRMPolicyRatio_id}, -"attributes": { -"resourceType":"RRC Connected Users", -"quotaType":"STRICT", -"rRMPolicyMaxRatio":${tmp.rRMPolicyDedicatedRatio.CellCU}, -"rRMPolicyMinRatio":${tmp.rRMPolicyDedicatedRatio.CellCU}, -"rRMPolicyDedicatedRatio":{tmp.rRMPolicyDedicatedRatio.CellCU}, -"rRMPolicyMemberList":[ -{ -"idx":${tmp.RRMPolicyMember_id}, -"mcc":${tmp.mcc}, -"mnc":${tmp.mnc}, -"sNSSAI":${tmp.payload.sNSSAI} -} -] -} -] -} -} -] -} -] -} -} \ No newline at end of file