From 4b2b1445bef3b760ed29efa1c7c78977dde73452 Mon Sep 17 00:00:00 2001 From: egernug Date: Wed, 14 Oct 2020 08:52:49 +0100 Subject: [PMSH] Add Resource Name to filter options Issue-ID: DCAEGEN2-2402 Change-Id: I2242d36ca34e0b8ac085ce790b19b7ad51352c63 Signed-off-by: egernug --- .../pm-subscription-handler/pmsh_service/mod/aai_event_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/pm-subscription-handler/pmsh_service/mod/aai_event_handler.py') diff --git a/components/pm-subscription-handler/pmsh_service/mod/aai_event_handler.py b/components/pm-subscription-handler/pmsh_service/mod/aai_event_handler.py index f39f1f46..fd9f6252 100755 --- a/components/pm-subscription-handler/pmsh_service/mod/aai_event_handler.py +++ b/components/pm-subscription-handler/pmsh_service/mod/aai_event_handler.py @@ -66,7 +66,7 @@ def process_aai_events(mr_sub, mr_pub, app, app_conf): ip_address=aai_entity['ipaddress-v4-oam'], model_invariant_id=aai_entity['model-invariant-id'], model_version_id=aai_entity['model-version-id']) - if not nf.set_sdnc_params(app_conf): + if not nf.set_nf_model_params(app_conf): continue if app_conf.nf_filter.is_nf_in_filter(nf): _process_event(action, nf, mr_pub, app_conf) -- cgit 1.2.3-korg