Add sST value to communication service 35/107935/1
authorzm330 <zhangminyj@chinamobile.com>
Wed, 20 May 2020 02:34:57 +0000 (10:34 +0800)
committerzm330 <zhangminyj@chinamobile.com>
Wed, 20 May 2020 02:35:07 +0000 (10:35 +0800)
Issue-ID: SO-2942

Signed-off-by: zm330 <zhangminyj@chinamobile.com>
Change-Id: I062512977f2e2991a817327572576f7137c5ad2e

bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/CreateCommunicationService.groovy

index cf6bef6..89c3ab7 100644 (file)
@@ -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())