summaryrefslogtreecommitdiffstats
path: root/odlsli
diff options
context:
space:
mode:
authorAhila <ahila.pandaram@wipro.com>2021-02-18 19:10:24 +0530
committerAhila <ahila.pandaram@wipro.com>2021-02-22 12:09:57 +0530
commit5115e8e2183d52b16630149ffb1f615d9fbda19f (patch)
treeb6796a2931751a5013f29c9d2929e4eb5adcf4af /odlsli
parent6460c29f5778a917f8d2a1798416cfcb69c19c8c (diff)
RAN Slice DG implementation of ran-slice-api_instantiateRANSliceModifyAllocate
Issue-ID: CCSDK-3112 Signed-off-by: Ahila <ahila.pandaram@wipro.com> Change-Id: I50ecc0f3c4109a0ae01b1589b7f0038e86f1c7d9
Diffstat (limited to 'odlsli')
-rw-r--r--odlsli/src/main/properties/ran-slice-api-dg.properties24
1 files changed, 18 insertions, 6 deletions
diff --git a/odlsli/src/main/properties/ran-slice-api-dg.properties b/odlsli/src/main/properties/ran-slice-api-dg.properties
index e6c95cb2..3834b0a7 100644
--- a/odlsli/src/main/properties/ran-slice-api-dg.properties
+++ b/odlsli/src/main/properties/ran-slice-api-dg.properties
@@ -62,6 +62,16 @@ restapi.getPLMNInfoListEntry.ToNRCellCU=/restconf/config/ran-network:ran-network
# Use also for Intelligent Slicing
restapi.addnSSAIEntry.ToNRCellCU=/restconf/config/ran-network:ran-network/NearRTRIC/{idNearRTRIC}/GNBCUCPFunction/{idGNBCUCPFunction}/NRCellCU/{idNRCellCU}/attributes/pLMNInfoList/{mcc}/{mnc}/sNSSAIList/{sNssai}
+
+#Patch APIs
+restapi.patchPLMNInfoListEntry.ToNRCellCU=/restconf/config/ran-network:ran-network/NearRTRIC/{idNearRTRIC}/GNBCUCPFunction/{idGNBCUCPFunction}/NRCellCU/{idNRCellCU}/attributes/pLMNInfoList/{mcc}/{mnc}
+restapi.RRMPolicyRatioEntry.ToNRCellCU=restconf/config/ran-network:ran-network/NearRTRIC/{idNearRTRIC}/GNBCUCPFunction/{idGNBCUCPFunction}/NRCellCU/{idNRCellCU}/attributes/
+restapi.patchPLMNInfoListEntry.ToGNBCUUP=/restconf/config/ran-network:ran-network/NearRTRIC/{idNearRTRIC}/GNBCUUPFunction/{idGNBCUUPFunction}/attributes/pLMNInfoList/{mcc}/{mnc}
+restapi.RRMPolicyRatioEntry.ToGNBCUUP=/restconf/config/ran-network:ran-network/NearRTRIC/{idNearRTRIC}/GNBCUUPFunction/{idGNBCUUPFunction}/attributes
+restapi.patchPLMNInfoListEntry.ToNRCellDU=/restconf/config/ran-network:ran-network/NearRTRIC/{idNearRTRIC}/GNBDUFunction/{idGNBDUFunction}/NRCellDU/{idNRCellDU}/attributes/pLMNInfoList/{mcc}/{mnc}
+restapi.RRMPolicyRatioEntry.ToGNBDU=/restconf/config/ran-network:ran-network/NearRTRIC/{idNearRTRIC}/GNBDUFunction/{idGNBDUFunction}/NRCellDU/{idNRCellDU}/attributes
+
+
# Restconf URLs with Netconf Mount of Ran Simulator TO BE FINALIZED
restapi.addSliceProfile.ToNearRTRIC.ransim-mounted=/restconf/config/network-topology:network-topology/topology/topology-netconf/node/{mountName}/yang-ext:mount/ran-network:ran-network/NearRTRIC/{idNearRTRIC}/attributes/sliceProfilesList/{sliceProfileId}
@@ -82,17 +92,19 @@ restapi.getPLMNInfoListEntry.ToNRCellCU.ransim-mounted=/restconf/config/network-
restapi.addnSSAIEntry.ToNRCellCU.ransim-mounted=/restconf/config/network-topology:network-topology/topology/topology-netconf/node/{mountName}/yang-ext:mount/ran-network:ran-network/NearRTRIC/{idNearRTRIC}/GNBCUCPFunction/{idGNBCUCPFunction}/NRCellCU/{idNRCellCU}/attributes/pLMNInfoList/{mcc}/{mnc}/sNSSAIList/{sNssai}
#URLs for ConfigDB TO BE FINALIZED
-configdb.url=http://10.12.5.120:8080/api/sdnc-config-db/v4
+configdb.url=http://10.31.4.44: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.updateRANSliceInventory=/ranslice-details
-restapi.configdb.updateRRMPolicy=​/rrmPolicy
-restapi.configdb.updatenearRTRIC=​​/nearRTRIC
-restapi.configdb.updategNBCUCP=​​/gNBCUCP
-restapi.configdb.updategNBCUUP=​​/gNBCUUP
-restapi.configdb.updategNBDU=​​/gNBDU
+restapi.configdb.updateRRMPolicy=/rrmPolicy
+restapi.configdb.updatenearRTRIC=/nearRTRIC
+restapi.configdb.updategNBCUCP=/gNBCUCP
+restapi.configdb.updategNBCUUP=/gNBCUUP
+restapi.configdb.updategNBDU=/gNBDU
+
+restapi.configdb.getNearRTRICByNSSI=/nearrtric/{ranNFNSSIId}
#ConfigDB Templates for RestAPI calls against ConfigDB
restapi.configDB.updateRANSliceInventory.templatefile=ranSlice-configDB-updateRANSliceInventory.json