From 5115e8e2183d52b16630149ffb1f615d9fbda19f Mon Sep 17 00:00:00 2001 From: Ahila Date: Thu, 18 Feb 2021 19:10:24 +0530 Subject: RAN Slice DG implementation of ran-slice-api_instantiateRANSliceModifyAllocate Issue-ID: CCSDK-3112 Signed-off-by: Ahila Change-Id: I50ecc0f3c4109a0ae01b1589b7f0038e86f1c7d9 --- .../main/properties/ran-slice-api-dg.properties | 24 ++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) (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 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 -- cgit 1.2.3-korg