From f28520bb7e8ad6ca22d433c03c57212b2eb4bac5 Mon Sep 17 00:00:00 2001 From: Sandeep Shah Date: Sun, 13 Dec 2020 01:57:25 -0600 Subject: DG Update and Templates for ranSlice feature Additional DG and templates to support ranSlice feature. This would include sub-DG's for varioius actions for instantiateRANSlice RPC/DG execution Issue-ID: CCSDK-3008 Signed-off-by: SandeepLinux Change-Id: I749a97b061e67644ee77bd56dd3725e5b9e7eb5a --- .../main/properties/ran-slice-api-dg.properties | 29 +++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (limited to 'odlsli') 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 -- cgit 1.2.3-korg