From 4923507a22c52e91a07437bedcf24da7dd133426 Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Mon, 4 Nov 2024 02:29:45 +0000 Subject: [PATCH 1/8] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index e5c4c0b3c..11263606b 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -96,6 +96,14 @@ components: type: string schema: type: string + nfServiceStatus: + type: string + description: any of enumerated value + enum: + - REGISTERED + - SUSPENDED + - UNDISCOVERABLE + - CANARY_RELEASE fqdn: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Fqdn' interPlmnFqdn: @@ -118,6 +126,18 @@ components: type: array items: $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai' + allowedOperationsPerNfType: + type: string + allowedOperationsPerNfInstance: + type: string + allowedOperationsPerNfInstanceOverrides: + type: boolean + sNssais: + $ref: 'TS29571_CommonData.yaml#/components/schemas/ExtSnssai' + oauth2Required: + type: boolean + sharedServiceDataId: + type: string NFStatus: type: string description: any of enumerated value -- GitLab From 1d3f90d5eb1e6ed5b1ad3a9f5e7c4fb2642e1183 Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Mon, 4 Nov 2024 02:50:49 +0000 Subject: [PATCH 2/8] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 11263606b..fb008c037 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -100,10 +100,10 @@ components: type: string description: any of enumerated value enum: - - REGISTERED - - SUSPENDED - - UNDISCOVERABLE - - CANARY_RELEASE + - REGISTERED + - SUSPENDED + - UNDISCOVERABLE + - CANARY_RELEASE fqdn: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Fqdn' interPlmnFqdn: -- GitLab From cf4b21b35c1017f5a1fa00b903af067122d4ef70 Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Mon, 4 Nov 2024 02:54:44 +0000 Subject: [PATCH 3/8] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index fb008c037..4a6eb756e 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -97,8 +97,6 @@ components: schema: type: string nfServiceStatus: - type: string - description: any of enumerated value enum: - REGISTERED - SUSPENDED -- GitLab From 1b6bdf707365bf3635bfb21ea3601d3df1dddbfc Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Mon, 4 Nov 2024 02:56:44 +0000 Subject: [PATCH 4/8] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 4a6eb756e..53c46f21c 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -97,6 +97,7 @@ components: schema: type: string nfServiceStatus: + type: string enum: - REGISTERED - SUSPENDED @@ -133,8 +134,8 @@ components: sNssais: $ref: 'TS29571_CommonData.yaml#/components/schemas/ExtSnssai' oauth2Required: - type: boolean - sharedServiceDataId: + type: boolean + sharedServiceDataId: type: string NFStatus: type: string -- GitLab From 0cfa2c81b0edaf6650db45d822fd6d68adff5a6f Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Mon, 4 Nov 2024 02:29:45 +0000 Subject: [PATCH 5/8] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 226aecb19..89c4b651d 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -96,6 +96,14 @@ components: type: string schema: type: string + nfServiceStatus: + type: string + description: any of enumerated value + enum: + - REGISTERED + - SUSPENDED + - UNDISCOVERABLE + - CANARY_RELEASE fqdn: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Fqdn' interPlmnFqdn: @@ -136,6 +144,19 @@ components: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime' vendorId: $ref: '#/components/schemas/VendorId' + allowedOperationsPerNfType: + type: string + allowedOperationsPerNfInstance: + type: string + allowedOperationsPerNfInstanceOverrides: + type: boolean + sNssais: + $ref: 'TS29571_CommonData.yaml#/components/schemas/ExtSnssai' + oauth2Required: + type: boolean + sharedServiceDataId: + type: string + NFStatus: type: string description: any of enumerated value -- GitLab From 73b60b16fc977489b5806ede5781c0e82bd2dfec Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Mon, 4 Nov 2024 02:50:49 +0000 Subject: [PATCH 6/8] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 89c4b651d..1be6a4eec 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -100,10 +100,10 @@ components: type: string description: any of enumerated value enum: - - REGISTERED - - SUSPENDED - - UNDISCOVERABLE - - CANARY_RELEASE + - REGISTERED + - SUSPENDED + - UNDISCOVERABLE + - CANARY_RELEASE fqdn: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Fqdn' interPlmnFqdn: -- GitLab From bac7d7fc7cc290e59329521bc5ef4aa66af89030 Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Mon, 4 Nov 2024 02:54:44 +0000 Subject: [PATCH 7/8] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 1be6a4eec..dda4ae406 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -97,8 +97,6 @@ components: schema: type: string nfServiceStatus: - type: string - description: any of enumerated value enum: - REGISTERED - SUSPENDED -- GitLab From b33da168335e8d9862de81c6edcb34e7a8f57977 Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Mon, 4 Nov 2024 02:56:44 +0000 Subject: [PATCH 8/8] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index dda4ae406..3cd379df7 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -97,6 +97,7 @@ components: schema: type: string nfServiceStatus: + type: string enum: - REGISTERED - SUSPENDED @@ -151,8 +152,8 @@ components: sNssais: $ref: 'TS29571_CommonData.yaml#/components/schemas/ExtSnssai' oauth2Required: - type: boolean - sharedServiceDataId: + type: boolean + sharedServiceDataId: type: string NFStatus: -- GitLab