From 35743c23772ae2a28bc141b1f7e5bcc048a12e41 Mon Sep 17 00:00:00 2001 From: gautamd Date: Wed, 12 Feb 2025 07:15:35 +0000 Subject: [PATCH 1/2] 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 7d47c2449..320a208da 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -764,7 +764,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 @@ -2176,7 +2216,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 9d18ee36a60659a6167c193afd7ea81b7c58267e Mon Sep 17 00:00:00 2001 From: gautamd Date: Wed, 12 Feb 2025 07:18:09 +0000 Subject: [PATCH 2/2] 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 320a208da..faf0aa030 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -771,8 +771,6 @@ components: type: integer destinationIPInfo: type: integer - destinationIPInfo: - type: integer nonIPDescriptiors: type: string dNNs: -- GitLab