From f066cde6b94d69c2ca63b07b76e617eb5c3d5ad0 Mon Sep 17 00:00:00 2001 From: srinivasaraj Date: Tue, 16 Jan 2024 07:24:26 +0000 Subject: [PATCH 1/2] =?UTF-8?q?Attribute=20=E2=80=9Cjitter=E2=80=9D=20in?= =?UTF-8?q?=20ServiceProfile=20is=20replaced=20with=20=E2=80=9CdLPktDelayV?= =?UTF-8?q?ariation=E2=80=9D=20and=20=E2=80=9CuLPktDelayVariation=E2=80=9D?= =?UTF-8?q?=20attributes.=20Attributes=20=E2=80=9CdLPktDelayVariation?= =?UTF-8?q?=E2=80=9D=20and=20=E2=80=9CuLPktDelayVariation=E2=80=9D=20are?= =?UTF-8?q?=20added=20to=20CNSliceSubnetProfile,=20RANSliceSubnetProfile?= =?UTF-8?q?=20and=20TopSliceSubnetProfile.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenAPI/TS28541_SliceNrm.yaml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index 335ae9978..fb4d4298c 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -410,6 +410,10 @@ components: $ref: '#/components/schemas/DataNetwork' dataNetworkAccess: $ref: '#/components/schemas/DataNetworkAccess' + dLPktDelayVariation: + $ref: '#/components/schemas/Float' + uLPktDelayVariation: + $ref: '#/components/schemas/Float' RANSliceSubnetProfile: type: object @@ -478,6 +482,10 @@ components: type: number kPIMonitoring: $ref: '#/components/schemas/KPIMonitoring' + dLPktDelayVariation: + $ref: '#/components/schemas/Float' + uLPktDelayVariation: + $ref: '#/components/schemas/Float' TopSliceSubnetProfile: type: object @@ -556,6 +564,10 @@ components: $ref: '#/components/schemas/DataNetwork' dataNetworkAccess: $ref: '#/components/schemas/DataNetworkAccess' + dLPktDelayVariation: + $ref: '#/components/schemas/Float' + uLPktDelayVariation: + $ref: '#/components/schemas/Float' ServiceProfile: type: object @@ -622,8 +634,10 @@ components: $ref: '#/components/schemas/Float' uESpeed: type: integer - jitter: - type: integer + dLPktDelayVariation: + $ref: '#/components/schemas/Float' + uLPktDelayVariation: + $ref: '#/components/schemas/Float' survivalTime: type: number dLReliability: -- GitLab From 74aa30e83313346dafb106a7be914141e377bd99 Mon Sep 17 00:00:00 2001 From: srinivasaraj Date: Tue, 16 Jan 2024 10:06:57 +0000 Subject: [PATCH 2/2] Updates to ServiceProfile --- OpenAPI/TS28541_SliceNrm.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index fb4d4298c..940a68599 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -634,10 +634,6 @@ components: $ref: '#/components/schemas/Float' uESpeed: type: integer - dLPktDelayVariation: - $ref: '#/components/schemas/Float' - uLPktDelayVariation: - $ref: '#/components/schemas/Float' survivalTime: type: number dLReliability: @@ -662,6 +658,10 @@ components: $ref: '#/components/schemas/DataNetwork' dataNetworkAccess: $ref: '#/components/schemas/DataNetworkAccess' + dLPktDelayVariation: + $ref: '#/components/schemas/Float' + uLPktDelayVariation: + $ref: '#/components/schemas/Float' SliceProfile: type: object -- GitLab