From 501025b8cc75128ac213b5c8269bc6ddb8cc9345 Mon Sep 17 00:00:00 2001 From: ruanb Date: Wed, 20 Nov 2024 22:11:10 +0000 Subject: [PATCH 1/3] Update file TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 9ed184190..04f39de01 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -2319,7 +2319,13 @@ components: type: string pattern: '^[A-Fa-f0-9]+$' twifId: - type: string + type: string + NTNPLMNRestrictionsList: + description: NTNPLMNRestrictionsInfoList that relates to non-terrestrial network access + type: array + items: + $ref: '#/components/schemas/NTNPLMNRestrictionsInfo' + minItems: 1 NTNPLMNRestrictionsInfo: description: restrictions per PLMN that relates to non-terrestrial network access type: object @@ -2329,27 +2335,18 @@ components: blockedLocationInfoList: type: array items: - $ref: '#/components/schemas/BlockedLocationInfoList' + $ref: '#/components/schemas/BlockedLocationInfo' minItems: 1 - BlockedLocationInfoList: + BlockedLocationInfo: 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: '#/components/schemas/TimeDuration' + blockedDurWindow: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow' blockedSlice: $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai' - 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' - 5GDdnmfInfo: description: Information of an 5G DDNMF NF Instance type: object @@ -3052,8 +3049,8 @@ components: $ref: '#/components/schemas/ManagedNFProfile' commModelList: $ref: '#/components/schemas/CommModelList' - nTNPLMNInfoList: - $ref: '#/components/schemas/NTNPLMNRestrictionsInfo' + nTNPLMNRestrictionsList: + $ref: '#/components/schemas/NTNPLMNRestrictionsList' amfInfo: $ref: '#/components/schemas/AmfInfo' sliceExpiryInfo: -- GitLab From 32458effb0abb62ccdac30fc6b0ea6427a608c0b Mon Sep 17 00:00:00 2001 From: ruanb Date: Thu, 21 Nov 2024 14:14:42 +0000 Subject: [PATCH 2/3] Update file TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 04f39de01..9e6b061c7 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -2325,7 +2325,6 @@ components: type: array items: $ref: '#/components/schemas/NTNPLMNRestrictionsInfo' - minItems: 1 NTNPLMNRestrictionsInfo: description: restrictions per PLMN that relates to non-terrestrial network access type: object -- GitLab From 2ce87621e5e6464614a1ca4acab17c8c912c2cca Mon Sep 17 00:00:00 2001 From: ruanb Date: Thu, 21 Nov 2024 14:24:26 +0000 Subject: [PATCH 3/3] Update file TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 9e6b061c7..2a958f1a0 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -2321,10 +2321,10 @@ components: twifId: type: string NTNPLMNRestrictionsList: - description: NTNPLMNRestrictionsInfoList that relates to non-terrestrial network access + description: NTNPLMNRestrictionsInfoList that relates to non-terrestrial network access type: array items: - $ref: '#/components/schemas/NTNPLMNRestrictionsInfo' + $ref: '#/components/schemas/NTNPLMNRestrictionsInfo' NTNPLMNRestrictionsInfo: description: restrictions per PLMN that relates to non-terrestrial network access type: object @@ -2335,7 +2335,6 @@ components: type: array items: $ref: '#/components/schemas/BlockedLocationInfo' - minItems: 1 BlockedLocationInfo: description: location for which the PLMN access restrictions are to be applied in case of NTN type: object -- GitLab