diff options
author | hyu2010 <hyu2010b@gmail.com> | 2021-02-02 16:35:26 -0500 |
---|---|---|
committer | hyu2010 <hyu2010b@gmail.com> | 2021-02-23 10:20:20 -0500 |
commit | f0d4d328857efc35806fbc8976f63a81b6ec922a (patch) | |
tree | f0455a40783183cc528f9d145af5a2b6bcbf08cb /bpmn/so-bpmn-infrastructure-flows/src/main | |
parent | 1255670f62476b69f4770e21322e175036f9e31c (diff) |
Transport Slicing Fixes
This update contains for the fixes for the following JIRAs:
SO-3512: update logical-link name and logical-link id in
TN NSSI
SO-3544: Transport Slicing problems found in RAN NSSMF and
TN NSSMF integration
Issue-ID: SO-3512
Issue-ID: SO-3544
Signed-off-by: hyu2010 <hyu2010b@gmail.com>
Change-Id: I075bf76da635365260bfc52b0fe13ac3cb69c3c7
Signed-off-by: hyu2010 <hyu2010b@gmail.com>
Diffstat (limited to 'bpmn/so-bpmn-infrastructure-flows/src/main')
-rw-r--r-- | bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateTransportNSSI.bpmn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateTransportNSSI.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateTransportNSSI.bpmn index 124b75cbe8..82efc97e92 100644 --- a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateTransportNSSI.bpmn +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoAllocateTransportNSSI.bpmn @@ -131,6 +131,7 @@ css.prepareOofSelection(execution)</bpmn:script> <camunda:in source="operationId" target="operationId" /> <camunda:in source="sliceProfile" target="sliceProfile" /> <camunda:in source="transportSliceNetworks" target="transportSliceNetworks" /> + <camunda:in source="enableSdnc" target="enableSdnc" /> <camunda:in source="nsiInfo" target="nsiInfo" /> <camunda:out source="WorkflowException" target="WorkflowException" /> <camunda:out source="rollbackData" target="rollbackData" /> |