diff options
author | Niranjana <niranjana.y60@wipro.com> | 2022-04-12 14:46:17 +0000 |
---|---|---|
committer | Niranjana <niranjana.y60@wipro.com> | 2022-04-12 14:46:17 +0000 |
commit | 1d9be997240d6246d3d00335e509bc381029ecc8 (patch) | |
tree | e94ff223cce197dff0bcef495159567467530f91 /controlloop | |
parent | c6a10602784a8b98bd14554855ae7443ca3db324 (diff) |
Fix Modify Nssi Closed Loop Error
Issue-ID: POLICY-4092
Signed-off-by: Niranjana <niranjana.y60@wipro.com>
Change-Id: I08599fd58ba700b407ef6b580a800655c1391360
Diffstat (limited to 'controlloop')
-rw-r--r-- | controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties | 2 |
1 files changed, 1 insertions, 1 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 7886eccef..a0a745af3 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 @@ -77,7 +77,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.SO.operations.Modify\ NSSI.path=3gppservices/v1/modify actor.service.SO.operations.ModifyCloudLeasedLine.path=infra/serviceIntent/v1/modify actor.service.VFC.clientName=VFC |