From 67ff881d1b872d7e0e424e244884642fd2346cc7 Mon Sep 17 00:00:00 2001 From: zhaoxxian Date: Fri, 30 Jan 2026 03:50:50 +0000 Subject: [PATCH 1/2] Update file TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 4c963678b..b90bf1eeb 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -2521,6 +2521,34 @@ components: type: boolean default: false + AiotfInfo: + description: Information of an AIOTF NF Instance + type: object + properties: + areaIDList: + type: array + items: + $ref: 'TS29571_CommonData.yaml#/components/schemas/AiotAreaId' + minItems: 1 + + AdmInfo: + description: ADM information + type: object + properties: + deviceIdList: + type: array + items: + $ref: 'TS29571_CommonData.yaml#/components/schemas/AiotDevPermId' + minItems: 1 + devIdRegEx: + type: string + afIdList: + type: array + items: + type: string + minItems: 1 + + NrfInfo: description: Information of an NRF NF Instance, used in hierarchical NRF deployments type: object @@ -4901,7 +4929,9 @@ components: managedNFProfile: $ref: '#/components/schemas/ManagedNFProfile' aIOTgNBInfo: - $ref: '#/components/schemas/AIoTgNBInfo' + $ref: '#/components/schemas/AIoTgNBInfo' + aIotfInfo: + $ref: '#/components/schemas/AiotfInfo' - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO' - $ref: '#/components/schemas/ManagedFunction5GC-nc0' - type: object @@ -4933,6 +4963,8 @@ components: type: string managedNFProfile: $ref: '#/components/schemas/ManagedNFProfile' + admInfo: + $ref: '#/components/schemas/AdmInfo' - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO' - $ref: '#/components/schemas/ManagedFunction5GC-nc0' - type: object -- GitLab From 292503906cdb7b2b8c283ba5eab73767c72a3f69 Mon Sep 17 00:00:00 2001 From: zhaoxxian Date: Fri, 30 Jan 2026 04:03:54 +0000 Subject: [PATCH 2/2] Update file 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 b90bf1eeb..757b8b0ff 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -2528,7 +2528,7 @@ components: areaIDList: type: array items: - $ref: 'TS29571_CommonData.yaml#/components/schemas/AiotAreaId' + $ref: 'TS28541_NrNrm.yaml#/components/schemas/ServedAIOTAreaID' minItems: 1 AdmInfo: -- GitLab