From 99c28a7402ed9f6b4fa9cea84bbd82f77ca0e4de Mon Sep 17 00:00:00 2001 From: yashwanth03 Date: Thu, 17 Feb 2022 07:18:25 +0000 Subject: Modify SDN-R to use new yang model in netconf session with RAN-Sim Issue-ID: CCSDK-3544 Signed-off-by: yashwanth03 Change-Id: I2ba82feb2fb819a10a1f0f9bb6b1362cad5feb3e --- odlsli/src/main/properties/sdnr-oofpcipoc-api-dg.properties | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'odlsli') diff --git a/odlsli/src/main/properties/sdnr-oofpcipoc-api-dg.properties b/odlsli/src/main/properties/sdnr-oofpcipoc-api-dg.properties index 33b0d0cd..d11f2d2a 100644 --- a/odlsli/src/main/properties/sdnr-oofpcipoc-api-dg.properties +++ b/odlsli/src/main/properties/sdnr-oofpcipoc-api-dg.properties @@ -59,6 +59,16 @@ configdb.url=http://10.31.3.18:8080/api/sdnc-config-db/v3 restapi.configdb.patch-pci-for-cell=/modifyPci/{cellId} restapi.configdb.patch-ho-for-nbr=/modifyNbrHO/{cellId}/{targetCellId} +#CPS endpoint to fetch the anchors +restapi.cps.anchors.endpoint=${CPS_URL:-http://10.31.4.14:8883}/cps/api/v1/dataspaces/E2EDemo/anchors + +#CPS-TBDMT Details +restapi.cps.tbdmt.execute.endpoint=${CPS_TBDMT_URL:-http://10.31.4.14:8081}/execute/{schemaSet}/{templateId} + +#CPS-TBDMT xpath template ids +tbdmt.template.get-nearrtric-by-idgnbdufunction=get-nearrtric-by-idgnbdufunction +tbdmt.template.get-nearrtric-by-idgnbcucpfunction=get-nearrtric-by-idgnbcucpfunction + #DMAAP Publish dmaap-message-router.url=http://message-router.onap:3904/events oofpcipoc-dmaap.nbrlist-change.topic=/PCI-NOTIF-TOPIC-NGHBR-LIST-CHANGE-INFO -- cgit 1.2.3-korg