From 78693849dc51f4321fd9abb5811c37c6e7213c44 Mon Sep 17 00:00:00 2001 From: lengyelb Date: Wed, 1 Oct 2025 21:39:35 +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 0daedc3d0..53f3e31be 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 7f354babe6df0201317b0568684a33d7cd2c9b99 Mon Sep 17 00:00:00 2001 From: lengyelb Date: Wed, 1 Oct 2025 21:42: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 66849e0fd..2a1968683 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -2219,6 +2219,7 @@ components: type: integer minimum: 0 maximum: 4294967295 + format: int64 trpMappingInfoList: type: array uniqueItems: true @@ -3254,6 +3255,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