From d0c0cb7a49c314a0bfada01594e7b98786443744 Mon Sep 17 00:00:00 2001 From: gautamd Date: Thu, 28 Aug 2025 10:13:00 +0000 Subject: [PATCH 1/3] Edit TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 30b636f3c..8ed713d86 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -2245,6 +2245,8 @@ components: uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow' + currentLocation: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' NRECMappingRule-Single: allOf: -- GitLab From f493b98d6e4642d8845eff29338a6035e3ab7c1c Mon Sep 17 00:00:00 2001 From: gautamd Date: Thu, 28 Aug 2025 10:19:13 +0000 Subject: [PATCH 2/3] Edit TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 8ed713d86..9482d9cce 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -2246,7 +2246,7 @@ components: items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow' currentLocation: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' + $ref: '#/components/schemas/LocationInfo' NRECMappingRule-Single: allOf: -- GitLab From d746455b31e69d90ff0ff091e2ff5e10e88162da Mon Sep 17 00:00:00 2001 From: ruiyue Date: Thu, 4 Sep 2025 06:22:28 +0000 Subject: [PATCH 3/3] Update file TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 9482d9cce..63032ea6a 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -764,7 +764,21 @@ components: uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/AttributeNameValuePairSet' - + LocationInfo: + type: object + properties: + gNBId: + type: integer + pLMNId: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId' + cellLocalId: + type: integer + nRTAC: + type: string + tAI: + $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tai' + geoArea: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' #-------- Definition of types for name-containments ------ SubNetwork-ncO-NrNrm: -- GitLab