summaryrefslogtreecommitdiffstats
path: root/src/test/resources/cmNotificationSubscriptionCreationEvent.json
diff options
context:
space:
mode:
authoregernug <gerard.nugent@est.tech>2024-06-21 12:53:06 +0100
committeregernug <gerard.nugent@est.tech>2024-06-24 16:14:08 +0100
commit5e4eb8c3bd9886e4c3ee2089b54236a01a99566b (patch)
tree1f0870f83ea9a79c90ae34deffad8618000d144c /src/test/resources/cmNotificationSubscriptionCreationEvent.json
parent92de0b14a9fca76ce2da53c9533c16d7c17eab5e (diff)
Create module structure in DMI Plugin
To push the stub in to DMI Plugin the Plugin will need to be modulized akin to CPS/NCMP. This involves creating a new module in the repo and porting the packages in src into this module Issue-ID: CPS-2284 Change-Id: Iffa4eded4e49c220891fe73c30ea3b2f12a9e66d Signed-off-by: egernug <gerard.nugent@est.tech>
Diffstat (limited to 'src/test/resources/cmNotificationSubscriptionCreationEvent.json')
-rw-r--r--src/test/resources/cmNotificationSubscriptionCreationEvent.json43
1 files changed, 0 insertions, 43 deletions
diff --git a/src/test/resources/cmNotificationSubscriptionCreationEvent.json b/src/test/resources/cmNotificationSubscriptionCreationEvent.json
deleted file mode 100644
index 3b780976..00000000
--- a/src/test/resources/cmNotificationSubscriptionCreationEvent.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "data": {
- "cmhandles": [
- {
- "cmhandleId": "CMHandle1",
- "private-properties": {
- "prop1": "prop-value"
- }
- },
- {
- "cmhandleId": "CMHandle2",
- "private-properties": {
- "prop-x": "prop-valuex",
- "prop-p": "prop-valuep"
- }
- },
- {
- "cmhandleId": "CMHandle3",
- "private-properties": {
- "prop-y": "prop-valuey"
- }
- }
- ],
- "predicates": [
- {
- "targetFilter": [
- "CMHandle1",
- "CMHandle2",
- "CMHandle3"
- ],
- "scopeFilter": {
- "datastore": "ncmp-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