From 34e53b85ea2869ab79c392200229c761c805d471 Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Mon, 4 Nov 2024 02:14:52 +0000 Subject: [PATCH 1/2] Update TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 200283426..dbb21e70a 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -110,14 +110,32 @@ components: type: array items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId' + allowedSnpns: + type: array + items: + $ref: '#/components/schemas/SnpnId' allowedNfTypes: type: array items: $ref: '#/components/schemas/NFType' + allowedNfDomains: + type: array + items: + type: string allowedNssais: type: array items: $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai' + priority: + type: integer + minimum: 0 + maximum: 65535 + capacity: + type: integer + recoveryTime: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTimeRo' + vendorId: + $ref: '#/components/schemas/VendorId' NFStatus: type: string description: any of enumerated value -- GitLab From 6caa631db6e276ab99f0da2e71be2ce25c47c68a Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Mon, 4 Nov 2024 10:52:55 +0000 Subject: [PATCH 2/2] Update file 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 dbb21e70a..4639b1571 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -133,7 +133,7 @@ components: capacity: type: integer recoveryTime: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTimeRo' + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime' vendorId: $ref: '#/components/schemas/VendorId' NFStatus: -- GitLab