aboutsummaryrefslogtreecommitdiffstats
path: root/cps-ncmp-service/src/test/resources/cmSubscriptionNcmpOutEvent2.json
AgeCommit message (Collapse)AuthorFilesLines
2023-12-21Deprecate use of basic subscription modelseanbeirne1-20/+0
- Deprecate json files in resources Issue-ID: CPS-1973 Signed-off-by: seanbeirne <sean.beirne@est.tech> Change-Id: I3bf59807f740e3e6f19af0cf0d418edb4f961328
2023-08-09Refactoring Subscription Create LCM use casempriyank1-0/+20
- Client to NCMP: CmSubscriptionNcmpInEvent - NCMP to DMI: CmSubscriptionDmiInEvent - DMI to NCMP: CmSubscriptionDmiOutEvent - NCMP to Client: CmSubscriptionNcmpOutEvent - code package changed from avcsubscription to cmsubscription - Other classes name as per the events naming above - Test classes refactored - NO LOGIC changes incorporated in this patch Issue-ID: CPS-1831 Change-Id: Id5ad5f799007deaaf6d6fc0f402c130339263d09 Signed-off-by: mpriyank <priyank.maheshwari@est.tech>