From 23953703a116dda2dcf10758224a00f6ec07197c Mon Sep 17 00:00:00 2001 From: shixixi Date: Thu, 14 Aug 2025 03:47:28 +0000 Subject: [PATCH 1/2] Edit TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 30b636f3c..11ead08d2 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -1183,6 +1183,8 @@ components: $ref: '#/components/schemas/SsbDuration' uECellBarredAccess: type: array + redCapAccessAllowed: + type: boolean uniqueItems: true items: type: string @@ -1519,6 +1521,38 @@ components: minimum: 0.2 maximum: 0.8 multipleOf: 0.2 + CellReselectionRedcap: + type: object + properties: + sSearchDeltaPStationary: + type: integer + enum: + - 2 + - 3 + - 6 + - 9 + - 12 + - 5 + tSearchDeltaPStationary: + type: integer + enum: + - 5 + - 10 + - 20 + - 30 + - 60 + - 120 + - 180 + - 240 + - 300 + sSearchThresholdP2: + type: integer + minimum: 0 + maximum: 31 + sSearchThresholdQ2: + type: integer + minimum: 0 + maximum: 31 pMax: type: integer minimum: -30 -- GitLab From c9dfb29d8cee5a38df2536fe647328a91e4b7455 Mon Sep 17 00:00:00 2001 From: shixixi Date: Fri, 15 Aug 2025 07:36:00 +0000 Subject: [PATCH 2/2] Edit TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 11ead08d2..9a700373b 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -1183,8 +1183,6 @@ components: $ref: '#/components/schemas/SsbDuration' uECellBarredAccess: type: array - redCapAccessAllowed: - type: boolean uniqueItems: true items: type: string -- GitLab