From 73f44b58c0a6ce4578e146981cfeb956085d6e58 Mon Sep 17 00:00:00 2001 From: kaushikas Date: Fri, 3 Oct 2025 13:52:42 +0000 Subject: [PATCH 1/3] 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 950193f8c..71d7cb150 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -3846,6 +3846,16 @@ components: $ref: 'TS28541_NrNrm.yaml#/components/schemas/ServedAIOTAreaID' readerLocation: type: string + AIoTNRFMapping: + type: object + required: + - aIOTFdN + - internalTargetArea + properties: + aIOTFdN: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' + internalTargetArea: + $ref: 'TS28623_GenericNrm.yaml#/components/schemas/AreaScope' #-------- Definition of types for name-containments ------ @@ -4395,7 +4405,9 @@ components: nrfInfo: $ref: '#/components/schemas/NrfInfo' managedNFProfile: - $ref: '#/components/schemas/ManagedNFProfile' + $ref: '#/components/schemas/ManagedNFProfile' + aIoTNRFMapping: + $ref: '#/components/schemas/aIoTNRFMapping' - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO' - $ref: '#/components/schemas/ManagedFunction5GC-nc0' - type: object -- GitLab From f507a757f2d543d718dde71f9e00896d7f7f3c6e Mon Sep 17 00:00:00 2001 From: kaushikas Date: Fri, 3 Oct 2025 13:59:07 +0000 Subject: [PATCH 2/3] 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 71d7cb150..612e115d4 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -4407,7 +4407,7 @@ components: managedNFProfile: $ref: '#/components/schemas/ManagedNFProfile' aIoTNRFMapping: - $ref: '#/components/schemas/aIoTNRFMapping' + $ref: '#/components/schemas/AIoTNRFMapping' - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO' - $ref: '#/components/schemas/ManagedFunction5GC-nc0' - type: object -- GitLab From 5f0fe8315f6f309063dc6b18c8ddf2a13aea9349 Mon Sep 17 00:00:00 2001 From: kaushikas Date: Thu, 16 Oct 2025 01:37:12 +0000 Subject: [PATCH 3/3] 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 612e115d4..ce3f09092 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -3855,7 +3855,7 @@ components: aIOTFdN: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' internalTargetArea: - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/AreaScope' + $ref: 'TS28541_NrNrm.yaml#/components/schemas/ServedAIOTAreaID' #-------- Definition of types for name-containments ------ -- GitLab