summaryrefslogtreecommitdiffstats
path: root/components/pm-subscription-handler/pmsh_service/mod/api
diff options
context:
space:
mode:
authorSagarS <sagar.shetty@est.tech>2021-12-09 16:59:51 +0000
committerSagarS <sagar.shetty@est.tech>2021-12-09 17:01:04 +0000
commitadcbd374f47858f02a5155ec63d678442fb7f4a0 (patch)
treecdb0449b2c08748845bf92254b45ee31619339c9 /components/pm-subscription-handler/pmsh_service/mod/api
parent15dde94eccad074dda76c420f900c977c184b66f (diff)
[DCAEGEN2] PMSH AAI changes with new subscription format
Issue-ID: DCAEGEN2-2912 Change-Id: Ibd21f8f7a01a31bd7db19a39af010d6805b41622 Signed-off-by: SagarS <sagar.shetty@est.tech>
Diffstat (limited to 'components/pm-subscription-handler/pmsh_service/mod/api')
-rw-r--r--components/pm-subscription-handler/pmsh_service/mod/api/services/subscription_service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/pm-subscription-handler/pmsh_service/mod/api/services/subscription_service.py b/components/pm-subscription-handler/pmsh_service/mod/api/services/subscription_service.py
index 73467821..fc27f992 100644
--- a/components/pm-subscription-handler/pmsh_service/mod/api/services/subscription_service.py
+++ b/components/pm-subscription-handler/pmsh_service/mod/api/services/subscription_service.py
@@ -129,7 +129,7 @@ def apply_measurement_grp_to_nfs(filtered_nfs, measurement_groups):
Saves measurement groups against nfs with status as PENDING_CREATE
Args:
- filtered_nfs (list[NetworkFunction])): list of filtered network functions
+ filtered_nfs (list[NetworkFunction]): list of filtered network functions
measurement_groups (list[MeasurementGroupModel]): list of measurement group
Returns: