From 2c51181d309544e7e8ee5d99e003fb8b4bb97938 Mon Sep 17 00:00:00 2001 From: lizhanwu Date: Wed, 1 Oct 2025 06:36:38 +0000 Subject: [PATCH] Edit TS28541_5GcNrm.yaml --- OpenAPI/TS28541_5GcNrm.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 2a1968683..96fdac6b9 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -3974,6 +3974,18 @@ components: items: $ref: '#/components/schemas/Ipv6PrefixRange' minItems: 1 + supiRanges: + type: array + uniqueItems: true + items: + $ref: '#/components/schemas/SupiRange' + minItems: 1 + gpsiRanges: + type: array + uniqueItems: true + items: + $ref: '#/components/schemas/IdentityRange' + minItems: 1 NfInfo: description: Information of a generic NF Instance type: object -- GitLab