From 34ebf6903d3d0f2913ca6d9c78a88a6c0bd93cd1 Mon Sep 17 00:00:00 2001 From: gautamd Date: Wed, 21 Oct 2020 10:19:13 +0200 Subject: [PATCH 01/24] Update sliceNrm.yaml --- OpenAPI/sliceNrm.yaml | 87 +++++++++++++++++++++++++++++++++++++------ 1 file changed, 76 insertions(+), 11 deletions(-) diff --git a/OpenAPI/sliceNrm.yaml b/OpenAPI/sliceNrm.yaml index 750158aa7..6f4235cb8 100644 --- a/OpenAPI/sliceNrm.yaml +++ b/OpenAPI/sliceNrm.yaml @@ -30,6 +30,13 @@ components: enum: - SHARED - NON-SHARED + ServiceType: + type: string + enum: + - eMBB + - RLLC + - MIoT + - V2X PerfReqEmbb: type: object properties: @@ -210,6 +217,69 @@ components: type: string nsName: type: string + CNSliceSubnetProfile: + type: object + properties: + maxNumberofUEs: + type: Integer + latency: + type: Integer + dLThptPerSlice: + type: '#/components/schemas/DLThpt' + dLThptPerUE: + type: '#/components/schemas/DLThpt' + uLThptPerSlice: + type: '#/components/schemas/ULThpt' + uLThptPerUE: + type: '#/components/schemas/ULThpt' + maxNumberOfPDUSessions: + type: Integer + RANSliceSubnetProfile: + type: object + properties: + coverageAreaGeoPolygon: + type: String + coverageAreaTAList: + type: Integer + MobilityLevel: + $ref: '#/components/schemas/MobilityLevel' + resourceSharingLevel: + $ref: '#/components/schemas/SharingLevel' + maxNumberofUEs: + type: Integer + activityFactor: + type: Float + dLThptPerUE: + $ref: '#/components/schemas/ULThpt' + uLThptPerUE: + $ref: '#/components/schemas/ULThpt' + uESpeed: + type: Integer + reliability: + type: String + serviceType: + $ref: '#/components/schemas/ServiceType' + TopSliceSubnetProfile: + type: object + properties: + coverageArea: + type: String + latency: + type: Integer + maxNumberofUEs: + type: Integer + dLThptPerSlice: + type: '#/components/schemas/DLThpt' + dLThptPerUE: + type: '#/components/schemas/DLThpt' + uLThptPerSlice: + type: '#/components/schemas/ULThpt' + uLThptPerUE: + type: '#/components/schemas/ULThpt' + maxPktSize: + $ref: '#/components/schemas/MaxPktSize' + maxNumberofConns: + type: Integer ServiceProfileList: type: object additionalProperties: @@ -284,17 +354,12 @@ components: $ref: 'nrNrm.yaml#/components/schemas/PlmnIdList' perfReq: $ref: '#/components/schemas/PerfReq' - maxNumberofUEs: - type: number - coverageAreaTAList: - $ref: '5gcNrm.yaml#/components/schemas/TACList' - latency: - type: number - uEMobilityLevel: - $ref: '#/components/schemas/MobilityLevel' - resourceSharingLevel: - $ref: '#/components/schemas/SharingLevel' - + CNSliceSubnetProfile: + $ref: '#/components/schemas/CNSliceSubnetProfile' + RANSliceSubnetProfile: + $ref: '#/components/schemas/RANSliceSubnetProfile' + tOPSliceSubnetProfile: + $ref: '#/components/schemas/tOPSliceSubnetProfile' IpAddress: oneOf: - $ref: 'genericNrm.yaml#/components/schemas/Ipv4Addr' -- GitLab From f8cf3eb00c4957527e50ee62a0085afe4d7671e3 Mon Sep 17 00:00:00 2001 From: gautamd Date: Wed, 21 Oct 2020 10:24:17 +0200 Subject: [PATCH 02/24] Update sliceNrm.yaml --- OpenAPI/sliceNrm.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/OpenAPI/sliceNrm.yaml b/OpenAPI/sliceNrm.yaml index 6f4235cb8..5de614146 100644 --- a/OpenAPI/sliceNrm.yaml +++ b/OpenAPI/sliceNrm.yaml @@ -241,8 +241,8 @@ components: type: String coverageAreaTAList: type: Integer - MobilityLevel: - $ref: '#/components/schemas/MobilityLevel' + MobilityLevel: + $ref: '#/components/schemas/MobilityLevel resourceSharingLevel: $ref: '#/components/schemas/SharingLevel' maxNumberofUEs: @@ -354,12 +354,12 @@ components: $ref: 'nrNrm.yaml#/components/schemas/PlmnIdList' perfReq: $ref: '#/components/schemas/PerfReq' - CNSliceSubnetProfile: - $ref: '#/components/schemas/CNSliceSubnetProfile' - RANSliceSubnetProfile: - $ref: '#/components/schemas/RANSliceSubnetProfile' - tOPSliceSubnetProfile: - $ref: '#/components/schemas/tOPSliceSubnetProfile' + CNSliceSubnetProfile: + $ref: '#/components/schemas/CNSliceSubnetProfile' + RANSliceSubnetProfile + $ref: '#/components/schemas/RANSliceSubnetProfile' + tOPSliceSubnetProfile: + $ref: '#/components/schemas/tOPSliceSubnetProfile' IpAddress: oneOf: - $ref: 'genericNrm.yaml#/components/schemas/Ipv4Addr' -- GitLab From 865461f3bcc056d5e840e3b29b07c71c42137981 Mon Sep 17 00:00:00 2001 From: gautamd Date: Wed, 21 Oct 2020 10:25:28 +0200 Subject: [PATCH 03/24] Update sliceNrm.yaml --- OpenAPI/sliceNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/sliceNrm.yaml b/OpenAPI/sliceNrm.yaml index 5de614146..37257b7bf 100644 --- a/OpenAPI/sliceNrm.yaml +++ b/OpenAPI/sliceNrm.yaml @@ -358,7 +358,7 @@ components: $ref: '#/components/schemas/CNSliceSubnetProfile' RANSliceSubnetProfile $ref: '#/components/schemas/RANSliceSubnetProfile' - tOPSliceSubnetProfile: + TopSliceSubnetProfile: $ref: '#/components/schemas/tOPSliceSubnetProfile' IpAddress: oneOf: -- GitLab From daf56f54543b276cf3302b55e3323f7d52937628 Mon Sep 17 00:00:00 2001 From: gautamd Date: Wed, 21 Oct 2020 10:26:14 +0200 Subject: [PATCH 04/24] Update sliceNrm.yaml --- OpenAPI/sliceNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/sliceNrm.yaml b/OpenAPI/sliceNrm.yaml index 37257b7bf..d0d0ab956 100644 --- a/OpenAPI/sliceNrm.yaml +++ b/OpenAPI/sliceNrm.yaml @@ -359,7 +359,7 @@ components: RANSliceSubnetProfile $ref: '#/components/schemas/RANSliceSubnetProfile' TopSliceSubnetProfile: - $ref: '#/components/schemas/tOPSliceSubnetProfile' + $ref: '#/components/schemas/TopSliceSubnetProfile' IpAddress: oneOf: - $ref: 'genericNrm.yaml#/components/schemas/Ipv4Addr' -- GitLab From ac8606a73e33db4af20f6708beb5a8d4d0736c1a Mon Sep 17 00:00:00 2001 From: gautamd Date: Wed, 21 Oct 2020 10:27:00 +0200 Subject: [PATCH 05/24] Update sliceNrm.yaml --- OpenAPI/sliceNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/sliceNrm.yaml b/OpenAPI/sliceNrm.yaml index d0d0ab956..2e6822973 100644 --- a/OpenAPI/sliceNrm.yaml +++ b/OpenAPI/sliceNrm.yaml @@ -356,7 +356,7 @@ components: $ref: '#/components/schemas/PerfReq' CNSliceSubnetProfile: $ref: '#/components/schemas/CNSliceSubnetProfile' - RANSliceSubnetProfile + RANSliceSubnetProfile: $ref: '#/components/schemas/RANSliceSubnetProfile' TopSliceSubnetProfile: $ref: '#/components/schemas/TopSliceSubnetProfile' -- GitLab From facbe5beb90ed614a084bcf8b6392801cd828b31 Mon Sep 17 00:00:00 2001 From: gautamd Date: Thu, 22 Oct 2020 09:01:43 +0200 Subject: [PATCH 06/24] Update sliceNrm.yaml -- GitLab From 8353aedec632a59fecd2404dae77a05025617cfd Mon Sep 17 00:00:00 2001 From: gautamd Date: Thu, 22 Oct 2020 09:11:23 +0200 Subject: [PATCH 07/24] Update sliceNrm.yaml -- GitLab From 6bd7935224cd4741960ccc709bd61cd8f1acfb36 Mon Sep 17 00:00:00 2001 From: gautamd Date: Thu, 22 Oct 2020 09:24:56 +0200 Subject: [PATCH 08/24] Update sliceNrm.yaml --- OpenAPI/sliceNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/sliceNrm.yaml b/OpenAPI/sliceNrm.yaml index 2e6822973..894ce167a 100644 --- a/OpenAPI/sliceNrm.yaml +++ b/OpenAPI/sliceNrm.yaml @@ -242,7 +242,7 @@ components: coverageAreaTAList: type: Integer MobilityLevel: - $ref: '#/components/schemas/MobilityLevel + $ref: '#/components/schemas/MobilityLevel' resourceSharingLevel: $ref: '#/components/schemas/SharingLevel' maxNumberofUEs: -- GitLab From 903e01b9e5fd55366032293400d0e8c1d2470f9c Mon Sep 17 00:00:00 2001 From: gautamd Date: Thu, 22 Oct 2020 09:30:00 +0200 Subject: [PATCH 09/24] Update OpenAPI/sliceNrm.yaml --- OpenAPI/sliceNrm.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/OpenAPI/sliceNrm.yaml b/OpenAPI/sliceNrm.yaml index 894ce167a..f8f43f600 100644 --- a/OpenAPI/sliceNrm.yaml +++ b/OpenAPI/sliceNrm.yaml @@ -225,13 +225,13 @@ components: latency: type: Integer dLThptPerSlice: - type: '#/components/schemas/DLThpt' + type: '#/components/schemas/DLThptPerSlice' dLThptPerUE: - type: '#/components/schemas/DLThpt' + type: '#/components/schemas/DLThptPerUE' uLThptPerSlice: - type: '#/components/schemas/ULThpt' + type: '#/components/schemas/ULThptPerSlice' uLThptPerUE: - type: '#/components/schemas/ULThpt' + type: '#/components/schemas/ULThptPerUE' maxNumberOfPDUSessions: type: Integer RANSliceSubnetProfile: @@ -269,13 +269,13 @@ components: maxNumberofUEs: type: Integer dLThptPerSlice: - type: '#/components/schemas/DLThpt' + type: '#/components/schemas/DLThptPerSlice' dLThptPerUE: - type: '#/components/schemas/DLThpt' + type: '#/components/schemas/DLThptPerUE' uLThptPerSlice: - type: '#/components/schemas/ULThpt' + type: '#/components/schemas/ULThptPerSlice' uLThptPerUE: - type: '#/components/schemas/ULThpt' + type: '#/components/schemas/ULThptPerUE' maxPktSize: $ref: '#/components/schemas/MaxPktSize' maxNumberofConns: -- GitLab From 7f4530ca9684c3cfcddf9be95942b9da61de2c1c Mon Sep 17 00:00:00 2001 From: gautamd Date: Thu, 22 Oct 2020 09:32:18 +0200 Subject: [PATCH 10/24] Update sliceNrm.yaml -- GitLab From e7e7a92c772c70eecc597fb8a2e9c1e532ccd1cf Mon Sep 17 00:00:00 2001 From: gautamd Date: Thu, 22 Oct 2020 09:35:27 +0200 Subject: [PATCH 11/24] Update sliceNrm.yaml --- OpenAPI/sliceNrm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI/sliceNrm.yaml b/OpenAPI/sliceNrm.yaml index f8f43f600..032921983 100644 --- a/OpenAPI/sliceNrm.yaml +++ b/OpenAPI/sliceNrm.yaml @@ -250,9 +250,9 @@ components: activityFactor: type: Float dLThptPerUE: - $ref: '#/components/schemas/ULThpt' + $ref: '#/components/schemas/ULThptPerUE' uLThptPerUE: - $ref: '#/components/schemas/ULThpt' + $ref: '#/components/schemas/ULThptPerUE' uESpeed: type: Integer reliability: -- GitLab From 819f2a0fbc8047b3a388a92df14abd14447f3f24 Mon Sep 17 00:00:00 2001 From: gautamd Date: Thu, 22 Oct 2020 09:35:49 +0200 Subject: [PATCH 12/24] Update sliceNrm.yaml --- OpenAPI/sliceNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/sliceNrm.yaml b/OpenAPI/sliceNrm.yaml index 032921983..87f4fbb6c 100644 --- a/OpenAPI/sliceNrm.yaml +++ b/OpenAPI/sliceNrm.yaml @@ -269,7 +269,7 @@ components: maxNumberofUEs: type: Integer dLThptPerSlice: - type: '#/components/schemas/DLThptPerSlice' + type: '#/components/schemas/DLThptPetSlice' dLThptPerUE: type: '#/components/schemas/DLThptPerUE' uLThptPerSlice: -- GitLab From db597d1307bb6837142754b6262c4b27d6f87b7f Mon Sep 17 00:00:00 2001 From: gautamd Date: Thu, 22 Oct 2020 09:36:23 +0200 Subject: [PATCH 13/24] Update sliceNrm.yaml --- OpenAPI/sliceNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/sliceNrm.yaml b/OpenAPI/sliceNrm.yaml index 87f4fbb6c..032921983 100644 --- a/OpenAPI/sliceNrm.yaml +++ b/OpenAPI/sliceNrm.yaml @@ -269,7 +269,7 @@ components: maxNumberofUEs: type: Integer dLThptPerSlice: - type: '#/components/schemas/DLThptPetSlice' + type: '#/components/schemas/DLThptPerSlice' dLThptPerUE: type: '#/components/schemas/DLThptPerUE' uLThptPerSlice: -- GitLab From b03ca0e53f5fd4e17d4b1eb5b47c80e0a51ab312 Mon Sep 17 00:00:00 2001 From: gautamd Date: Thu, 22 Oct 2020 09:37:53 +0200 Subject: [PATCH 14/24] Update OpenAPI/sliceNrm.yaml --- OpenAPI/sliceNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/sliceNrm.yaml b/OpenAPI/sliceNrm.yaml index 032921983..1efeb3edf 100644 --- a/OpenAPI/sliceNrm.yaml +++ b/OpenAPI/sliceNrm.yaml @@ -407,7 +407,7 @@ components: nsInfo: $ref: '#/components/schemas/NsInfo' sliceProfileList: - $ref: '#/components/schemas/SliceProfileList' + $ref: '#/components/schemas/sliceProfileList' EPTransport: $ref: '#/components/schemas/EP_Transport-Multiple' -- GitLab From 56cde14a9da28209fb0cb84b8a0ce9940a9f784f Mon Sep 17 00:00:00 2001 From: gautamd Date: Fri, 23 Oct 2020 08:13:34 +0200 Subject: [PATCH 15/24] Update sliceNrm.yaml --- OpenAPI/sliceNrm.yaml | 44 +++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/OpenAPI/sliceNrm.yaml b/OpenAPI/sliceNrm.yaml index 1efeb3edf..cbea5476e 100644 --- a/OpenAPI/sliceNrm.yaml +++ b/OpenAPI/sliceNrm.yaml @@ -221,65 +221,65 @@ components: type: object properties: maxNumberofUEs: - type: Integer + type: integer latency: - type: Integer + type: integer dLThptPerSlice: - type: '#/components/schemas/DLThptPerSlice' + $ref: '#/components/schemas/DLThptPerSlice' dLThptPerUE: - type: '#/components/schemas/DLThptPerUE' + $ref: '#/components/schemas/DLThptPerUE' uLThptPerSlice: - type: '#/components/schemas/ULThptPerSlice' + $ref: '#/components/schemas/ULThptPerSlice' uLThptPerUE: - type: '#/components/schemas/ULThptPerUE' + $ref: '#/components/schemas/ULThptPerUE' maxNumberOfPDUSessions: - type: Integer + type: integer RANSliceSubnetProfile: type: object properties: coverageAreaGeoPolygon: - type: String + type: string coverageAreaTAList: - type: Integer + type: integer MobilityLevel: $ref: '#/components/schemas/MobilityLevel' resourceSharingLevel: $ref: '#/components/schemas/SharingLevel' maxNumberofUEs: - type: Integer + type: integer activityFactor: - type: Float + type: integer dLThptPerUE: $ref: '#/components/schemas/ULThptPerUE' uLThptPerUE: $ref: '#/components/schemas/ULThptPerUE' uESpeed: - type: Integer + type: integer reliability: - type: String + type: string serviceType: $ref: '#/components/schemas/ServiceType' TopSliceSubnetProfile: type: object properties: coverageArea: - type: String + type: string latency: - type: Integer + type: integer maxNumberofUEs: - type: Integer + type: integer dLThptPerSlice: - type: '#/components/schemas/DLThptPerSlice' + $ref: '#/components/schemas/DLThptPerSlice' dLThptPerUE: - type: '#/components/schemas/DLThptPerUE' + $ref: '#/components/schemas/DLThptPerUE' uLThptPerSlice: - type: '#/components/schemas/ULThptPerSlice' + $ref: '#/components/schemas/ULThptPerSlice' uLThptPerUE: - type: '#/components/schemas/ULThptPerUE' + $ref: '#/components/schemas/ULThptPerUE' maxPktSize: $ref: '#/components/schemas/MaxPktSize' maxNumberofConns: - type: Integer + type: integer ServiceProfileList: type: object additionalProperties: @@ -407,7 +407,7 @@ components: nsInfo: $ref: '#/components/schemas/NsInfo' sliceProfileList: - $ref: '#/components/schemas/sliceProfileList' + $ref: '#/components/schemas/SliceProfileList' EPTransport: $ref: '#/components/schemas/EP_Transport-Multiple' -- GitLab From 8fea7e45805d9b70ac798400be9196b0d43c8772 Mon Sep 17 00:00:00 2001 From: gautamd Date: Fri, 23 Oct 2020 08:14:19 +0200 Subject: [PATCH 16/24] Update sliceNrm.yaml -- GitLab From b209fc1f48186e909ac8984e2f1e7cde55809d1e Mon Sep 17 00:00:00 2001 From: gautamd Date: Fri, 23 Oct 2020 09:54:35 +0200 Subject: [PATCH 17/24] Update sliceNrm.yaml --- OpenAPI/sliceNrm.yaml | 58 ++++++++++++++++++++++++++++++++----------- 1 file changed, 43 insertions(+), 15 deletions(-) diff --git a/OpenAPI/sliceNrm.yaml b/OpenAPI/sliceNrm.yaml index cbea5476e..b9d63f02e 100644 --- a/OpenAPI/sliceNrm.yaml +++ b/OpenAPI/sliceNrm.yaml @@ -161,6 +161,34 @@ components: $ref: '#/components/schemas/Float' maxThpt: $ref: '#/components/schemas/Float' + DLThptPerSliceSubnet: + type: object + properties: + guaThpt: + $ref: '#/components/schemas/Float' + maxThpt: + $ref: '#/components/schemas/Float' + DLThptPerUEPerSubnet: + type: object + properties: + guaThpt: + $ref: '#/components/schemas/Float' + maxThpt: + $ref: '#/components/schemas/Float' + ULThptPerSliceSubnet: + type: object + properties: + guaThpt: + $ref: '#/components/schemas/Float' + maxThpt: + $ref: '#/components/schemas/Float' + ULThptPerUEPerSubnet: + type: object + properties: + guaThpt: + $ref: '#/components/schemas/Float' + maxThpt: + $ref: '#/components/schemas/Float' MaxPktSize: type: object properties: @@ -225,13 +253,13 @@ components: latency: type: integer dLThptPerSlice: - $ref: '#/components/schemas/DLThptPerSlice' - dLThptPerUE: - $ref: '#/components/schemas/DLThptPerUE' - uLThptPerSlice: - $ref: '#/components/schemas/ULThptPerSlice' - uLThptPerUE: - $ref: '#/components/schemas/ULThptPerUE' + $ref: '#/components/schemas/DLThptPerSliceSubnet' + dLThptPerUEPerSubnet: + $ref: '#/components/schemas/DLThptPerUEPerSubnet' + uLThptPerSliceSubnet: + $ref: '#/components/schemas/ULThptPerSliceSubnet' + uLThptPerUEPerSubnet: + $ref: '#/components/schemas/ULThptPerUEPerSubnet' maxNumberOfPDUSessions: type: integer RANSliceSubnetProfile: @@ -250,9 +278,9 @@ components: activityFactor: type: integer dLThptPerUE: - $ref: '#/components/schemas/ULThptPerUE' + $ref: '#/components/schemas/ULThptPerUEPerSubnet' uLThptPerUE: - $ref: '#/components/schemas/ULThptPerUE' + $ref: '#/components/schemas/ULThptPerUEPerSubnet' uESpeed: type: integer reliability: @@ -269,16 +297,16 @@ components: maxNumberofUEs: type: integer dLThptPerSlice: - $ref: '#/components/schemas/DLThptPerSlice' + $ref: '#/components/schemas/DLThptPerSliceSubnet' dLThptPerUE: - $ref: '#/components/schemas/DLThptPerUE' + $ref: '#/components/schemas/DLThptPerUEPerSubnet' uLThptPerSlice: - $ref: '#/components/schemas/ULThptPerSlice' + $ref: '#/components/schemas/ULThptPerSliceSubnet' uLThptPerUE: - $ref: '#/components/schemas/ULThptPerUE' + $ref: '#/components/schemas/ULThptPerUEPerSubnet' maxPktSize: - $ref: '#/components/schemas/MaxPktSize' - maxNumberofConns: + type: integer + maxNumberOfPDUSessions: type: integer ServiceProfileList: type: object -- GitLab From cb1694c98d07214fca42166b6b2da2b674cf007d Mon Sep 17 00:00:00 2001 From: gautamd Date: Fri, 23 Oct 2020 10:54:13 +0200 Subject: [PATCH 18/24] Update sliceNrm.yaml --- OpenAPI/sliceNrm.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/OpenAPI/sliceNrm.yaml b/OpenAPI/sliceNrm.yaml index b9d63f02e..0e1d02a4c 100644 --- a/OpenAPI/sliceNrm.yaml +++ b/OpenAPI/sliceNrm.yaml @@ -382,12 +382,12 @@ components: $ref: 'nrNrm.yaml#/components/schemas/PlmnIdList' perfReq: $ref: '#/components/schemas/PerfReq' - CNSliceSubnetProfile: - $ref: '#/components/schemas/CNSliceSubnetProfile' - RANSliceSubnetProfile: - $ref: '#/components/schemas/RANSliceSubnetProfile' - TopSliceSubnetProfile: - $ref: '#/components/schemas/TopSliceSubnetProfile' + CNSliceSubnetProfile: + $ref: '#/components/schemas/CNSliceSubnetProfile' + RANSliceSubnetProfile: + $ref: '#/components/schemas/RANSliceSubnetProfile' + TopSliceSubnetProfile: + $ref: '#/components/schemas/TopSliceSubnetProfile' IpAddress: oneOf: - $ref: 'genericNrm.yaml#/components/schemas/Ipv4Addr' -- GitLab From eadde50f70b9f211de18ffa19d093596a63598bd Mon Sep 17 00:00:00 2001 From: gautamd Date: Fri, 23 Oct 2020 11:01:10 +0200 Subject: [PATCH 19/24] Update sliceNrm.yaml -- GitLab From 8c02ed1301485fae1761fdb63d86c19afd249fc0 Mon Sep 17 00:00:00 2001 From: gautamd Date: Fri, 23 Oct 2020 11:07:30 +0200 Subject: [PATCH 20/24] Update sliceNrm.yaml --- OpenAPI/sliceNrm.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/OpenAPI/sliceNrm.yaml b/OpenAPI/sliceNrm.yaml index 0e1d02a4c..b9d63f02e 100644 --- a/OpenAPI/sliceNrm.yaml +++ b/OpenAPI/sliceNrm.yaml @@ -382,12 +382,12 @@ components: $ref: 'nrNrm.yaml#/components/schemas/PlmnIdList' perfReq: $ref: '#/components/schemas/PerfReq' - CNSliceSubnetProfile: - $ref: '#/components/schemas/CNSliceSubnetProfile' - RANSliceSubnetProfile: - $ref: '#/components/schemas/RANSliceSubnetProfile' - TopSliceSubnetProfile: - $ref: '#/components/schemas/TopSliceSubnetProfile' + CNSliceSubnetProfile: + $ref: '#/components/schemas/CNSliceSubnetProfile' + RANSliceSubnetProfile: + $ref: '#/components/schemas/RANSliceSubnetProfile' + TopSliceSubnetProfile: + $ref: '#/components/schemas/TopSliceSubnetProfile' IpAddress: oneOf: - $ref: 'genericNrm.yaml#/components/schemas/Ipv4Addr' -- GitLab From c5bc48790a5bac14557b8ebb3d63090ccb866cdb Mon Sep 17 00:00:00 2001 From: gautamd Date: Fri, 23 Oct 2020 11:21:58 +0200 Subject: [PATCH 21/24] Update sliceNrm.yaml --- OpenAPI/sliceNrm.yaml | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/OpenAPI/sliceNrm.yaml b/OpenAPI/sliceNrm.yaml index b9d63f02e..18a2eef92 100644 --- a/OpenAPI/sliceNrm.yaml +++ b/OpenAPI/sliceNrm.yaml @@ -189,7 +189,7 @@ components: $ref: '#/components/schemas/Float' maxThpt: $ref: '#/components/schemas/Float' - MaxPktSize: + MaxPktSize: type: object properties: servAttrCom: @@ -388,6 +388,17 @@ components: $ref: '#/components/schemas/RANSliceSubnetProfile' TopSliceSubnetProfile: $ref: '#/components/schemas/TopSliceSubnetProfile' + maxNumberofUEs: + type: number + coverageAreaTAList: + $ref: '5gcNrm.yaml#/components/schemas/TACList' + latency: + type: number + uEMobilityLevel: + $ref: '#/components/schemas/MobilityLevel' + resourceSharingLevel: + $ref: '#/components/schemas/SharingLevel' + IpAddress: oneOf: - $ref: 'genericNrm.yaml#/components/schemas/Ipv4Addr' @@ -437,7 +448,7 @@ components: sliceProfileList: $ref: '#/components/schemas/SliceProfileList' EPTransport: - $ref: '#/components/schemas/EP_Transport-Multiple' + $ref: '#/components/schemas/EP_Transport-Multiple' EP_Transport-Single: allOf: @@ -467,6 +478,6 @@ components: resources-sliceNrm: oneOf: - - $ref: '#/components/schemas/NetworkSlice' - - $ref: '#/components/schemas/NetworkSliceSubnet' - - $ref: '#/components/schemas/EP_Transport-Single' + - $ref: '#/components/schemas/NetworkSlice' + - $ref: '#/components/schemas/NetworkSliceSubnet' + - $ref: '#/components/schemas/EP_Transport-Single' -- GitLab From 39c2d4070c63c06bfc7a7637ecb16bdeea3e9511 Mon Sep 17 00:00:00 2001 From: gautamd Date: Fri, 23 Oct 2020 11:23:04 +0200 Subject: [PATCH 22/24] Update sliceNrm.yaml --- OpenAPI/sliceNrm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI/sliceNrm.yaml b/OpenAPI/sliceNrm.yaml index 18a2eef92..c3220fdd2 100644 --- a/OpenAPI/sliceNrm.yaml +++ b/OpenAPI/sliceNrm.yaml @@ -367,9 +367,9 @@ components: type: string reliability: type: string - maxDLDataVolume: + maxDLDataVolume: type: string - maxULDataVolume: + maxULDataVolume: type: string SliceProfileList: type: object -- GitLab From a77b5397ef9bdd35c2d23648981473c6ddc2e811 Mon Sep 17 00:00:00 2001 From: gautamd Date: Fri, 23 Oct 2020 11:31:56 +0200 Subject: [PATCH 23/24] Update sliceNrm.yaml --- OpenAPI/sliceNrm.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/OpenAPI/sliceNrm.yaml b/OpenAPI/sliceNrm.yaml index c3220fdd2..cd49b913c 100644 --- a/OpenAPI/sliceNrm.yaml +++ b/OpenAPI/sliceNrm.yaml @@ -367,9 +367,9 @@ components: type: string reliability: type: string - maxDLDataVolume: + maxDLDataVolume: type: string - maxULDataVolume: + maxULDataVolume: type: string SliceProfileList: type: object @@ -481,3 +481,4 @@ components: - $ref: '#/components/schemas/NetworkSlice' - $ref: '#/components/schemas/NetworkSliceSubnet' - $ref: '#/components/schemas/EP_Transport-Single' + -- GitLab From d05f2c92d1c643569f69c7c0b6126c33c73ca2c9 Mon Sep 17 00:00:00 2001 From: gautamd Date: Fri, 23 Oct 2020 12:14:43 +0200 Subject: [PATCH 24/24] Update sliceNrm.yaml --- OpenAPI/sliceNrm.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenAPI/sliceNrm.yaml b/OpenAPI/sliceNrm.yaml index cd49b913c..18a2eef92 100644 --- a/OpenAPI/sliceNrm.yaml +++ b/OpenAPI/sliceNrm.yaml @@ -481,4 +481,3 @@ components: - $ref: '#/components/schemas/NetworkSlice' - $ref: '#/components/schemas/NetworkSliceSubnet' - $ref: '#/components/schemas/EP_Transport-Single' - -- GitLab