From 5ce0f80253325ac25d4f572804865360ea737319 Mon Sep 17 00:00:00 2001 From: lengyelb Date: Wed, 1 Oct 2025 22:13:30 +0200 Subject: [PATCH 1/2] Edit TS28541_5GcNrm.yaml Add missing format specifiers to YAML --- OpenAPI/TS28541_5GcNrm.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index 73fc83dfe..7cbaaf58a 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -1380,6 +1380,7 @@ components: type: integer minimum: 0 maximum: 4294967295 + format: int64 trpMappingInfoList: type: array items: @@ -2307,6 +2308,7 @@ components: type: integer minimum: 0 maximum: 4294967295 + format: int64 ngeNbId: type: string pattern: '^(MacroNGeNB-[A-Fa-f0-9]{5}|LMacroNGeNB-[A-Fa-f0-9]{6}|SMacroNGeNB-[A-Fa-f0-9]{5})$' -- GitLab From ff189c25222d6e687aaafcd7a855112fb18ee0ac Mon Sep 17 00:00:00 2001 From: lengyelb Date: Wed, 1 Oct 2025 22:15:27 +0200 Subject: [PATCH 2/2] Edit TS28541_NrNrm.yaml Add missing format specifiers to YAML --- OpenAPI/TS28541_NrNrm.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 0c1387c89..109446c77 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -19,6 +19,7 @@ components: type: integer minimum: 0 maximum: 4294967295 + format: int64 GnbIdLength: type: integer minimum: 22 @@ -30,10 +31,12 @@ components: type: integer minimum: 0 maximum: 68719476735 + format: int64 GnbCuUpId: type: integer minimum: 0 maximum: 68719476735 + format: int64 Sst: type: integer @@ -620,6 +623,7 @@ components: type: integer minimum: 0 maximum: 8589934591 + format: int64 eccentricity: type: integer minimum: -524288 -- GitLab