From 84f9679f0d3fb38222c1402b0db4462bba235d4a Mon Sep 17 00:00:00 2001 From: shixixi Date: Thu, 14 Aug 2025 03:26:11 +0000 Subject: [PATCH 1/2] Edit TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 7bf2ab919..7278e4636 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -1567,6 +1567,14 @@ components: $ref: '#/components/schemas/TReselectionNRSf' tReselectionNRSfMedium: $ref: '#/components/schemas/TReselectionNRSf' + sNonIntraSearchP: + type: integer + minimum: 0 + maximum: 31 + sNonIntraSearchQ: + type: integer + minimum: 0 + maximum: 31 nRFrequencyRef: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' EUtranFreqRelation-Single: -- GitLab From 6c9129a3bc1c8c22c882c6056ba521e96a5ec57a Mon Sep 17 00:00:00 2001 From: shixixi Date: Fri, 29 Aug 2025 06:20:15 +0000 Subject: [PATCH 2/2] Edit TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 7278e4636..815eab881 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -1575,6 +1575,14 @@ components: type: integer minimum: 0 maximum: 31 + sIntraSearchP: + type: integer + minimum: 0 + maximum: 31 + sIntraSearchQ: + type: integer + minimum: 0 + maximum: 31 nRFrequencyRef: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' EUtranFreqRelation-Single: -- GitLab