From aa859daa7e210a286aae0e496fa09b4d9c133b86 Mon Sep 17 00:00:00 2001 From: Enbo Wang Date: Mon, 26 Oct 2020 21:34:42 +0800 Subject: Fix issue of writing NSSI to AAI for ExternalNssmfManager Issue-ID: SO-3341 Signed-off-by: Enbo Wang Change-Id: I242b48bee5420bc2a346240baa6056e31acb006c --- .../org/onap/so/bpmn/infrastructure/scripts/DoDeallocateNSSI.groovy | 1 + 1 file changed, 1 insertion(+) (limited to 'bpmn') 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) -- cgit 1.2.3-korg