From 94a73a5e02c9110e1bf73824da5f079ff126d3d5 Mon Sep 17 00:00:00 2001 From: sunse Date: Tue, 25 Mar 2025 07:57:54 +0000 Subject: [PATCH 1/2] Rel19 CRXXX TS28.541 correction to inconsistency between stage 2 and stage 3 concerning SubNetwork/ManagedElement containment Update 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 4f85f0025..3c878dfd7 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -795,6 +795,10 @@ components: $ref: '#/components/schemas/CCOFunction-Single' NTNFunction: $ref: '#/components/schemas/NTNFunction-Single' + NRECMappingRule: + $ref: '#/components/schemas/NRECMappingRule-Multiple' + MWAB: + $ref: '#/components/schemas/MWAB-Multiple' ManagedElement-ncO-NrNrm: type: object @@ -825,6 +829,10 @@ components: $ref: 'TS28541_5GcNrm.yaml#/components/schemas/Dynamic5QISet-Multiple' NTNFunction: $ref: '#/components/schemas/NTNFunction-Single' + NRECMappingRule: + $ref: '#/components/schemas/NRECMappingRule-Multiple' + MWAB: + $ref: '#/components/schemas/MWAB-Multiple' #-------- Definition of abstract IOCs -------------------------------------------- -- GitLab From fbfad368e85bf5f344c8f1cb078076629748fbce Mon Sep 17 00:00:00 2001 From: sunse Date: Tue, 25 Mar 2025 08:10:09 +0000 Subject: [PATCH 2/2] Update 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 3c878dfd7..de7a1980d 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -2385,6 +2385,10 @@ components: type: array items: $ref: '#/components/schemas/NRECMappingRule-Single' + MWAB-Multiple: + type: array + items: + $ref: '#/components/schemas/MWAB-Single' #-------- Definitions in TS 28.541 for TS 28.532 --------------------------------- -- GitLab