From 735ad6ec981c397f05a28dac4a5ccc2d2509304a Mon Sep 17 00:00:00 2001 From: shixixi Date: Wed, 5 Feb 2025 07:19:00 +0000 Subject: [PATCH 1/3] Update TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index fe7b070aa..c42649e08 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -189,19 +189,11 @@ 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 054ebba77913f258a8d03907c1a3a0b35a056dbe Mon Sep 17 00:00:00 2001 From: ruiyue Date: Fri, 28 Feb 2025 09:25:00 +0000 Subject: [PATCH 2/3] Code Moderator update copyright and version --- OpenAPI/TS28541_NrNrm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index c42649e08..3982dc699 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -1,10 +1,10 @@ openapi: 3.0.1 info: title: NR NRM - version: 17.17.0 + version: 17.15.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 89252f678e37f086efd011c3d2a8b818dc57fc95 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Mon, 17 Mar 2025 00:35:17 +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 3982dc699..0916a7bcb 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -1,7 +1,7 @@ openapi: 3.0.1 info: title: NR NRM - version: 17.15.0 + version: 17.18.0 description: >- OAS 3.0.1 specification of the NR NRM © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). -- GitLab