aboutsummaryrefslogtreecommitdiffstats
path: root/common/src/main
AgeCommit message (Collapse)AuthorFilesLines
2022-04-21Processing Priority for Nested Servicessreeja gattagouni1-1/+14
- Processing Priority For Nested Services. - Prioritising services by mentioning priority number while triggering requests will allow the Services to be instantiated as per the priority in a Nested-Services having Parent-Child Services Relationships. Issue-ID: SO-3855 Change-Id: I66d83f324c122d842f52f0b808dab5640b8c9abf Signed-off-by: sreeja gattagouni <sg00744975@techmahindra.com>
2021-11-26Enable recursive model by adding services to resourcesJozsef Csongvai1-1/+11
Issue-ID: SO-3811 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: I13ea0986b9c81971432626163d323991b57f9545
2021-10-12Add feature to Support NSMF based TN sliceskrishnaa963-145/+5
Issue-ID: SO-3764 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I57f6db8fab6cbd0032f58ca8254d3f93d7a78147
2021-09-22Merge "Subnet Type update for respective TN domain"Seshu Kumar M1-0/+3
2021-09-09Fix attribute mismatch in NSMF,NSSMF & OOFdeepikasatheesh3-3/+3
Issue-ID: SO-3701 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: Iad9bc3f715ac93f2bd1ce07ef9bf1f414e783ab3
2021-09-01Subnet Type update for respective TN domaindeepikasatheesh1-0/+3
Issue-ID: SO-3704 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: Id62d2a20748f95445317d812b00e6bd2b4220c85
2021-08-18Fix S-NSSAI format in E2E Network Slicingdeepikasatheesh1-1/+1
Issue-ID: SO-3670 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: I93b555800a26068f6ecf4e7e765e4bdefa1565fc
2021-08-13Merge "Update ccsdk version to 1.1.5"Seshu Kumar M1-3/+3
2021-08-03Update ccsdk version to 1.1.5Jozsef Csongvai1-3/+3
New version reverts the name change that broke backward compatibility. Issue-ID: SO-3725 Change-Id: I4d41f578e2c4eef0a5d0c899b70d19d137f89839 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
2021-07-30Fix some attribute issuesdeepikasatheesh1-2/+0
Issue-ID: SO-3721 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: Ic033f6ba222fcd276b15ca9ca0833f8645fe44e7
2021-07-19Merge "Fix macro flow resource blocks processing order"Seshu Kumar M4-6/+54
2021-07-11Fix macro flow resource blocks processing orderLukasz Rajewski4-6/+54
Change-Id: I9941cf15d65b5c463126d99e03aa4eb0c2e8c183 Issue-ID: SO-3705 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2021-06-28ONAP Service Mesh compliant modificationsheel.bajpai4-1/+173
Issue-ID: OOM-2232 Signed-off-by: sheel.bajpai <sheel.bajpai@orange.com> Change-Id: Ie7416143179b27b64f17088f1983f4477c259cc4
2021-06-10Fix issues in shared NSI flow in NSMFdeepikasatheesh2-0/+6
Issue-ID: SO-3629 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: Ib67ffb8f0143549177e7b2776b219fab4d7f00eb
2021-04-22Update CDS and grpc dependenciesJozsef Csongvai2-6/+4
Issue-ID: SO-3628 Change-Id: Ia1c5c3d2d38d83609410c94068cd0d4533d9ad40 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
2021-03-22Merge "Add resourceShareLevel in tn"Seshu Kumar M1-0/+3
2021-03-19Add resourceShareLevel in tnhetengjiao1-0/+3
Issue-ID: SO-3381 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: I3d3826615d05272a01e36a4f7001ada24ee3ea61
2021-03-18Merge "Add nssiId for AllocateTNNSSI request"Seshu Kumar M1-0/+2
2021-03-18Add nssiId for AllocateTNNSSI requestzm3301-0/+2
Issue-ID: SO-3381 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I14237c3be04c3113f948be18a99b8c903ac19615
2021-03-16wrap logger patterns in masking classBENJAMIN, MAX1-0/+71
wrap logger patterns in masking class Issue-ID: SO-3589 Signed-off-by: AT&T Open Source <g22940@att.com> Change-Id: Ic7893001b77a9791cd43c958b9bad7065d7a4e2a
2021-03-12Merge "add new sdnc interaction"1.8.1Max Benjamin6-36/+109
2021-03-11Update NSI selection process support shared NSI and add sst parameterzm3301-0/+4
Issue-ID: SO-3381 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I84f76e4e32fabc35fbd448ed1234d3427f89279d
2021-03-10add new sdnc interactionBOSLET, CORY6-36/+109
Added Cors auth support option for sdnc interaction Issue-ID: SO-3580 Signed-off-by: AT&T Open Source <g22940@att.com> Change-Id: I54d17ea5e02a20114f5857940cc4dabc72854dea
2021-03-04retry on ResponseProcessingExceptionBENJAMIN, MAX1-1/+1
retry on ResponseProcessingException Issue-ID: SO-3570 Signed-off-by: AT&T Open Source <g22940@att.com> Change-Id: I62745d3833bec8fb5f33007aa613ff4626b5486d
2021-02-02Merge "allow RestClient to configure custom headers"Steve Smokowski9-42/+64
2021-02-02Merge "set connection timeout as well as read timeout"Steve Smokowski2-1/+11
2021-02-01allow RestClient to configure custom headersBenjamin, Max (mb388a)9-42/+64
allow RestClient to configure custom headers always load the first implementation on the classpath Issue-ID: SO-3495 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I9c433cdaed33a7db6182af259421676c088a1fae
2021-02-01set connection timeout as well as read timeoutBenjamin, Max (mb388a)2-1/+11
set connection timeout as well as read timeout correct dependency version in openstack pom limit timeout test to a single retry add connection timeout property for A&AI client Issue-ID: SO-3491 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I576c143822ba45fc79648fd0a1edb6ccd3aff8b2
2021-01-28set filter with higher priorityBenjamin, Max (mb388a)1-1/+2
set filter with higher priority than default filters Issue-ID: SO-3496 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Iae03ef47a45ad6d17bf7c4ab78c8e3906eb611aa
2021-01-18update nsmf workflow of active and deactive nssihetengjiao6-28/+163
Issue-ID: SO-2963 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: Ic144713f9cf55ed8db679bd7c57052fcea2aadf9
2021-01-08add explicit priority value to make sure cadi isBenjamin, Max (mb388a)1-0/+2
add explicit priority value to make sure cadi is run before additional filters Issue-ID: SO-3472 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I95bee43cc41c4e241e0e16d44ef54051ba732528
2021-01-07Fix some deallocate issueszm3301-2/+2
Issue-ID: SO-3411 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: Ie61983b9e9567bd21e5cd12cda4d76ec422c5dee
2020-12-09Update slice profilezm3301-13/+13
Issue-ID: SO-3411 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I13dcf2f32361a36c78ff20232d466e7b3329ce34
2020-12-04Add Endpoint and relationshipszm3301-1/+0
Issue-ID: SO-2963 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: Ib745ab2587e63a598a47b433d58cee317858dead
2020-11-30Merge "add caching to graph inventory client"Steve Smokowski6-4/+88
2020-11-30Fix SliceProfile for External RAN NSSMFEnbo Wang1-1/+1
Issue-ID: SO-3274 Signed-off-by: Enbo Wang <wangenbo@huawei.com> Change-Id: Ie142fdbef529c98cba9374b92aed97455af770f9
2020-11-30Merge "fixed tn allocate fail problem"Chuanyu Chen1-2/+2
2020-11-30fixed tn allocate fail problemhetengjiao1-2/+2
Issue-ID: SO-2963 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: Ie9bd356a37d170638d86b91b3dc070ca91c40683
2020-11-27Merge "New attributes are added according to the standard and fixed TN ↵Chuanyu Chen11-137/+120
allocate response"
2020-11-26New attributes are added according to the standard and fixed TN allocate ↵hetengjiao11-137/+120
response Issue-ID: SO-2963 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: I4a2dfccbfa9dcdbe93d50a03b307061dca45c81a
2020-11-23Merge "add serializable to fixed cn nssi processing error"Chuanyu Chen9-28/+28
2020-11-23add serializable to fixed cn nssi processing errorhetengjiao9-28/+28
Issue-ID: SO-2963 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: I0c50d7ea14298aa7b7a261faef9d01c811363633
2020-11-19add caching to graph inventory clientBenjamin, Max6-4/+88
add caching to graph inventory client updated properties files to read cache properties Issue-ID: SO-3398 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ib3e67ae014b6668c9b004aae1e8b5d49b9ce6b06
2020-11-19Merge "added configurable read timeout value for A&AI"Steve Smokowski3-3/+18
2020-11-18Merge "Fix issue of PerfReq for RAN SliceProfile"Chuanyu Chen5-54/+13
2020-11-18fixed allotecate nssihetengjiao2-2/+8
Issue-ID: SO-2963 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: I4abfa9e2842e901bbfb1b7e38af08ff7a22794e8
2020-11-17Fix issue of PerfReq for RAN SliceProfileEnbo Wang5-54/+13
Issue-ID: SO-3274 Signed-off-by: Enbo Wang <wangenbo@huawei.com> Change-Id: I612d4e7acee9cab440354035a416d024cefec62c
2020-11-17fixed cs profile trans to ss profilehetengjiao4-109/+175
Issue-ID: SO-2963 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: Ia5a40ac9126641479047a0a76c7d2fefc1d6f07d
2020-11-11added configurable read timeout value for A&AIBenjamin, Max3-3/+18
added configurable read timeout value for A&AI Issue-ID: SO-3370 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I1216608a09f6a8649a57aa4b320fbea4982a7efe
2020-11-10Update query subnet capabilityzm3302-1/+50
Issue-ID: SO-2963 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I695cb9b6842c85c2f0a99cf95f12bbf3b6a04a6d