From 6a34a7ac0a5d76dce6342812b4dc395404c1daed Mon Sep 17 00:00:00 2001 From: gautamd Date: Wed, 12 Feb 2025 07:15:35 +0000 Subject: [PATCH 1/4] Update TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 55 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 53 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index acbc1c5ea..8b78ba630 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -755,7 +755,47 @@ components: - M8 - M9 - MDT_UE_LOCATION - + URSPInfo: + type: object + properties: + applicationID: + type: integer + destinationIPInfo: + type: integer + destinationIPInfo: + type: integer + nonIPDescriptiors: + type: string + dNNs: + type: string + connectionCapabilities: + type: string + enum: + - IMS + - MMS + - INTERNET + destinationFQDN: + type: string + pINID: + type: string + connectivityGrpId: + type: string + ApplicationID: + type: object + properties: + oSID: + type: string + oSAppId: + type: string + DestinationIPInfo: + type: object + properties: + iPAddress: + type: string + port: + type: string + protocolID: + type: string #-------- Definition of types for name-containments ------ SubNetwork-ncO-NrNrm: type: object @@ -2191,7 +2231,18 @@ components: $ref: 'TS28623_ComDefs.yaml#/components/schemas/AdministrativeState' operationalState: $ref: 'TS28623_ComDefs.yaml#/components/schemas/OperationalState' - + allowedPLMNInfo: + $ref: '#/components/schemas/PlmnInfo' + allowedArea: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' + allowedTime: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime' + relatedN2URSPInfo: + $ref: '#/components/schemas/PlmnInfo' + relatedN3URSPInfo: + $ref: '#/components/schemas/PlmnInfo' + relatedXnURSPInfo: + $ref: '#/components/schemas/PlmnInfo' NRECMappingRule-Single: allOf: - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top' -- GitLab From 043baaa980019767db9e60997181f8252f187f29 Mon Sep 17 00:00:00 2001 From: gautamd Date: Wed, 12 Feb 2025 07:18:09 +0000 Subject: [PATCH 2/4] Update TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 8b78ba630..4c33cc5c6 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -762,8 +762,6 @@ components: type: integer destinationIPInfo: type: integer - destinationIPInfo: - type: integer nonIPDescriptiors: type: string dNNs: -- GitLab From f274a0b6bde1a77ae9a79a5b6a6e572a2fb0675f Mon Sep 17 00:00:00 2001 From: gautamd Date: Thu, 20 Feb 2025 12:55:43 +0000 Subject: [PATCH 3/4] Update TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 52 +++----------------------------------- 1 file changed, 3 insertions(+), 49 deletions(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 4c33cc5c6..3d0b1dd69 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -755,45 +755,6 @@ components: - M8 - M9 - MDT_UE_LOCATION - URSPInfo: - type: object - properties: - applicationID: - type: integer - destinationIPInfo: - type: integer - nonIPDescriptiors: - type: string - dNNs: - type: string - connectionCapabilities: - type: string - enum: - - IMS - - MMS - - INTERNET - destinationFQDN: - type: string - pINID: - type: string - connectivityGrpId: - type: string - ApplicationID: - type: object - properties: - oSID: - type: string - oSAppId: - type: string - DestinationIPInfo: - type: object - properties: - iPAddress: - type: string - port: - type: string - protocolID: - type: string #-------- Definition of types for name-containments ------ SubNetwork-ncO-NrNrm: type: object @@ -2228,19 +2189,12 @@ components: administrativeState: $ref: 'TS28623_ComDefs.yaml#/components/schemas/AdministrativeState' operationalState: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/OperationalState' - allowedPLMNInfo: - $ref: '#/components/schemas/PlmnInfo' + $ref: 'TS28623_ComDefs.yaml#/components/schemas/OperationalState' allowedArea: $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' allowedTime: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime' - relatedN2URSPInfo: - $ref: '#/components/schemas/PlmnInfo' - relatedN3URSPInfo: - $ref: '#/components/schemas/PlmnInfo' - relatedXnURSPInfo: - $ref: '#/components/schemas/PlmnInfo' + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime' + NRECMappingRule-Single: allOf: - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top' -- GitLab From e01b4437974d30bf4ba33cef4198c0d39b821617 Mon Sep 17 00:00:00 2001 From: gautamd Date: Thu, 20 Feb 2025 17:27:36 +0000 Subject: [PATCH 4/4] Update TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 3d0b1dd69..7b49f8f3e 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -2191,9 +2191,13 @@ components: operationalState: $ref: 'TS28623_ComDefs.yaml#/components/schemas/OperationalState' allowedArea: + type: array + items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' allowedTime: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime' + type: array + items: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime' NRECMappingRule-Single: allOf: -- GitLab