From 9f1c4f29af6640cccaad8fec941fa58fcd833dcd Mon Sep 17 00:00:00 2001 From: malar Date: Thu, 14 Oct 2021 12:58:18 +0000 Subject: Fix bug in filtering new FM notification Issue-ID: DCAEGEN2-2943 Signed-off-by: Malarvizhi Paramasivam Change-Id: Ibd0a06695bd14267667f57fe57c3e36b41fb2e12 --- dpo/spec/sonhandler-componentspec.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dpo/spec') diff --git a/dpo/spec/sonhandler-componentspec.json b/dpo/spec/sonhandler-componentspec.json index 8899dfc..4133c73 100644 --- a/dpo/spec/sonhandler-componentspec.json +++ b/dpo/spec/sonhandler-componentspec.json @@ -274,7 +274,7 @@ }, { "name": "sonhandler.get.cell.data.url", - "value": "execute/cps-ran-schema/get-cell-data", + "value": "execute/cps-ran-schemaset/get-cell-list", "description": "Cps get cell data url", "sourced_at_deployment": false, "policy_editable": false, @@ -282,7 +282,7 @@ }, { "name": "sonhandler.get.nbr.list.url", - "value": "execute/cps-ran-schema/get-nbr-list", + "value": "execute/cps-ran-schemaset/get-nbr-list", "description": "Cps get nbr list url", "sourced_at_deployment": false, "policy_editable": false, @@ -290,7 +290,7 @@ }, { "name": "sonhandler.get.pci.url", - "value": "execute/cps-ran-schema/get-pci", + "value": "execute/ran-network-schemaset/get-pci", "description": "Cps get pci url", "sourced_at_deployment": false, "policy_editable": false, @@ -298,7 +298,7 @@ }, { "name": "sonhandler.get.pnf.url", - "value": "execute/cps-ran-schema/get-pnf", + "value": "execute/ran-network-schemaset/get-pnf", "description": "Cps get pnf url", "sourced_at_deployment": false, "policy_editable": false, -- cgit 1.2.3-korg