From e373caac1f1551e40bb83cbadcbce14c5bf1f778 Mon Sep 17 00:00:00 2001 From: zhaoxxian Date: Fri, 9 May 2025 04:04:23 +0000 Subject: [PATCH] add NTN gNB TAI --- OpenAPI/TS28541_5GcNrm.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 6dddac95e..022a02291 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -1760,6 +1760,19 @@ components: $ref: '#/components/schemas/TrpInfo' minItems: 1 + NTNgNBTAIInfo: + type: object + properties: + nTNgNBId: + type: integer + minimum: 0 + maximum: 4294967295 + nTNgNBTAIs: + type: array + uniqueItems: true + items: + $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tai' + LmfInfo: description: Information of an LMF NF Instance type: object @@ -3770,6 +3783,11 @@ components: $ref: 'TS28541_NrNrm.yaml#/components/schemas/MappedCellIdInfoList' mdtUserConsentReqList: $ref: 'TS28541_NrNrm.yaml#/components/schemas/MdtUserConsentReqList' + nTNgNBTAIInfoList: + type: array + uniqueItems: true + items: + $ref: '#/components/schemas/NTNgNBTAIInfo' - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO' - $ref: '#/components/schemas/ManagedFunction5GC-nc0' -- GitLab