aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-infrastructure-flows/src/main/resources
AgeCommit message (Collapse)AuthorFilesLines
2023-01-19Merge "Support Activate,Deactivate and Terminate feature for NSMF based TN ↵Lukasz Rajewski3-239/+257
slices"
2023-01-11Support Allocate feature for NSMF based TN slicessr202557721-1/+3
Issue-ID: SO-4029 Signed-off-by: sr20255772 <sravya.sherla@wipro.com> Change-Id: Ifad4e0a65dc810a843d30800a94c08081bcfd981
2022-12-12Support Activate,Deactivate and Terminate feature for NSMF based TN slicessr202557723-239/+257
Issue-ID: SO-4029 Signed-off-by: sr20255772 <sravya.sherla@wipro.com> Change-Id: I97f0c610c55fb19fbcd0f9ae441b6826800820ab
2022-05-26Fix bugs found in TN Slicing integration involving OOFdeepikasatheesh2-2/+2
Issue-ID: SO-3931 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: I6fe2f53bb8f2761df40802e95255f617089069b5
2022-03-19Merge "Implemented OOF call in TN NSSMF for allocate flow"Seshu Kumar M1-81/+174
2022-03-14Implemented OOF call in TN NSSMF for allocate flowsr202557721-81/+174
Issue-ID: SO-3866 Change-Id: I40f55a4cbd2c886a98cc7fefa49ddd478a4a1cca Signed-off-by: sr20255772 <sravya.sherla@wipro.com>
2022-03-09Merge "Fix bugs in modify &terminate flow"Seshu Kumar M2-243/+228
2022-03-03Implemented OOF call in TN NSSMF for deallocate flowdeepikasatheesh1-65/+225
Issue-ID: SO-3864 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: Ibb7342a2eb6adb44c5a03e717e908699997e79b4
2022-02-04Fix bugs in modify &terminate flowdeepikasatheesh2-243/+228
Issue-ID: SO-3847 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: Ib6d2817bcf3e340713a2f72630915173344b81d5
2021-11-19Merge "Support activate, terminate feature for NSMF based TN slices"Lukasz Muszkieta2-357/+558
2021-11-17Support activate, terminate feature for NSMF based TN sliceskrishnaa962-357/+558
Issue-ID: SO-3784 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I3214cfe5faf3bc9d10081859d63d5a67ee2d6318
2021-10-12Add feature to Support NSMF based TN sliceskrishnaa963-410/+824
Issue-ID: SO-3764 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I57f6db8fab6cbd0032f58ca8254d3f93d7a78147
2021-09-27Merge "Fix issues in AN NSSMF for modify & Deallocate flow"Seshu Kumar M2-3/+3
2021-09-15Fix issues in AN NSSMF for modify & Deallocate flowdeepikasatheesh2-3/+3
Issue-ID: SO-3758 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: I777d2abbe2746ab138169e108f20ad283448323e
2021-09-14Wrong additional parameter for OOF's terminateNxiRequestAlex1-68/+68
Issue-ID: SO-3760 Change-Id: If4211e67ae2debcf394fd69c7e301a99d3bb9658 Signed-off-by: Alex <alexander.borovitzky@guest.telecomitalia.it>
2021-08-23Changes in Modify and Deallocate Core NSSI flowsAlex2-253/+283
Issue-ID: SO-3703 Change-Id: I22391ae0ff142fd6923cb62621fb537708a3cd19 Signed-off-by: Alex <alexander.borovitzky@guest.telecomitalia.it>
2021-08-17Merge "Fix Relationship update b/w core NSSI and its Sliceprofile"Byung-Woo Jun1-1/+3
2021-08-17Fix Relationship update b/w core NSSI and its Sliceprofilesanket123451-1/+3
Code changes to fix issues observed during testing for: - Core Allocate - Core Activate Issue-ID: SO-3605 Signed-off-by: sanket12345 <SX00562924@techmahindra.com> Change-Id: I88f22f115c119d713f42f0a800aeb8320d7c9ade
2021-08-11SO changes for Service Intenthyu20106-0/+1317
This update contains the SO changes for the CCVPN extension to support Intent Based Networking (REQ-719). The SO is responsible for providing the Service Intent orchestration, as well as providing the Service Intent APIs which are consumed by the IBN use-case. The changes on the SO are technology-agnostic and are relatively simple. i.e., Technology specific network configurations are carried out by the SDNC. Issue-ID: SO-3714 Signed-off-by: hyu2010 <hyu2010b@gmail.com> Change-Id: Iec9d2fc80adc79faaeeaf811bd0d02c9d7611d61 Signed-off-by: hyu2010 <hyu2010b@gmail.com>
2021-07-30Fix issues in AN NSSMF for allocate &modify flowdeepikasatheesh1-3/+3
Issue-ID: SO-3624 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: I3e11f1748706913621f54e8cd725ca00c71ba682
2021-07-21Merge "Fix issues in AN NSSMF for allocate &modify flow"Seshu Kumar M3-5/+7
2021-07-175G core nssmf - Allocate apisanket123451-23/+23
Code changes to fix issues observed during testing for share/non-shared nssmf Allocate api Issue-ID: SO-3418 Signed-off-by: sanket12345 <SX00562924@techmahindra.com> Change-Id: I88f22f115c112d713f42f0a800aeb6530d7c6ade
2021-07-05Fix issues in AN NSSMF for allocate &modify flowdeepikasatheesh3-5/+7
Issue-ID: SO-3624 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: Iaeca92aee45a2e0e920c12b0ed407b9fd5514f09
2021-06-22Fixes exceptions found in modifying transport sliceshyu20101-53/+53
This update fixes the exceptions found in the integration tests of transport slicing in Istanbul release Issue-ID: SO-3631 Signed-off-by: hyu2010 <hyu2010b@gmail.com> Change-Id: Ib085742f09f6c31bc6d238d1b9f4c12b3e16d04e Signed-off-by: hyu2010 <hyu2010b@gmail.com>
2021-03-14Merge "Fixed issues in AN NSSMF for modify & Deallocate flow"Seshu Kumar M1-2/+2
2021-03-12Fixed issues in AN NSSMF for modify & Deallocate flowdeepikasatheesh1-2/+2
Issue-ID: SO-3586 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: I1cd8342807bd3d63f8384f957857d6af13453fd4
2021-03-11Update NSI selection process support shared NSI and add sst parameterzm3302-0/+2
Issue-ID: SO-3381 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I84f76e4e32fabc35fbd448ed1234d3427f89279d
2021-03-03Merge "Core-nssmf - activate/deactivate flow"Byung-Woo Jun1-155/+124
2021-03-02Bug fixes for modify TN NSSI operationhyu20101-59/+89
Modify/re-use of an existing TN NSSI contains problems since Guilin release. We have planned to resolve these issues in Honolulu release. This submission contains these fixes. Issue-ID: SO-3563 Signed-off-by: hyu2010 <hyu2010b@gmail.com> Change-Id: If2b22260797135eab3cc74c66e0b9a9ec8d91d65
2021-02-28Core-nssmf - activate/deactivate flowaleemraja1-155/+124
To fix the issues noticed during testing - in activate and deactivate flow - in allocate non-shared: update requestdb correctly when flow is successful. Issue-ID: SO-3527 Signed-off-by: aleemraja <ar00500721@techmahindra.com> Change-Id: I37ce7d61eaba8ea60a95a9517509696b2cf3a357
2021-02-24Fix issues in AN NSSMF for activate flowdeepikasatheesh1-4/+4
Issue-ID: SO-3554 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: I1bce6e7c48e9fcb92505304727ed1a04aed5be05
2021-02-23Transport Slicing Fixeshyu20101-0/+1
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>
2021-02-22Merge "Fixed issues in AN NSSMF for allocate flow & added timeDelay in ↵Seshu Kumar M1-5/+23
QueryJobStatus"
2021-02-11Fixed issues in AN NSSMF for allocate flow & added timeDelay in QueryJobStatusdeepikasatheesh1-5/+23
Issue-ID: SO-3526 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: I04fd6adced03c535129cf0d2adfee60f6e2b3407
2021-02-10Merge "Fix issues in AN NSSMF activation flow for SDNR interactions"Seshu Kumar M1-1/+1
2021-01-19Fixes for bugs found in Transport Slicing integrationhyu20104-7/+8
This update contains for the fixes for the following JIRAs: SO-3483: Transport Slicing integration: status field in resource_operation_status table should be in capital letters SO-3488: Transport Slicing integration: orchestration status of TN NSSI is missing a 'd' in 'activate' and 'deactivate' Issue-ID: SO-3483 Issue-ID: SO-3488 Signed-off-by: hyu2010 <hyu2010b@gmail.com> Change-Id: I0e3ce5b8819aab61138d3eb7e119b9c9aa7e5a55
2021-01-18update nsmf workflow of active and deactive nssihetengjiao3-602/+505
Issue-ID: SO-2963 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: Ic144713f9cf55ed8db679bd7c57052fcea2aadf9
2021-01-07Fix some deallocate issueszm3301-6/+21
Issue-ID: SO-3411 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: Ie61983b9e9567bd21e5cd12cda4d76ec422c5dee
2021-01-07Merge "Fix for globalSubscriberId and requestId"Lukasz Muszkieta4-63/+86
2021-01-07Merge "5G core nssmf - Allocate api"Lukasz Muszkieta2-50/+58
2021-01-06Fix for globalSubscriberId and requestIdtragait4-63/+86
Issue-ID: SO-3401 Signed-off-by: tragait <rahul.tyagi@est.tech> Change-Id: I33a71dffe7c63a50c807aa206d638a6aea5f1210
2021-01-02Fixes for bugs found in Transport Slicing integrationhyu20103-88/+182
This update contains for the fixes for the following JIRA: SO-3444: Transport Slicing Integration: add config flag for enable/disable SDNC CCVPN network configuration Issue-ID: SO-3444 Signed-off-by: hyu2010 <hyu2010b@gmail.com> Change-Id: I7ccc3735e6a46c0453da0dd7d04086b73cc50eb1
2020-12-25Merge "Fix some deallocate nssi issues"Chuanyu Chen2-13/+27
2020-12-24Fix some deallocate nssi issueszm3302-13/+27
Issue-ID: SO-3411 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I7abcc74b52e71e780cda12a2a55d02b4dda2133a
2020-12-23Fixes for bugs found in Transport Slicing integrationhyu20102-2/+2
This update contains for the fixes for the following JIRAs: SO-3429: Transport Slicing integration: fix resource operation status table mapping SO-3434: Transport Slicing integration: modelUuid and modelInvariantUuid are missing from service-instance Issue-ID: SO-3429 Issue-ID: SO-3434 Signed-off-by: hyu2010 <hyu2010b@gmail.com> Change-Id: I7a9b7b7a3e40d967c138067a01f2c045fb3e4b56 Signed-off-by: hyu2010 <hyu2010b@gmail.com>
2020-12-21Merge "software-version fix"Seshu Kumar M1-1/+1
2020-12-21Merge "Fix issues in AN NSSMF - Allocate workflow"Seshu Kumar M1-4/+4
2020-12-185G core nssmf - Allocate apialeemraja2-50/+58
Code changes to fix issues observed during testing for share/non-shared nssmf Allocate api Issue-ID: SO-3418 Signed-off-by: aleemraja <ar00500721@techmahindra.com> Change-Id: I37ce7d21eaba8ea51a91a7034502323b2cf3a615
2020-12-08software-version fixtragait1-1/+1
In this commit software_versions added to the pnf customization table. A test case is also written to verify if the software_versions of type string is added to the pnfcustomization. Signed-off-by: tragait <rahul.tyagi@est.tech> Change-Id: Id07fe79e67ac96e71e6fe3775cce801edd81a42a Signed-off-by: tragait <rahul.tyagi@est.tech> Issue-ID: SO-3119 Signed-off-by: tragait <rahul.tyagi@est.tech>
2020-12-08Fix serviceType,serviceRole,serviceName saving in AAI also Adapter issueszm3302-2/+1
Issue-ID: SO-3411 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I07eeb4e512a1a2cc67ac5bff7ee3227d90117fe7