From 003c496327c454432ea551799236fa61b102307c Mon Sep 17 00:00:00 2001 From: ruanb Date: Fri, 9 May 2025 19:00:08 +0000 Subject: [PATCH] Rel19_CR1547_TS28.541_Fix_nTNGlobalRanNodeID --- OpenAPI/TS28541_5GcNrm.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 0cab03904..9249187c0 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -2644,8 +2644,8 @@ components: description: defines the list of satellite backhaul information type: object properties: - globalRanNodeID: - $ref: '#/components/schemas/GlobalRanNodeID' + nTNGlobalRanNodeID: + $ref: '#/components/schemas/NTNGlobalRanNodeID' SatelliteBackhaulCategory: anyOf: - type: string @@ -2663,7 +2663,7 @@ components: geoSatelliteId: type: string pattern: '^[0-9]{5}$' - GlobalRanNodeID: + NTNGlobalRanNodeID: description: globally identification of an NG-RAN node type: object oneOf: -- GitLab