From 73416d2bebe39643e30c91d0ce5a6f4d3f91ce62 Mon Sep 17 00:00:00 2001 From: zm330 Date: Thu, 18 Mar 2021 10:04:27 +0800 Subject: Add nssiId for AllocateTNNSSI request Issue-ID: SO-3381 Signed-off-by: zm330 Change-Id: I14237c3be04c3113f948be18a99b8c903ac19615 --- .../org/onap/so/bpmn/infrastructure/scripts/DoAllocateNSIandNSSI.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/DoAllocateNSIandNSSI.groovy b/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/DoAllocateNSIandNSSI.groovy index 276b6f0500..59decb56a4 100644 --- a/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/DoAllocateNSIandNSSI.groovy +++ b/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/DoAllocateNSIandNSSI.groovy @@ -669,6 +669,7 @@ class DoAllocateNSIandNSSI extends AbstractServiceTaskProcessor{ NssmfAdapterNBIRequest nbiRequest = new NssmfAdapterNBIRequest() AllocateTnNssi allocateTnNssi = new AllocateTnNssi() + allocateTnNssi.setNssiId(sliceTaskInfo.suggestNssiId) //todo: AllocateTnNssi //todo: endPointId -> set into tn List transportSliceNetworks = new ArrayList<>() -- cgit 1.2.3-korg