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 /odlsli | |
parent | 133593ad30f5eaa8bddca89c191e334b5d7e8bbd (diff) | |
parent | f28520bb7e8ad6ca22d433c03c57212b2eb4bac5 (diff) |
Merge "DG Update and Templates for ranSlice feature"
Diffstat (limited to 'odlsli')
-rw-r--r-- | odlsli/src/main/properties/ran-slice-api-dg.properties | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/odlsli/src/main/properties/ran-slice-api-dg.properties b/odlsli/src/main/properties/ran-slice-api-dg.properties index 74aaf57b..c8458876 100644 --- a/odlsli/src/main/properties/ran-slice-api-dg.properties +++ b/odlsli/src/main/properties/ran-slice-api-dg.properties @@ -80,11 +80,38 @@ restapi.addnSSAIEntry.ToNRCellCU.ransim-mounted=/restconf/config/network-topolog #URLs for ConfigDB TO BE FINALIZED configdb.url=http://10.12.5.120:8080/api/sdnc-config-db/v4 +restapi.configdb.getNearRTRICsFromTrackingArea=/nearrtric-list/{trackingArea} restapi.configdb.getListOfCells=/cell-list/{trackingArea} restapi.configdb.getCUCellsOfRIC=/cu-cell-list/{nearRTRICId} restapi.configdb.getDUCellsOfRIC=/du-cell-list/{nearRTRICId} -restapi.configdb.getNearRTRICsFromTrackingArea=/nearrtric-list/{trackingArea} restapi.configdb.updateRANSliceInventory=/ranslice-details +restapi.configdb.updateRRMPolicy=/rrmPolicy +restapi.configdb.updatenearRTRIC=/nearRTRIC +restapi.configdb.updategNBCUCP=/gNBCUCP +restapi.configdb.updategNBCUUP=/gNBCUUP +restapi.configdb.updategNBDU=/gNBDU #ConfigDB Templates for RestAPI calls against ConfigDB restapi.configDB.updateRANSliceInventory.templatefile=ranSlice-configDB-updateRANSliceInventory.json +restapi.configDB.updateRRMPolicy.CUCP.templatefile=ranSlice-configDB-updateRRMPolicy-CUCP.json +restapi.configDB.updateRRMPolicy.CUUP.templatefile=ranSlice-configDB-updateRRMPolicy-CUUP.json +restapi.configDB.updateRRMPolicy.DU.templatefile=ranSlice-configDB-updateRRMPolicy-DU.json +restapi.configDB.updatenearRTRIC.templatefile=ranSlice-configDB-updatenearRTRIC.json +restapi.configDB.updategNBCUCP.templatefile=ranSlice-configDB-updategNBCUCP.json +restapi.configDB.updategNBCUUP.templatefile=ranSlice-configDB-updategNBCUUP.json +restapi.configDB.updategNBDU.templatefile=ranSlice-configDB-updategNBDU.json + +#ConfigDB Related Properties +#RRMPolicyID to be incremented by 1, anytime neew RRMPolicy is added +configDB.rrmPolicyID=1 + +#RAN Simulator Related Properties +#The below RRMPolicy and PolicyMemberList ID's to be incremented by 1 +#anytime new RRMPolicy or PolicyMember is added to the list +ranNetwork.RRMPolicyRatioMemberID=1 + +#RANSlice Related Properties +nrcelldu.TotalPRBsPerCell=10240 +nrcellcu.maxNumberOfConnsPerCell=5120 +cuupfunction.DRBFactor=0.6 +cuupfunction.maxNumberOfDRBsPerCUUP=10240 |