From ad1acf12150b273923aa7edd5f17de85f15f0a48 Mon Sep 17 00:00:00 2001 From: kaushikas Date: Fri, 3 Oct 2025 12:49:05 +0000 Subject: [PATCH 1/2] Edit TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 55b20a5fa..80339e629 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -3848,6 +3848,16 @@ components: $ref: 'TS28541_NrNrm.yaml#/components/schemas/ServedAIOTAreaID' readerLocation: type: string + AIoTNEFMapping: + type: object + required: + - targetAreaAF + - internalTargetArea + properties: + targetAreaAF: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' + internalTargetArea: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/AreaScope' #-------- Definition of types for name-containments ------ @@ -4655,7 +4665,9 @@ components: type: boolean readOnly: true nefInfo: - $ref: '#/components/schemas/NefInfo' + $ref: '#/components/schemas/NefInfo' + AIoTNEFMapping: + $ref: '#/components/schemas/AIoTNEFMapping' - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO' - $ref: '#/components/schemas/ManagedFunction5GC-nc0' - type: object -- GitLab From 9d0d610a410ff921df9c296d9f1f0ab86766b769 Mon Sep 17 00:00:00 2001 From: kaushikas Date: Fri, 3 Oct 2025 13:29:51 +0000 Subject: [PATCH 2/2] Edit TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 80339e629..3e5d858f1 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -3857,7 +3857,7 @@ components: targetAreaAF: $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' internalTargetArea: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/AreaScope' + $ref: 'TS28623_GenericNrm.yaml#/components/schemas/AreaScope' #-------- Definition of types for name-containments ------ -- GitLab