From d0e0da0fa986fdd5581b2fcccb93604496ce57ed Mon Sep 17 00:00:00 2001 From: pozos Date: Fri, 19 Jan 2024 13:27:31 +0000 Subject: [PATCH 01/15] 28.541_rel18_cr1168_duration_of_slice_parameter --- OpenAPI/TS28541_SliceNrm.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index 52620a6bf..0a3ebcaec 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -648,6 +648,8 @@ components: $ref: '#/components/schemas/DataNetwork' dataNetworkAccess: $ref: '#/components/schemas/DataNetworkAccess' + SliceLifetime: + $ref: '#/components/schemas/SliceLifetime' SliceProfile: type: object @@ -782,6 +784,14 @@ components: enum: - NETWORKSLICE - NETWORKSLICESUBNET + SliceLifetime: + type: object + properties: + StartTime: + type: DateTime + EndTime: + type: DateTime + #------------ Definition of concrete IOCs ---------------------------------------- -- GitLab From b7fc22239bc83664dff31c513ab41f8680b7f263 Mon Sep 17 00:00:00 2001 From: pozos Date: Fri, 19 Jan 2024 13:36:17 +0000 Subject: [PATCH 02/15] 28.541_rel18_cr1168_duration_of_slice parameter --- OpenAPI/TS28541_SliceNrm.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index 0a3ebcaec..017fa124b 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -648,8 +648,8 @@ components: $ref: '#/components/schemas/DataNetwork' dataNetworkAccess: $ref: '#/components/schemas/DataNetworkAccess' - SliceLifetime: - $ref: '#/components/schemas/SliceLifetime' + sliceLifetime: + $ref: '#/components/schemas/SliceLifetime' SliceProfile: type: object @@ -784,7 +784,7 @@ components: enum: - NETWORKSLICE - NETWORKSLICESUBNET - SliceLifetime: + sliceLifetime: type: object properties: StartTime: -- GitLab From bdc280ac4858c26bb6992d4ef9eeff4d9c31b102 Mon Sep 17 00:00:00 2001 From: pozos Date: Fri, 19 Jan 2024 13:55:09 +0000 Subject: [PATCH 03/15] 28.541_rel18_cr1168_duration_of_slice parameter_addition --- OpenAPI/TS28541_SliceNrm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index 017fa124b..b75aea810 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -787,9 +787,9 @@ components: sliceLifetime: type: object properties: - StartTime: + startTime: type: DateTime - EndTime: + endTime: type: DateTime -- GitLab From f16b495336ad04aed75ffa85fc2b70c6d54acd09 Mon Sep 17 00:00:00 2001 From: pozos Date: Fri, 19 Jan 2024 14:07:08 +0000 Subject: [PATCH 04/15] 28.541_rel18_cr1168_duration_of_slice_parameter_addition --- OpenAPI/TS28541_SliceNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index b75aea810..ee4cfbc1a 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -649,7 +649,7 @@ components: dataNetworkAccess: $ref: '#/components/schemas/DataNetworkAccess' sliceLifetime: - $ref: '#/components/schemas/SliceLifetime' + $ref: '#/components/schemas/sliceLifetime' SliceProfile: type: object -- GitLab From 5c32ce5c05492d9bd3e7d200af728c27147fab36 Mon Sep 17 00:00:00 2001 From: pozos Date: Fri, 19 Jan 2024 14:13:06 +0000 Subject: [PATCH 05/15] 28.541_rel18_cr1168_duration_of_slice_parameter addition --- OpenAPI/TS28541_SliceNrm.yaml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index ee4cfbc1a..06018db89 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -648,8 +648,10 @@ components: $ref: '#/components/schemas/DataNetwork' dataNetworkAccess: $ref: '#/components/schemas/DataNetworkAccess' - sliceLifetime: - $ref: '#/components/schemas/sliceLifetime' + StartTime: + type: DateTime + EndTime: + type: DateTime SliceProfile: type: object @@ -783,15 +785,7 @@ components: type: string enum: - NETWORKSLICE - - NETWORKSLICESUBNET - sliceLifetime: - type: object - properties: - startTime: - type: DateTime - endTime: - type: DateTime - + - NETWORKSLICESUBNET #------------ Definition of concrete IOCs ---------------------------------------- -- GitLab From 54380cb6a91380afd814dba114bfe633afe5524f Mon Sep 17 00:00:00 2001 From: pozos Date: Fri, 19 Jan 2024 14:27:27 +0000 Subject: [PATCH 06/15] 28.541_rel18_cr1168_duration_of_slice_parameter addition --- OpenAPI/TS28541_SliceNrm.yaml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index 06018db89..4cd62a3a4 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -333,6 +333,14 @@ components: enum: - YES - NO + sliceLifetime: + type: object + properties: + StartTime: + type: DateTime + EndTime: + type: DateTime + DataNetworkAccess: type: object properties: @@ -648,10 +656,8 @@ components: $ref: '#/components/schemas/DataNetwork' dataNetworkAccess: $ref: '#/components/schemas/DataNetworkAccess' - StartTime: - type: DateTime - EndTime: - type: DateTime + sliceLifetime: + $ref: '#/components/schemas/SliceLifetime' SliceProfile: type: object @@ -785,7 +791,7 @@ components: type: string enum: - NETWORKSLICE - - NETWORKSLICESUBNET + - NETWORKSLICESUBNET #------------ Definition of concrete IOCs ---------------------------------------- -- GitLab From 92fd9b9e18150e08c39da11e30921015df76c857 Mon Sep 17 00:00:00 2001 From: pozos Date: Fri, 19 Jan 2024 14:35:16 +0000 Subject: [PATCH 07/15] 28.541_rel18_cr1168_duration_of_slice_parameter addition --- OpenAPI/TS28541_SliceNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index 4cd62a3a4..1b5e0c910 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -333,7 +333,7 @@ components: enum: - YES - NO - sliceLifetime: + SliceLifetime: type: object properties: StartTime: -- GitLab From ef32093c73826d78ca4d72ce27b8a015b74b04be Mon Sep 17 00:00:00 2001 From: pozos Date: Fri, 19 Jan 2024 14:41:53 +0000 Subject: [PATCH 08/15] 28.541_rel18_cr1168_duration_of_slice_parameter_addition --- OpenAPI/TS28541_SliceNrm.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index 1b5e0c910..b6e38ab3e 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -339,8 +339,7 @@ components: StartTime: type: DateTime EndTime: - type: DateTime - + type: DateTime DataNetworkAccess: type: object properties: -- GitLab From 6a90371d830116a462ce2ac2c6a196a66bf52130 Mon Sep 17 00:00:00 2001 From: pozos Date: Fri, 19 Jan 2024 15:06:41 +0000 Subject: [PATCH 09/15] 28.541_rel18_cr1168_duration_of_slice_parameter addition --- OpenAPI/TS28541_SliceNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index b6e38ab3e..98e9c696e 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -656,7 +656,7 @@ components: dataNetworkAccess: $ref: '#/components/schemas/DataNetworkAccess' sliceLifetime: - $ref: '#/components/schemas/SliceLifetime' + $ref: '#/components/schemas/SliceLifetime' SliceProfile: type: object -- GitLab From 25f30228defc73ab06bc1e3b4e9f847b6accd2c6 Mon Sep 17 00:00:00 2001 From: pozos Date: Fri, 19 Jan 2024 15:27:02 +0000 Subject: [PATCH 10/15] 28.541_rel18_cr1168_duration_of_slice_parameter addition --- OpenAPI/TS28541_SliceNrm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index 98e9c696e..783fbe4d2 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -337,9 +337,9 @@ components: type: object properties: StartTime: - type: DateTime + type: timestamp EndTime: - type: DateTime + type: timestamp DataNetworkAccess: type: object properties: -- GitLab From 9fd4acd0ccce07026b4fdcd71f102edac9faf137 Mon Sep 17 00:00:00 2001 From: pozos Date: Fri, 19 Jan 2024 15:33:14 +0000 Subject: [PATCH 11/15] 28.541_rel18_cr1168_duration_of_slice_parameter addition --- OpenAPI/TS28541_SliceNrm.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index 783fbe4d2..97ea708a6 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -336,10 +336,10 @@ components: SliceLifetime: type: object properties: - StartTime: + startTime: type: timestamp - EndTime: - type: timestamp + endTime: + type: timestamp DataNetworkAccess: type: object properties: -- GitLab From ade56c2f1e446988bd7ba32a2bae9c32172a75de Mon Sep 17 00:00:00 2001 From: pozos Date: Fri, 19 Jan 2024 15:44:12 +0000 Subject: [PATCH 12/15] 28.541_rel18_cr1168_duration_of_slice_parameter addition --- OpenAPI/TS28541_SliceNrm.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index 97ea708a6..b5b499f6b 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -656,6 +656,7 @@ components: dataNetworkAccess: $ref: '#/components/schemas/DataNetworkAccess' sliceLifetime: + type: array $ref: '#/components/schemas/SliceLifetime' SliceProfile: -- GitLab From 9cd9f5fc0bc1d760fd555d72880bb62191c6e3d4 Mon Sep 17 00:00:00 2001 From: pozos Date: Fri, 19 Jan 2024 15:46:12 +0000 Subject: [PATCH 13/15] 28.541_rel18_cr1168_duration_of_slice_parameter_addition --- OpenAPI/TS28541_SliceNrm.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index b5b499f6b..503dc9c88 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -657,7 +657,8 @@ components: $ref: '#/components/schemas/DataNetworkAccess' sliceLifetime: type: array - $ref: '#/components/schemas/SliceLifetime' + items: + $ref: '#/components/schemas/SliceLifetime' SliceProfile: type: object -- GitLab From 536764c89fb0f8a4830e3713e9a0edc328467b97 Mon Sep 17 00:00:00 2001 From: pozos Date: Fri, 19 Jan 2024 15:53:05 +0000 Subject: [PATCH 14/15] 28.541_rel18_cr1168_duration_of_slice_parameter_addition --- OpenAPI/TS28541_SliceNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index 503dc9c88..8a365d8f4 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -339,7 +339,7 @@ components: startTime: type: timestamp endTime: - type: timestamp + type: timestamp DataNetworkAccess: type: object properties: -- GitLab From 25b5a20ce582e7651a175109947d784e24a4ec7f Mon Sep 17 00:00:00 2001 From: pozos Date: Fri, 19 Jan 2024 15:59:25 +0000 Subject: [PATCH 15/15] 28.541_rel18_cr1168_duration_of_slice_parameter_addition --- OpenAPI/TS28541_SliceNrm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index 8a365d8f4..6c2acc886 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -337,9 +337,9 @@ components: type: object properties: startTime: - type: timestamp + type: string endTime: - type: timestamp + type: string DataNetworkAccess: type: object properties: -- GitLab