From 4c0020a460dc9094d2d3fd31f242d358c764b004 Mon Sep 17 00:00:00 2001 From: zm330 Date: Fri, 12 Mar 2021 11:46:43 +0800 Subject: Support Option1 for Top RAN NSST Issue-ID: SO-3381 Signed-off-by: zm330 Change-Id: Iece6770f6ffe8d091d0419416a2babaa5ad790d8 --- .../so/bpmn/infrastructure/scripts/DoCreateSliceServiceOption.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.*/){ -- cgit 1.2.3-korg