From 6e90645f93f760612bb5901f2e843dabc9c0a64b Mon Sep 17 00:00:00 2001 From: gautamd Date: Tue, 8 Aug 2023 13:31:04 +0000 Subject: [PATCH 1/2] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 7eeb11a6c..466a86854 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -1558,6 +1558,27 @@ components: additionalProperties: $ref: '#/components/schemas/NssaafInfo' minProperties: 1 + NTNPLMNRestrictionsInfo: + description: restrictions per PLMN that relates to non-terrestrial network access + type: object + properties: + pLMNId: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId' + blockedLocationInfoList: + type: array + items: + $ref: '#/components/schemas/BlockedLocationInfoList' + minItems: 1 + BlockedLocationInfoList: + description: location for which the PLMN access restrictions are to be applied in case of NTN + type: object + properties: + blockedLocation: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId' + blockedDur: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime' + blockedSlice: + type: string #-------- Definition of concrete IOCs -------------------------------------------- ProvMnS: @@ -1715,6 +1736,9 @@ components: $ref: '#/components/schemas/ManagedNFProfile' commModelList: $ref: '#/components/schemas/CommModelList' + nTNPLMNInfoList: + $ref: '#/components/schemas/NTNPLMNRestrictionsInfo' + - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO' - type: object properties: -- GitLab From 775c6bd9fba936c8b710f73dada1de2031d700c9 Mon Sep 17 00:00:00 2001 From: gautamd Date: Thu, 24 Aug 2023 10:21:04 +0000 Subject: [PATCH 2/2] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 466a86854..cca1c76e0 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -1576,9 +1576,17 @@ components: blockedLocation: $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId' blockedDur: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime' + $ref: '#/components/schemas/TimeDuration' blockedSlice: type: string + TimeDuration: + description: location for which the PLMN access restrictions are to be applied in case of NTN + type: object + properties: + blockedDurStartTime: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime' + blockedDurEndTime: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime' #-------- Definition of concrete IOCs -------------------------------------------- ProvMnS: -- GitLab