From 6df051d3191507b44853bae77d4e36df835d24d0 Mon Sep 17 00:00:00 2001 From: lengyelb Date: Wed, 1 Oct 2025 21:55:59 +0200 Subject: [PATCH 1/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 243f41b2c..842609fe2 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 readOnly: true Sst: @@ -682,6 +685,7 @@ components: default: 0 minimum: 0 maximum: 8589934591 + format: int64 eccentricity: type: integer default: 0 -- GitLab From 97046237eef2b31c8070ac5040c94084ad1d9486 Mon Sep 17 00:00:00 2001 From: lengyelb Date: Wed, 1 Oct 2025 21:59:10 +0200 Subject: [PATCH 2/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 950193f8c..55b20a5fa 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -1943,6 +1943,7 @@ components: type: integer minimum: 0 maximum: 4294967295 + format: int64 trpMappingInfoList: type: array uniqueItems: true @@ -2936,6 +2937,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