From 1811c94723ca3c1c6cffc73bd48927a2760f32a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Refik=20Fatih=20=C3=9Cstok?= Date: Thu, 14 Aug 2025 20:25:21 +0000 Subject: [PATCH 1/3] Edit TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 30b636f3c..413124d3c 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -881,6 +881,8 @@ components: type: boolean onboardSatelliteId: $ref: '#/components/schemas/SatelliteId' + isNRFemtoNode: + type: boolean rimRSReportConf: $ref: '#/components/schemas/RimRSReportConf' configurable5QISetRef: @@ -958,6 +960,8 @@ components: type: boolean onboardSatelliteId: $ref: '#/components/schemas/SatelliteId' + isNRFemtoNode: + type: boolean PlmnInfoList: $ref: '#/components/schemas/PlmnInfoList' configurable5QISetRef: @@ -1026,6 +1030,8 @@ components: type: boolean onboardSatelliteId: $ref: '#/components/schemas/SatelliteId' + isNRFemtoNode: + type: boolean tceIDMappingInfoList: $ref: '#/components/schemas/TceIDMappingInfoList' configurable5QISetRef: @@ -1048,6 +1054,8 @@ components: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo' nRECMappingRuleRef: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' + nRFemtoGWRef: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo' - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO' - type: object properties: @@ -2308,6 +2316,24 @@ components: uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' + NRFemtoGW-Single: + allOf: + - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top' + - type: object + properties: + attributes: + type: object + properties: + administrativeState: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/AdministrativeState' + operationalState: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/OperationalState' + nRFemtoGWId: + type: string + nRFemtoPLMNInfoList: + $ref: '#/components/schemas/PlmnInfoList' + nRFemtoTACList: + $ref: '#/components/schemas/NrTacList' #-------- Definition of JSON arrays for name-contained IOCs ---------------------- @@ -2560,4 +2586,5 @@ components: - $ref: '#/components/schemas/NTNTimeBasedConfig-Single' - $ref: '#/components/schemas/RedCapAccessCriteria-Single' - $ref: '#/components/schemas/AIOTReader-Single' + - $ref: '#/components/schemas/NRGemtoGW-Single' -- GitLab From 3d7ffb74ccdc838a849da5e84216bdce23321b4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Refik=20Fatih=20=C3=9Cstok?= Date: Thu, 14 Aug 2025 20:40:01 +0000 Subject: [PATCH 2/3] Edit TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 413124d3c..6c868d38d 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -2333,7 +2333,7 @@ components: nRFemtoPLMNInfoList: $ref: '#/components/schemas/PlmnInfoList' nRFemtoTACList: - $ref: '#/components/schemas/NrTacList' + $ref: '#/components/schemas/NRTACList' #-------- Definition of JSON arrays for name-contained IOCs ---------------------- @@ -2586,5 +2586,4 @@ components: - $ref: '#/components/schemas/NTNTimeBasedConfig-Single' - $ref: '#/components/schemas/RedCapAccessCriteria-Single' - $ref: '#/components/schemas/AIOTReader-Single' - - $ref: '#/components/schemas/NRGemtoGW-Single' -- GitLab From ffdb9ca1f716fe5d41fe8251c39dadf4b7910461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Refik=20Fatih=20=C3=9Cstok?= Date: Thu, 28 Aug 2025 10:20:31 +0000 Subject: [PATCH 3/3] Edit TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 6c868d38d..7bf2ab919 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -812,6 +812,8 @@ components: $ref: '#/components/schemas/NRECMappingRule-Multiple' MWAB: $ref: '#/components/schemas/MWAB-Multiple' + NRFemtoGW: + $ref: '#/components/schemas/NRFemtoGW-Single' ManagedElement-ncO-NrNrm: type: object @@ -846,6 +848,8 @@ components: $ref: '#/components/schemas/NRECMappingRule-Multiple' MWAB: $ref: '#/components/schemas/MWAB-Multiple' + NRFemtoGW: + $ref: '#/components/schemas/NRFemtoGW-Single' #-------- Definition of abstract IOCs -------------------------------------------- -- GitLab