diff options
author | Chuanyu Chen <chenchuanyu@huawei.com> | 2020-10-28 01:44:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-28 01:44:30 +0000 |
commit | 4b819e2b9771fb9e903cdf523c84be6007c9a4e8 (patch) | |
tree | 3f921aa7e45d49ac1dc6fc08a7f5ff629b257afc /bpmn | |
parent | deb4f1d1292d661b08f8969a117b7b979551158a (diff) | |
parent | aa859daa7e210a286aae0e496fa09b4d9c133b86 (diff) |
Merge "Fix issue of writing NSSI to AAI for ExternalNssmfManager"
Diffstat (limited to 'bpmn')
-rw-r--r-- | bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/DoDeallocateNSSI.groovy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/DoDeallocateNSSI.groovy b/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/DoDeallocateNSSI.groovy index 75ef7d347c..f3bc47e7cf 100644 --- a/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/DoDeallocateNSSI.groovy +++ b/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/DoDeallocateNSSI.groovy @@ -151,6 +151,7 @@ class DoDeallocateNSSI extends AbstractServiceTaskProcessor serviceInfo.setServiceInvariantUuid(serviceInvariantUuid) serviceInfo.setServiceUuid(serviceUuid) serviceInfo.setNsiId(nsiId) + serviceInfo.setNssiId(nssiId) serviceInfo.setGlobalSubscriberId(globalSubscriberId) serviceInfo.setSubscriptionServiceType(subscriptionServiceType) String serviceInfoString = objectMapper.writeValueAsString(serviceInfo) |