From: zm330 Date: Fri, 12 Mar 2021 03:46:43 +0000 (+0800) Subject: Support Option1 for Top RAN NSST X-Git-Tag: 1.8.2~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f971a3343283c07e0a7cf1f4634229430a497e55;p=so.git Support Option1 for Top RAN NSST Issue-ID: SO-3381 Signed-off-by: zm330 Change-Id: Iece6770f6ffe8d091d0419416a2babaa5ad790d8 (cherry picked from commit 4c0020a460dc9094d2d3fd31f242d358c764b004) --- diff --git a/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/DoCreateSliceServiceOption.groovy b/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/DoCreateSliceServiceOption.groovy index b81347cc8c..ac7f1af890 100644 --- a/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/DoCreateSliceServiceOption.groovy +++ b/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/DoCreateSliceServiceOption.groovy @@ -260,7 +260,7 @@ class DoCreateSliceServiceOption extends AbstractServiceTaskProcessor{ if(serviceCategory ==~ /CN.*/){ return SubnetType.CN } - if (serviceCategory ==~ /AN.*NF.*/){ + if (serviceCategory ==~ /AN.*/){ return SubnetType.AN } if (serviceCategory ==~ /TN.*BH.*/){