diff options
author | Ahila <ahila.pandaram@wipro.com> | 2021-08-10 01:58:46 +0530 |
---|---|---|
committer | Sandeep Shah <sandeeplinux1068@gmail.com> | 2021-08-21 11:52:15 -0500 |
commit | c577d8027193af8d9d9974f432367d227a99a9ff (patch) | |
tree | 0f16d0c5d5aea3ad61322758f69730ae6021eb64 /odlsli/src | |
parent | 7cd7fe946ae07d21a3daf57a5f2868f4b4b2e7fc (diff) |
RAN Configuration enhancements
-Slice Profile decomposition
-New slice Profile update in NearRTRIC during modify-allocate
-Remove the Slice Profile from nearRTRIC during terminate
-cell id(configParam) under nearRTRIC is appended with maxNoofConns to
differentiate intelligent slicing from closed loop
Issue-ID: CCSDK-3341
Signed-off-by: Ahila <ahila.pandaram@wipro.com>
Change-Id: I13720133500b10c3fdf27118a43f6924bfbb736c
Diffstat (limited to 'odlsli/src')
-rw-r--r-- | odlsli/src/main/properties/ran-slice-api-dg.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/odlsli/src/main/properties/ran-slice-api-dg.properties b/odlsli/src/main/properties/ran-slice-api-dg.properties index 293d375b..7dba4d85 100644 --- a/odlsli/src/main/properties/ran-slice-api-dg.properties +++ b/odlsli/src/main/properties/ran-slice-api-dg.properties @@ -109,6 +109,7 @@ restapi.removeRRMPolicyMember.ToCUUP=/restconf/config/ran-network:ran-network/Ne restapi.terminateSNSSAIEntry.ToNRCellDU=/restconf/config/ran-network:ran-network/NearRTRIC/{idNearRTRIC}/GNBDUFunction/{idGNBDUFunction}/NRCellDU/{idNRCellDU}/attributes/pLMNInfoList/{mcc}/{mnc}/sNSSAIList/{sNssai} restapi.removeRRMPolicyRatio.ToNRCellDU=/restconf/config/ran-network:ran-network/NearRTRIC/{idNearRTRIC}/GNBDUFunction/{idGNBDUFunction}/NRCellDU/{idNRCellDU}/attributes/RRMPolicyRatio/{id} restapi.removeRRMPolicyMember.ToNRCellDU=/restconf/config/ran-network:ran-network/NearRTRIC/{idNearRTRIC}/GNBDUFunction/{idGNBDUFunction}/attributes/RRMPolicyRatio/{id}/attributes/rRMPolicyMemberList/{idx} +restapi.nearrtric.removeSliceProfile=/restconf/config/ran-network:ran-network/NearRTRIC/{idNearRTRIC}/attributes/sliceProfilesList/{sliceProfileId} # Restconf URLs with Netconf Mount of Ran Simulator TO BE FINALIZED @@ -151,6 +152,7 @@ restapi.removeRRMPolicyMember.ToCUUP.ransim-mounted=/restconf/config/network-top restapi.terminateSNSSAIEntry.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/pLMNInfoList/{mcc}/{mnc}/sNSSAIList/{sNssai} restapi.removeRRMPolicyRatio.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} restapi.removeRRMPolicyMember.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}/attributes/rRMPolicyMemberList/{idx} +restapi.nearrtric.removeSliceProfile.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} #URLs for ConfigDB TO BE FINALIZED configdb.url=http://10.31.4.14:8086/api/sdnc-config-db/v4 |