resolve problem CreateCommunicationService SST is null 52/106652/1
authorhetengjiao <hetengjiao@chinamobile.com>
Mon, 27 Apr 2020 01:53:25 +0000 (09:53 +0800)
committerhetengjiao <hetengjiao@chinamobile.com>
Mon, 27 Apr 2020 02:07:34 +0000 (10:07 +0800)
Issue-ID: SO-2824

Change-Id: Ieb0b542f5186ef0ec33bad584615173a49f3ed5b
Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/CreateCommunicationService.groovy

index 71da2ab..4e07703 100644 (file)
@@ -383,9 +383,6 @@ class CreateCommunicationService extends AbstractServiceTaskProcessor {
             }
 
             e2eInputMap.put("sNSSAI", execution.getVariable("sNSSAI_id"))
-            e2eInputMap.put("areaTrafficCapDL", 100)
-            e2eInputMap.put("areaTrafficCapUL", 100)
-            e2eInputMap.put("sST", execution.getVariable("csServiceType"))
 
             execution.setVariable("e2eInputMap", e2eInputMap)
             execution.setVariable("e2eServiceType", e2eServiceDecomposition.getServiceType())