From ee9878bd41ea45fae6e22899355856d6db462364 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Fri, 11 Aug 2023 10:15:15 +0000 Subject: [PATCH 1/3] Update file TS28541_SliceNrm.yaml --- OpenAPI/TS28541_SliceNrm.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index 2803d6d87..6887cdcf3 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -23,14 +23,14 @@ components: enum: - STATIONARY - NOMADIC - - RESTRICTED MOBILITY - - FULLY MOBILITY + - RESTRICTED_MOBILITY + - FULLY_MOBILITY SynAvailability: type: string enum: - - NOT SUPPORTED - - BETWEEN BS AND UE - - BETWEEN BS AND UE & UE AND UE + - NOT_SUPPORTED + - BETWEEN_BS_AND_UE + - BETWEEN_BS_AND_UE_&_UE_AND_UE PositioningAvailability: type: array items: @@ -38,9 +38,9 @@ components: enum: - CIDE-CID - OTDOA - - RF FINGERPRINTING + - RF_FINGERPRINTING - AECID - - HYBRID POSITIONING + - HYBRID_POSITIONING - NET-RTK Predictionfrequency: type: string -- GitLab From 98cde8d90f57d4b614ae49fad815c4c7d19715f8 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Thu, 24 Aug 2023 09:13:40 +0000 Subject: [PATCH 2/3] Update file TS28541_SliceNrm.yaml --- OpenAPI/TS28541_SliceNrm.yaml | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index 6887cdcf3..0e9cc9fe7 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -24,24 +24,24 @@ components: - STATIONARY - NOMADIC - RESTRICTED_MOBILITY - - FULLY_MOBILITY + - FULL_MOBILITY SynAvailability: type: string enum: - NOT_SUPPORTED - BETWEEN_BS_AND_UE - - BETWEEN_BS_AND_UE_&_UE_AND_UE + - BETWEEN_BS_AND_UE_AND_UE_AND_UE PositioningAvailability: type: array items: type: string enum: - - CIDE-CID + - CIDE_CID - OTDOA - RF_FINGERPRINTING - AECID - HYBRID_POSITIONING - - NET-RTK + - NET_RTK Predictionfrequency: type: string enum: @@ -52,22 +52,19 @@ components: type: string enum: - SHARED - - NON-SHARED + - NON_SHARED NetworkSliceSharingIndicator: type: string enum: - SHARED - - NON-SHARED + - NON_SHARED SliceSimultaneousUse: - type: string + type: integer enum: - - ZERO - - ONE - - TWO - - THREE - - FOUR + minimum: 0 + maximum: 4 Category: type: string enum: @@ -98,7 +95,7 @@ components: Support: type: string enum: - - NOT SUPPORTED + - NOT_SUPPORTED - SUPPORTED DelayTolerance: type: object @@ -574,7 +571,7 @@ components: enum: - VLAN - MPLS - - Segment + - SEGMENT logicalInterfaceId: type: string systemName: @@ -590,7 +587,7 @@ components: - EGP - EIGRP - BGP - - IS-IS + - IS_IS ConnectionPointInfo: type: object -- GitLab From 4aa75b9426aa5aa652ba9a3b58e29f7253d5afa6 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Thu, 24 Aug 2023 09:28:33 +0000 Subject: [PATCH 3/3] Update file TS28541_SliceNrm.yaml --- OpenAPI/TS28541_SliceNrm.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index 0e9cc9fe7..3db5c6c55 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -62,7 +62,6 @@ components: SliceSimultaneousUse: type: integer - enum: minimum: 0 maximum: 4 Category: -- GitLab