[PMSH] Create subscription API changes with IPv4, IPv6 updates 99/123099/4
authorSagarS <sagar.shetty@est.tech>
Wed, 4 Aug 2021 11:59:55 +0000 (12:59 +0100)
committerSagarS <sagar.shetty@est.tech>
Thu, 12 Aug 2021 15:28:33 +0000 (16:28 +0100)
commitde867c1aeb3bfaf3ab9337b2f76cc2da2fe594bd
treeeafb2b17fe71063d776f90d56836534f67d1ba81
parent1972718be2da50d09ea3284a7ab1746952be4cbb
[PMSH] Create subscription API changes with IPv4, IPv6 updates

Issue-ID: DCAEGEN2-2819
Signed-off-by: SagarS <sagar.shetty@est.tech>
Change-Id: Id0db2ae3f57786e0eeea70589644bf1f7fa92de8
24 files changed:
components/pm-subscription-handler/Changelog.md
components/pm-subscription-handler/pmsh_service/mod/__init__.py
components/pm-subscription-handler/pmsh_service/mod/api/controllers/subscription_controller.py [new file with mode: 0644]
components/pm-subscription-handler/pmsh_service/mod/api/custom_exception.py [new file with mode: 0644]
components/pm-subscription-handler/pmsh_service/mod/api/db_models.py
components/pm-subscription-handler/pmsh_service/mod/api/pmsh_swagger.yml
components/pm-subscription-handler/pmsh_service/mod/api/services/measurement_group_service.py [new file with mode: 0644]
components/pm-subscription-handler/pmsh_service/mod/api/services/nf_service.py [new file with mode: 0644]
components/pm-subscription-handler/pmsh_service/mod/api/services/subscription_service.py [new file with mode: 0644]
components/pm-subscription-handler/pmsh_service/mod/network_function.py
components/pm-subscription-handler/pmsh_service/mod/network_function_filter.py [new file with mode: 0644]
components/pm-subscription-handler/pmsh_service/mod/subscription.py
components/pm-subscription-handler/pom.xml
components/pm-subscription-handler/setup.py
components/pm-subscription-handler/tests/controllers/test_subscription_controller.py [new file with mode: 0644]
components/pm-subscription-handler/tests/data/create_subscription_request.json [new file with mode: 0644]
components/pm-subscription-handler/tests/data/pm_subscription_event.json
components/pm-subscription-handler/tests/services/test_measurement_group_service.py [new file with mode: 0644]
components/pm-subscription-handler/tests/services/test_nf_service.py [new file with mode: 0644]
components/pm-subscription-handler/tests/services/test_subscription_service.py [new file with mode: 0644]
components/pm-subscription-handler/tests/test_network_function.py
components/pm-subscription-handler/tests/test_subscription.py
components/pm-subscription-handler/tests/test_subscription_handler.py
components/pm-subscription-handler/version.properties