diff options
author | krishnaa96 <krishna.moorthy6@wipro.com> | 2021-06-14 13:15:46 +0530 |
---|---|---|
committer | krishnaa96 <krishna.moorthy6@wipro.com> | 2021-06-14 13:15:46 +0530 |
commit | 42f9de83e46be30d947de156b6174f753fc3e48d (patch) | |
tree | 5444338a52d524e74fe4d16c7a955da78069f5a2 /controlloop | |
parent | 216ce979eefec51bd5eca8945866937bf191ed58 (diff) |
Add event-manager property for Modify NSSI
Issue-ID: POLICY-3369
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I95965d5fb34352e89174e3fdada7eb816eea279c
Diffstat (limited to 'controlloop')
-rw-r--r-- | controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties b/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties index 94eadec0e..fb291c19c 100644 --- a/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties +++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties @@ -75,6 +75,7 @@ actor.service.SO.maxPolls=20 actor.service.SO.pollWaitSec=20 actor.service.SO.operations.VF\ Module\ Create.path=serviceInstantiation/v7/serviceInstances actor.service.SO.operations.VF\ Module\ Delete.path=serviceInstances/v7 +actor.service.SO.operations.Modify\ NSSI.path=3gppservices/v7/modify actor.service.VFC.clientName=VFC actor.service.VFC.pollPath=jobs |