summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-nrcelldu-rrm-policy.json
diff options
context:
space:
mode:
authorAhila <ahila.pandaram@wipro.com>2021-07-21 18:00:21 +0530
committerAhila P <ahila.pandaram@wipro.com>2021-07-31 08:55:44 +0000
commita6e92d163cc81a268771cc5da4952a9aefc8c4e3 (patch)
treea4f6afc36b5e09a7a84b0dad23db7cc4232b526b /platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-nrcelldu-rrm-policy.json
parent5019487d208bcb9184ca541c3c01fa9895db4ad6 (diff)
CPS Integration - RANSlice-modify allocate scenario
Issue-ID: CCSDK-3340 Signed-off-by: Ahila <ahila.pandaram@wipro.com> Change-Id: I4a318dee0740ebe7bce4cae1bea4faed5e6e28da
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-nrcelldu-rrm-policy.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-nrcelldu-rrm-policy.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-nrcelldu-rrm-policy.json b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-nrcelldu-rrm-policy.json
new file mode 100644
index 00000000..79f0be52
--- /dev/null
+++ b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-put-nrcelldu-rrm-policy.json
@@ -0,0 +1,42 @@
+{
+"inputParameters":{
+"idNearRTRIC": ${tmp.nearRTRICId},
+"idGNBDUFunction": ${tmp.GNBDUId},
+"idNRCellCU": ${tmp.cellDULocalId}
+},
+"payload":{
+"GNBDUFunction": [
+{
+"idGNBDUFunction": ${tmp.GNBDUId},
+"attributes": {
+"gNBDUId": ${tmp.GNBDUId},
+},
+"NRCellDU": [
+{
+"idNRCellDU": ${tmp.cellDULocalId},
+"attributes": {
+"cellLocalId": ${tmp.cellDULocalId}
+"RRMPolicyRatio":[
+"id":${tmp.RRMPolicyRatio_id},
+"attributes": {
+"resourceType":"DRB",
+"quotaType":"STRICT",
+"rRMPolicyMaxRatio":${tmp.rRMPolicyDedicatedRatio.CellDU},
+"rRMPolicyMinRatio":${tmp.rRMPolicyDedicatedRatio.CellDU},
+"rRMPolicyDedicatedRatio":{tmp.rRMPolicyDedicatedRatio.CellDU},
+"rRMPolicyMemberList":[
+{
+"idx":${tmp.RRMPolicyMember_id},
+"mcc":${tmp.mcc},
+"mnc":${tmp.mnc},
+"sNSSAI":${tmp.payload.sNSSAI}}
+]
+}
+]
+}
+}
+]
+}
+]
+}
+} \ No newline at end of file