[PMSH] Cleaning up old App Config, subscription handler and it's subsequent calls 14/127314/6
authorraviteja.karumuri <raviteja.karumuri@est.tech>
Wed, 2 Mar 2022 17:59:27 +0000 (17:59 +0000)
committerraviteja.karumuri <raviteja.karumuri@est.tech>
Thu, 3 Mar 2022 16:54:04 +0000 (16:54 +0000)
commit5a2c43f2add2c6d4af8331a40b174684eac11b34
tree4e76bac8e33d80b1e0e9af1fdf2b57fe6a9a7bf2
parent5f69c24ad78121a2840b5299583791e557f8b535
[PMSH] Cleaning up old App Config, subscription handler and it's subsequent calls

Issue-ID: DCAEGEN2-3085

Signed-off-by: Raviteja, Karumuri <raviteja.karumuri@est.tech>
Change-Id: I7b862648eebf59844aaa9d09697b7f2a693c9d94
30 files changed:
components/pm-subscription-handler/Changelog.md
components/pm-subscription-handler/pmsh_service/mod/__init__.py
components/pm-subscription-handler/pmsh_service/mod/aai_client.py
components/pm-subscription-handler/pmsh_service/mod/api/controller.py
components/pm-subscription-handler/pmsh_service/mod/api/services/measurement_group_service.py
components/pm-subscription-handler/pmsh_service/mod/api/services/subscription_service.py
components/pm-subscription-handler/pmsh_service/mod/exit_handler.py
components/pm-subscription-handler/pmsh_service/mod/pmsh_config.py
components/pm-subscription-handler/pmsh_service/mod/pmsh_utils.py [deleted file]
components/pm-subscription-handler/pmsh_service/mod/policy_response_handler.py
components/pm-subscription-handler/pmsh_service/mod/subscription.py [deleted file]
components/pm-subscription-handler/pmsh_service/mod/subscription_handler.py [deleted file]
components/pm-subscription-handler/pmsh_service/pmsh_service_main.py
components/pm-subscription-handler/tests/base_setup.py
components/pm-subscription-handler/tests/data/cbs_data_1.json
components/pm-subscription-handler/tests/data/cbs_invalid_data.json [deleted file]
components/pm-subscription-handler/tests/data/pm_subscription_event.json [deleted file]
components/pm-subscription-handler/tests/services/test_measurement_group_service.py
components/pm-subscription-handler/tests/services/test_nf_service.py
components/pm-subscription-handler/tests/services/test_subscription_service.py
components/pm-subscription-handler/tests/test_aai_event_handler.py
components/pm-subscription-handler/tests/test_aai_service.py
components/pm-subscription-handler/tests/test_controller.py
components/pm-subscription-handler/tests/test_exit_handler.py
components/pm-subscription-handler/tests/test_network_function.py
components/pm-subscription-handler/tests/test_pmsh_config.py
components/pm-subscription-handler/tests/test_pmsh_utils.py [deleted file]
components/pm-subscription-handler/tests/test_policy_response_handler.py
components/pm-subscription-handler/tests/test_subscription.py [deleted file]
components/pm-subscription-handler/tests/test_subscription_handler.py [deleted file]