merge SO-2824 from frankfurt resolve problem CreateCommunicationService SST is null 89/107289/5
authorhetengjiao <hetengjiao@chinamobile.com>
Thu, 7 May 2020 03:11:10 +0000 (11:11 +0800)
committerHE TENGJIAO <hetengjiao@chinamobile.com>
Fri, 8 May 2020 05:01:20 +0000 (05:01 +0000)
Issue-ID: SO-2824

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

index 8689972..cf6bef6 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())