From 82adb555a0d3498d384d57eecef098c758b19903 Mon Sep 17 00:00:00 2001 From: ruanb Date: Fri, 9 May 2025 18:52:53 +0000 Subject: [PATCH] Rel18_CR1546_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 c231b37d5..8669dd469 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -2268,8 +2268,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 @@ -2287,7 +2287,7 @@ components: geoSatelliteId: type: string pattern: '^[0-9]{5}$' - GlobalRanNodeID: + NTNGlobalRanNodeID: description: globally identification of an NG-RAN node type: object oneOf: -- GitLab