diff options
author | Sandeep Shah <sandeeplinux1068@gmail.com> | 2021-02-25 22:55:42 -0600 |
---|---|---|
committer | Sandeep Shah <sandeep.shah@ibm.com> | 2021-03-01 14:07:22 +0000 |
commit | 19b4c5f779708ee06a2fe46dc998dbb39a9b2e76 (patch) | |
tree | 7e57911ac5e6b90550ecfd210f294e3d0241b7a7 /odlsli/src | |
parent | 17c06a988af5329b1a400436243523890bef0a5a (diff) |
Intelligent slicing updates RANSlice feature
Includes code commit to support intelligent
and closed loop RAN slicing for RANSlice
feature. ALso includes bug fixes
Issue-ID: CCSDK-3177
Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com>
Change-Id: I9c404f11f879c4aa8857fee4e626b16579a1785b
Diffstat (limited to 'odlsli/src')
-rw-r--r-- | odlsli/src/main/properties/ran-slice-api-dg.properties | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/odlsli/src/main/properties/ran-slice-api-dg.properties b/odlsli/src/main/properties/ran-slice-api-dg.properties index 3834b0a7..23c69495 100644 --- a/odlsli/src/main/properties/ran-slice-api-dg.properties +++ b/odlsli/src/main/properties/ran-slice-api-dg.properties @@ -45,6 +45,8 @@ restapi.ranSlice.configDB.updateRANSliceInventory.template=ranSlice-configDB-upd # Restconf URLs without Netconf Mount of Ran Simulator TO BE FINALIZED restapi.config=/restconf/config + +# Also to be used for closed loop slicing restapi.addSliceProfile.ToNearRTRIC=/restconf/config/ran-network:ran-network/NearRTRIC/{idNearRTRIC}/attributes/sliceProfilesList/{sliceProfileId} restapi.addRRMPolicyRatio.ToNearRTRIC=/restconf/config/ran-network:ran-network/NearRTRIC/{idNearRTRIC}/attributes/RRMPolicyRatio/{id} restapi.addRRMPolicyRatio.ToNRCellDU=/restconf/config/ran-network:ran-network/NearRTRIC/{idNearRTRIC}/GNBDUFunction/{idGNBDUFunction}/NRCellDU/{idNRCellDU}/attributes/RRMPolicyRatio/{id} @@ -62,7 +64,6 @@ 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/ @@ -74,6 +75,7 @@ restapi.RRMPolicyRatioEntry.ToGNBDU=/restconf/config/ran-network:ran-network/Nea # Restconf URLs with Netconf Mount of Ran Simulator TO BE FINALIZED +# Also to be used for closed loop slicing 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} restapi.addRRMPolicyRatio.ToNearRTRIC.ransim-mounted=/restconf/config/network-topology:network-topology/topology/topology-netconf/node/{mountName}/yang-ext:mount/ran-network:ran-network/NearRTRIC/{idNearRTRIC}/attributes/RRMPolicyRatio/{id} restapi.addRRMPolicyRatio.ToNRCellDU.ransim-mounted=/restconf/config/network-topology:network-topology/topology/topology-netconf/node/{mountName}/yang-ext:mount/ran-network:ran-network/NearRTRIC/{idNearRTRIC}/GNBDUFunction/{idGNBDUFunction}/NRCellDU/{idNRCellDU}/attributes/RRMPolicyRatio/{id} @@ -103,6 +105,7 @@ restapi.configdb.updatenearRTRIC=/nearRTRIC restapi.configdb.updategNBCUCP=/gNBCUCP restapi.configdb.updategNBCUUP=/gNBCUUP restapi.configdb.updategNBDU=/gNBDU +restapi.configdb.getplmn=/plmn/{sliceProfileId} restapi.configdb.getNearRTRICByNSSI=/nearrtric/{ranNFNSSIId} @@ -116,6 +119,7 @@ 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 @@ -135,4 +139,4 @@ cuupfunction.maxNumberOfDRBsPerCUUP=10240 restapi.so.callbackURL=http://so-bpmn-infra.onap:8081/mso/WorkflowMessage/AsyncSdnrResponse/{requestId} restapi.so.authorization=YXBpaEJwbW46cGFzc3dvcmQxJA== restapi.so.user=mso_admin -restapi.so.password=password1 +restapi.so.password=password1$ |