From 2ab0e5e6435e9cdd94235695c2346fda6d9959df Mon Sep 17 00:00:00 2001 From: sunse Date: Fri, 8 Nov 2024 06:29:53 +0000 Subject: [PATCH] Rel19 CR1417 TS28.541 correction to stage 2 and stage 3 for blockListEntry and blockListEntryIdleMode Update TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 72295c446..3475d0cbc 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -1422,9 +1422,16 @@ components: items: type: integer minimum: 0 - maximum: 1007 + maximum: 503 + maxItems: 16 blockListEntryIdleMode: - type: integer + type: array + uniqueItems: true + items: + type: integer + minimum: 0 + maximum: 1007 + maxItems: 16 cellReselectionPriority: type: integer cellReselectionSubPriority: @@ -1484,15 +1491,22 @@ components: $ref: '#/components/schemas/QOffsetRange' minItems: 6 maxItems: 6 - blackListEntry: + blockListEntry: + type: array + uniqueItems: true + items: + type: integer + minimum: 0 + maximum: 503 + maxItems: 16 + blockListEntryIdleMode: type: array uniqueItems: true items: type: integer minimum: 0 maximum: 1007 - blackListEntryIdleMode: - type: integer + maxItems: 16 cellReselectionPriority: type: integer default: 0 -- GitLab