From 409c5196afdc22beaeb75cf16f95b47fff0d557d Mon Sep 17 00:00:00 2001 From: ruiyue Date: Sat, 28 Oct 2023 03:40:14 +0000 Subject: [PATCH 1/8] Update 2 files - /OpenAPI/TS28312_IntentNrm.yaml - /OpenAPI/TS28312_IntentExpectations.yaml --- OpenAPI/TS28312_IntentExpectations.yaml | 9 +-------- OpenAPI/TS28312_IntentNrm.yaml | 8 ++++++++ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/OpenAPI/TS28312_IntentExpectations.yaml b/OpenAPI/TS28312_IntentExpectations.yaml index 40f94c033..405857297 100644 --- a/OpenAPI/TS28312_IntentExpectations.yaml +++ b/OpenAPI/TS28312_IntentExpectations.yaml @@ -791,14 +791,7 @@ components: contextValueRange: type: array items: - $ref: "#/components/schemas/UEGroup" - UEGroup: - type: object - properties: - fiveQI: - type: integer - sNssai: - $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai' + $ref: "TS28312_IntentNrm.yaml#/components/schemas/UEGroup" EdgeIdenfiticationIdContext: description: >- This data type is the "ObjectContext" data type with specialisations for EdgeIdentificationIdContext diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index 55eae9617..bf03d69b3 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -212,6 +212,14 @@ components: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' - $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId' - $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoCoordinate' + - $ref: '#/components/schemas/UEGroup' + UEGroup: + type: object + properties: + fiveQI: + type: integer + sNssai: + $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai' #-------Definition of the generic dataType --------------# #-------Definition of the generic IntentContext dataType --------------# -- GitLab From 97b4bc08847af182c82546e328052a6bf13d7110 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Sat, 28 Oct 2023 03:45:53 +0000 Subject: [PATCH 2/8] Update file TS28312_IntentNrm.yaml --- OpenAPI/TS28312_IntentNrm.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index bf03d69b3..91a416acd 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -214,11 +214,17 @@ components: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoCoordinate' - $ref: '#/components/schemas/UEGroup' UEGroup: + description: -> + This <> describes the UE Group, which represented by + represented by specific 5QI, specific S-NSSAI, or specific combination + of S-NSSAI and 5QI type: object properties: fiveQI: + description: This attribute shall be supported, when support UE group to be represented by 5QI type: integer - sNssai: + sNssai: This attribute shall be supported, when support UE group to be represented by S-NSSAI + description: $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai' #-------Definition of the generic dataType --------------# -- GitLab From 529f4bc343eda3db757c4c81cd8ad1305ac1369f Mon Sep 17 00:00:00 2001 From: ruiyue Date: Sat, 28 Oct 2023 03:48:14 +0000 Subject: [PATCH 3/8] Update file TS28312_IntentNrm.yaml --- OpenAPI/TS28312_IntentNrm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index 91a416acd..fa5470c28 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -223,8 +223,8 @@ components: fiveQI: description: This attribute shall be supported, when support UE group to be represented by 5QI type: integer - sNssai: This attribute shall be supported, when support UE group to be represented by S-NSSAI - description: + sNssai: + description: This attribute shall be supported, when support UE group to be represented by S-NSSAI $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai' #-------Definition of the generic dataType --------------# -- GitLab From 23fc4193ab028f863a2a5acf0da4a8dedcd153a7 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Sat, 28 Oct 2023 07:14:18 +0000 Subject: [PATCH 4/8] Update file TS28312_IntentNrm.yaml --- OpenAPI/TS28312_IntentNrm.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index fa5470c28..f68c75198 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -221,11 +221,11 @@ components: type: object properties: fiveQI: - description: This attribute shall be supported, when support UE group to be represented by 5QI type: integer + description: This attribute shall be supported, when support UE group to be represented by 5QI sNssai: - description: This attribute shall be supported, when support UE group to be represented by S-NSSAI - $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai' + $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai' + description: This attribute shall be supported, when support UE group to be represented by S-NSSAI #-------Definition of the generic dataType --------------# #-------Definition of the generic IntentContext dataType --------------# -- GitLab From 8eb00b6256d00de8aeb78a42344e2d4134334e6f Mon Sep 17 00:00:00 2001 From: ruiyue Date: Sat, 28 Oct 2023 07:36:18 +0000 Subject: [PATCH 5/8] Update file TS28312_IntentNrm.yaml --- OpenAPI/TS28312_IntentNrm.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index f68c75198..bac2cf5da 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -222,10 +222,8 @@ components: properties: fiveQI: type: integer - description: This attribute shall be supported, when support UE group to be represented by 5QI sNssai: - $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai' - description: This attribute shall be supported, when support UE group to be represented by S-NSSAI + $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai' #-------Definition of the generic dataType --------------# #-------Definition of the generic IntentContext dataType --------------# -- GitLab From 0cb7709b797df47b0433fa03ef5801abb6c81121 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Mon, 30 Oct 2023 00:38:09 +0000 Subject: [PATCH 6/8] Update file TS28312_IntentNrm.yaml --- OpenAPI/TS28312_IntentNrm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index bac2cf5da..d2d5aa1ba 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -214,8 +214,8 @@ components: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoCoordinate' - $ref: '#/components/schemas/UEGroup' UEGroup: - description: -> - This <> describes the UE Group, which represented by + description: >- + It describes the UE Group, which represented by represented by specific 5QI, specific S-NSSAI, or specific combination of S-NSSAI and 5QI type: object -- GitLab From c8e923c0559f68672dca0de72318a1b36e19ab2e Mon Sep 17 00:00:00 2001 From: ruiyue Date: Tue, 31 Oct 2023 03:11:08 +0000 Subject: [PATCH 7/8] Update file TS28312_IntentNrm.yaml --- OpenAPI/TS28312_IntentNrm.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index d2d5aa1ba..d4a5c4079 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -222,6 +222,8 @@ components: properties: fiveQI: type: integer + minimum: 0 + maximum: 255 sNssai: $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai' #-------Definition of the generic dataType --------------# -- GitLab From 110bcf7f15e362ece098ba683ece6c42432e6b8a Mon Sep 17 00:00:00 2001 From: ruiyue Date: Fri, 3 Nov 2023 07:18:17 +0000 Subject: [PATCH 8/8] Update file TS28312_IntentNrm.yaml --- OpenAPI/TS28312_IntentNrm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index d4a5c4079..270f14c40 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -215,8 +215,8 @@ components: - $ref: '#/components/schemas/UEGroup' UEGroup: description: >- - It describes the UE Group, which represented by - represented by specific 5QI, specific S-NSSAI, or specific combination + It describes the UE Group, which is + represented by specific 5QI, specific S-NSSAI, or a specific combination of S-NSSAI and 5QI type: object properties: -- GitLab