From efce2eaa2089e53dd0e52c596d933a579b7b4126 Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Wed, 3 Apr 2024 08:03:49 +0000 Subject: [PATCH 1/2] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index bfded1ea9..22b7ec3cc 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -229,6 +229,10 @@ components: type: array items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId' + sNPNList: + type: array + items: + $ref: '#/components/schemas/SnpnInfo' allowedSNPNs: type: array items: -- GitLab From 0f574f1d29096568fe73bad69261cc38937ffdd1 Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Thu, 18 Apr 2024 07:15:00 +0000 Subject: [PATCH 2/2] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 22b7ec3cc..2053089df 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -232,7 +232,7 @@ components: sNPNList: type: array items: - $ref: '#/components/schemas/SnpnInfo' + $ref: '#/components/schemas/SnpnId' allowedSNPNs: type: array items: -- GitLab