From 41c86edb173e5bedb649f1346bac377437771cad Mon Sep 17 00:00:00 2001 From: Ahila Date: Tue, 17 May 2022 19:43:30 +0530 Subject: RAN Slice Termination - RRM Policy update Issue-ID: CCSDK-3661 Signed-off-by: Ahila Change-Id: I9dad08af50dc115cb477161cb6536748752547f8 --- odlsli/src/main/properties/ran-slice-api-dg.properties | 7 +++++-- 1 file changed, 5 insertions(+), 2 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 894b037f..9ec31b89 100644 --- a/odlsli/src/main/properties/ran-slice-api-dg.properties +++ b/odlsli/src/main/properties/ran-slice-api-dg.properties @@ -32,7 +32,7 @@ org.onap.ccsdk.sli.adaptors.aai.application=AAI # # Configuration for A&AI Client # -org.onap.ccsdk.sli.adaptors.aai.uri=https://10.31.4.57:30233/aai/v21 +org.onap.ccsdk.sli.adaptors.aai.uri=https://10.31.4.57:30233/aai/v23 connection.timeout=60000 read.timeout=60000 @@ -144,7 +144,7 @@ restapi.RRMPolicyRatioEntry.ToGNBDU.ransim-mounted=/restconf/config/network-topo restapi.terminateSNSSAIEntry.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} restapi.removeRRMPolicyRatio.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/RRMPolicyRatio/{id} -restapi.removeRRMPolicyMember.ToNRCellCU.ransim-mounted=/restconf/config/network-topology:network-topology/topology/topology-netconf/node/11/yang-ext:mount/ran-network:ran-network/NearRTRIC/{idNearRTRIC}/GNBCUCPFunction/{idGNBCUCPFunction}/NRCellCU/{idNRCellCU}/attributes/RRMPolicyRatio/{id}/attributes/rRMPolicyMemberList/{idx} +restapi.removeRRMPolicyMember.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/RRMPolicyRatio/{id}/attributes/rRMPolicyMemberList/{idx} restapi.terminateSNSSAIEntry.ToCUUP.ransim-mounted=/restconf/config/network-topology:network-topology/topology/topology-netconf/node/{mountName}/yang-ext:mount/ran-network:ran-network/NearRTRIC/{idNearRTRIC}/GNBCUUPFunction/{idGNBCUUPFunction}/attributes/pLMNInfoList/{mcc}/{mnc}/sNSSAIList/{sNssai} restapi.removeRRMPolicyRatio.ToCUUP.ransim-mounted=/restconf/config/network-topology:network-topology/topology/topology-netconf/node/{mountName}/yang-ext:mount/ran-network:ran-network/NearRTRIC/{idNearRTRIC}/GNBCUUPFunction/{idGNBCUUPFunction}/attributes/RRMPolicyRatio/{id} restapi.removeRRMPolicyMember.ToCUUP.ransim-mounted=/restconf/config/network-topology:network-topology/topology/topology-netconf/node/{mountName}/yang-ext:mount/ran-network:ran-network/NearRTRIC/{idNearRTRIC}/GNBCUUPFunction/{idGNBCUUPFunction}/attributes/RRMPolicyRatio/{id}/attributes/rRMPolicyMemberList/{idx} @@ -262,6 +262,9 @@ tbdmt.template.delete-nssai-from-du-rrmpolicy=delete-nssai-from-du-rrmpolicy tbdmt.template.delete-rannfnssi=delete-rannfnssi tbdmt.template.delete-slice-profile=delete-slice-profile tbdmt.template.get-ran-slices=get-ran-slices +tbdmt.template.delete-nrcellcu-rrmpolicyratio=delete-nrcellcu-rrmpolicyratio +tbdmt.template.delete-cuup-rrmpolicyratio=delete-cuup-rrmpolicyratio +tbdmt.template.delete-nrcelldu-rrmpolicyratio=delete-nrcelldu-rrmpolicyratio #RAN Simulator Related Properties #The below RRMPolicy and PolicyMemberList ID's to be incremented by 1 -- cgit 1.2.3-korg