From fe36de55d0194f22703e6e11045aa711400f9f97 Mon Sep 17 00:00:00 2001 From: shixixi Date: Sun, 26 Jan 2025 07:00:40 +0000 Subject: [PATCH 1/3] Update TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 3755da9a6..8d8d3a664 100644 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -149,20 +149,10 @@ components: type: integer minimum: 0 maximum: 100 - maxNumberOfPreamblesSent: - enum: - - n3 - - n4 - - n5 - - n6 - - n7 - - n8 - - n10 - - n20 - - n50 - - n100 - - n200 - + NumberOfPreamblesSent: + type: integer + minimum: 0 + maximum: 200 UeAccDelayProbabilityDist: type: array -- GitLab From 883979c2bb6a6e55835905c1eb3c54961ab2672b Mon Sep 17 00:00:00 2001 From: ruiyue Date: Fri, 28 Feb 2025 09:22:11 +0000 Subject: [PATCH 2/3] Code modeator update copyright and version --- OpenAPI/TS28541_NrNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 8d8d3a664..6f24f8f1d 100644 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -4,7 +4,7 @@ info: version: 16.22.0 description: >- OAS 3.0.1 specification of the NR NRM - © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). + © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. externalDocs: description: 3GPP TS 28.541; 5G NRM, NR NRM -- GitLab From 64dc9028542af0cd00efbfbe2805f18da971f2db Mon Sep 17 00:00:00 2001 From: ruiyue Date: Mon, 17 Mar 2025 00:33:31 +0000 Subject: [PATCH 3/3] Update file TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 6f24f8f1d..5d64d80d4 100644 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -1,7 +1,7 @@ openapi: 3.0.1 info: title: NR NRM - version: 16.22.0 + version: 16.23.0 description: >- OAS 3.0.1 specification of the NR NRM © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). -- GitLab