From: zm330 Date: Wed, 20 May 2020 02:34:57 +0000 (+0800) Subject: Add sST value to communication service X-Git-Tag: 1.7.1~144 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d392b9594ac6f1099965d129b52e1b954fff33d6;p=so.git Add sST value to communication service Issue-ID: SO-2942 Signed-off-by: zm330 Change-Id: I062512977f2e2991a817327572576f7137c5ad2e --- diff --git a/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/CreateCommunicationService.groovy b/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/CreateCommunicationService.groovy index cf6bef6510..89c3ab7c8b 100644 --- a/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/CreateCommunicationService.groovy +++ b/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/CreateCommunicationService.groovy @@ -383,7 +383,7 @@ class CreateCommunicationService extends AbstractServiceTaskProcessor { } e2eInputMap.put("sNSSAI", execution.getVariable("sNSSAI_id")) - + e2eInputMap.put("sST", execution.getVariable("csServiceType")) execution.setVariable("e2eInputMap", e2eInputMap) execution.setVariable("e2eServiceType", e2eServiceDecomposition.getServiceType()) execution.setVariable("e2eModelInvariantUuid", e2eServiceDecomposition.getModelInfo().getModelInvariantUuid())