diff options
author | Dan Timoney <dtimoney@att.com> | 2021-01-25 15:12:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-01-25 15:12:08 +0000 |
commit | da0df10fe48ab21a8b4523225ce0fb02acd4c44d (patch) | |
tree | fd3253dc5817c7e0a04cf652304f20e27cbcf821 /platform-logic/restapi-templates/src/main/json/ranSlice-add-RRMPolicyRatio-NRCellDU.json | |
parent | 133593ad30f5eaa8bddca89c191e334b5d7e8bbd (diff) | |
parent | f28520bb7e8ad6ca22d433c03c57212b2eb4bac5 (diff) |
Merge "DG Update and Templates for ranSlice feature"
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/ranSlice-add-RRMPolicyRatio-NRCellDU.json')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/ranSlice-add-RRMPolicyRatio-NRCellDU.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-add-RRMPolicyRatio-NRCellDU.json b/platform-logic/restapi-templates/src/main/json/ranSlice-add-RRMPolicyRatio-NRCellDU.json index c1a219b8..fde85bed 100644 --- a/platform-logic/restapi-templates/src/main/json/ranSlice-add-RRMPolicyRatio-NRCellDU.json +++ b/platform-logic/restapi-templates/src/main/json/ranSlice-add-RRMPolicyRatio-NRCellDU.json @@ -1,7 +1,7 @@ { "ran-network:RRMPolicyRatio": [ { - "ran-network:id": "0", + "ran-network:id": ${tmp.RRMPolicyRatioID.NRCellDU}, "ran-network:attributes": { "ran-network:quotaType": "STRICT", "ran-network:rRMPolicyMaxRatio": "0", @@ -10,7 +10,7 @@ "ran-network:resourceType": "PRB", "ran-network:rRMPolicyMemberList": [ { - "ran-network:idx": "0", + "ran-network:idx": ${prop.ranNetwork.RRMPolicyRatioMemberID}, "ran-network:sNSSAI": ${payloadJson.input.sliceProfile.sNSSAI}, "ran-network:mcc": ${tmp.mcc}, "ran-network:mnc": ${tmp.mnc} |