diff options
author | seanbeirne <sean.beirne@est.tech> | 2023-12-19 14:18:58 +0000 |
---|---|---|
committer | Sean Beirne <sean.beirne@est.tech> | 2023-12-21 10:24:15 +0000 |
commit | 070d7eb6dfac91df13030ca313202a064a5c6072 (patch) | |
tree | 145b9292722e7d7d1405bda03c563e436b5bb0a6 /cps-ncmp-service/src/test/resources/cmSubscriptionNcmpInEvent.json | |
parent | 9437af648dbffc8b186bca8c602c8e574874f6b2 (diff) |
Deprecate use of basic subscription model
- Deprecate json files in resources
Issue-ID: CPS-1973
Signed-off-by: seanbeirne <sean.beirne@est.tech>
Change-Id: I3bf59807f740e3e6f19af0cf0d418edb4f961328
Diffstat (limited to 'cps-ncmp-service/src/test/resources/cmSubscriptionNcmpInEvent.json')
-rw-r--r-- | cps-ncmp-service/src/test/resources/cmSubscriptionNcmpInEvent.json | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/cps-ncmp-service/src/test/resources/cmSubscriptionNcmpInEvent.json b/cps-ncmp-service/src/test/resources/cmSubscriptionNcmpInEvent.json deleted file mode 100644 index 803fa48bdf..0000000000 --- a/cps-ncmp-service/src/test/resources/cmSubscriptionNcmpInEvent.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "data": { - "subscription": { - "clientID": "SCO-9989752", - "name": "cm-subscription-001" - }, - "dataType": { - "dataspace": "ALL", - "dataCategory": "CM", - "dataProvider": "CM-SERVICE" - }, - "predicates": { - "targets": [ - "CMHandle1", - "CMHandle2", - "CMHandle3" - ], - "datastore": "ncmp-datastore:passthrough-running", - "datastore-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 |