From ac75349d795395c313130550a9f1b4fc2148d54a Mon Sep 17 00:00:00 2001 From: ruiyue Date: Wed, 22 Jan 2025 07:50:38 +0000 Subject: [PATCH 1/4] Update file TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 38cbf5ca5..698814957 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -1145,6 +1145,9 @@ components: maximum: 159 ssbDuration: $ref: '#/components/schemas/SsbDuration' + redCapCellFlag: + type: boolean + default: FALSE nrSectorCarrierRef: type: array uniqueItems: true -- GitLab From 6b89774b2f291336026aa98ceca0480bedf9f282 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Thu, 20 Feb 2025 05:26:15 +0000 Subject: [PATCH 2/4] Update file TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 698814957..2cd49ae3a 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -1146,7 +1146,10 @@ components: ssbDuration: $ref: '#/components/schemas/SsbDuration' redCapCellFlag: - type: boolean + type: string + enum: + - TRUE + - FALSE default: FALSE nrSectorCarrierRef: type: array -- GitLab From 0ed2ff5de47353afde1562798f0f647f5aad63ee Mon Sep 17 00:00:00 2001 From: ruiyue Date: Thu, 20 Feb 2025 15:19:44 +0000 Subject: [PATCH 3/4] Update file TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 2cd49ae3a..ab5d1862d 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -1145,12 +1145,14 @@ components: maximum: 159 ssbDuration: $ref: '#/components/schemas/SsbDuration' - redCapCellFlag: - type: string - enum: - - TRUE - - FALSE - default: FALSE + uECellBarredAccess: + type: arrary + uniqueItems: true + items: + type: string + enum: + - REDCAP_1RX + - REDCAP_2RX nrSectorCarrierRef: type: array uniqueItems: true -- GitLab From 36246e129650de200b2ece5c6b7babd931f01f66 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Thu, 20 Feb 2025 15:23:36 +0000 Subject: [PATCH 4/4] Update file TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index ab5d1862d..452d843e9 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -1146,7 +1146,7 @@ components: ssbDuration: $ref: '#/components/schemas/SsbDuration' uECellBarredAccess: - type: arrary + type: array uniqueItems: true items: type: string -- GitLab