summaryrefslogtreecommitdiffstats
path: root/odlsli
diff options
context:
space:
mode:
authorSandeep Shah <sandeeplinux1068@gmail.com>2020-12-13 01:57:25 -0600
committerSandeep Shah <sandeeplinux1068@gmail.com>2021-01-23 19:58:12 -0600
commitf28520bb7e8ad6ca22d433c03c57212b2eb4bac5 (patch)
treed473357f4727db2f5c1d602e557deebcbcf63e06 /odlsli
parent110bb110a48b98a40dad33e80071e0a21386f11d (diff)
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 <Sandeep.Shah@ibm.com> Change-Id: I749a97b061e67644ee77bd56dd3725e5b9e7eb5a
Diffstat (limited to 'odlsli')
-rw-r--r--odlsli/src/main/properties/ran-slice-api-dg.properties29
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