diff options
author | Priyank Maheshwari <priyank.maheshwari@est.tech> | 2023-03-15 09:37:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-03-15 09:37:04 +0000 |
commit | 1469741d2922cc1c28270cd52a31ad4cb3caa037 (patch) | |
tree | fd1f4795bcc31e0be4f495ad52bbe67ae55e949e /cps-ncmp-service/src/test/resources | |
parent | 530d4d41f3e3deb2b6bf36e0345bdc9153c0611b (diff) | |
parent | 7549776fb3b82de2d14ae60e1bddf74bf62f8f79 (diff) |
Merge "Forward Subscription Information to DMI Plugin(s)"
Diffstat (limited to 'cps-ncmp-service/src/test/resources')
-rw-r--r-- | cps-ncmp-service/src/test/resources/avcSubscriptionCreationEvent.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cps-ncmp-service/src/test/resources/avcSubscriptionCreationEvent.json b/cps-ncmp-service/src/test/resources/avcSubscriptionCreationEvent.json index 1d84c3a5f2..63fca1f415 100644 --- a/cps-ncmp-service/src/test/resources/avcSubscriptionCreationEvent.json +++ b/cps-ncmp-service/src/test/resources/avcSubscriptionCreationEvent.json @@ -14,10 +14,10 @@ "schemaVersion": "1.0" }, "predicates": { - "datastore": "passthrough-operational", - "datastore-xpath-filter": "//_3gpp-nr-nrm-gnbdufunction:GNBDUFunction/ ", - "_3gpp-nr-nrm-nrcelldu": "NRCellDU" - - } + "targets" : ["CMHandle1", "CMHandle2", "CMHandle3"], + "datastore": "passthrough-running", + "xpath-filter": "//_3gpp-nr-nrm-gnbdufunction:GNBDUFunction/_3gpp-nr-nrm-nrcelldu:NRCellDU/ | //_3gpp-nr-nrm-gnbcuupfunction:GNBCUUPFunction// | //_3gpp-nr-nrm-gnbcucpfunction:GNBCUCPFunction/_3gpp-nr-nrm-nrcelldu:NRCellCU// | //_3gpp-nr-nrm-nrsectorcarrier:NRSectorCarrier//" } + +} }
\ No newline at end of file |