From d2cc77c9398cbffd0077565284635a1746b6ff55 Mon Sep 17 00:00:00 2001 From: THOMASSTO Date: Tue, 21 Oct 2025 11:25:07 +0000 Subject: [PATCH 1/5] Edit TS26517_MBSUserServiceAnnouncement.yaml to add In-session Repair parameters --- TS26517_MBSUserServiceAnnouncement.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/TS26517_MBSUserServiceAnnouncement.yaml b/TS26517_MBSUserServiceAnnouncement.yaml index b5fcb18d..ce802f30 100644 --- a/TS26517_MBSUserServiceAnnouncement.yaml +++ b/TS26517_MBSUserServiceAnnouncement.yaml @@ -1,4 +1,4 @@ -openapi: 3.0.0 +openapi: 3.1.0 info: title: 'MBS User Service Announcement' @@ -170,6 +170,8 @@ components: items: $ref: '#/components/schemas/ApplicationServiceDescription' minItems: 1 + inSessionObjectRepairParameters: + $ref: '#/components/schemas/ObjectRepairParameters' postSessionObjectRepairParameters: $ref: '#/components/schemas/ObjectRepairParameters' availabilityInfos: @@ -276,6 +278,8 @@ components: ObjectRepairParameters: type: object properties: + repairLimitPercentage: + $ref: 'TS26510_CommonData.yaml#/components/schemas/Percentage' backOffParameters: $ref: '#/components/schemas/BackOffParameters' objectDistributionBaseLocator: -- GitLab From 038629e079d4bda919c50b025d73d3101e92459e Mon Sep 17 00:00:00 2001 From: THOMASSTO Date: Tue, 21 Oct 2025 11:37:56 +0000 Subject: [PATCH 2/5] Update TS26517_MBSUserServiceAnnouncement.yaml to add in-session repair parameters --- TS26517_MBSUserServiceAnnouncement.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TS26517_MBSUserServiceAnnouncement.yaml b/TS26517_MBSUserServiceAnnouncement.yaml index ce802f30..3c176648 100644 --- a/TS26517_MBSUserServiceAnnouncement.yaml +++ b/TS26517_MBSUserServiceAnnouncement.yaml @@ -1,4 +1,4 @@ -openapi: 3.1.0 +openapi: 3.0.1 info: title: 'MBS User Service Announcement' -- GitLab From 3fe7ea97da4d5043737c218a98e71d52eee713cc Mon Sep 17 00:00:00 2001 From: THOMASSTO Date: Tue, 21 Oct 2025 16:02:07 +0000 Subject: [PATCH 3/5] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: bradburyr --- TS26517_MBSUserServiceAnnouncement.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TS26517_MBSUserServiceAnnouncement.yaml b/TS26517_MBSUserServiceAnnouncement.yaml index 3c176648..ee86ec85 100644 --- a/TS26517_MBSUserServiceAnnouncement.yaml +++ b/TS26517_MBSUserServiceAnnouncement.yaml @@ -9,7 +9,7 @@ info: All rights reserved. externalDocs: - description: 3GPP TS 26.517 V19.0.0; 5G Multicast-Broadcast User Services; Protocols and Formats + description: 3GPP TS 26.517 V19.1.0; 5G Multicast-Broadcast User Services; Protocols and Formats url: http://www.3gpp.org/ftp/Specs/archive/26_series/26.517/ paths: /user-service-descriptions: -- GitLab From f062f237c4de68d17ea07726d9a89d106f3f43b3 Mon Sep 17 00:00:00 2001 From: THOMASSTO Date: Tue, 21 Oct 2025 16:02:17 +0000 Subject: [PATCH 4/5] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: bradburyr --- TS26517_MBSUserServiceAnnouncement.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TS26517_MBSUserServiceAnnouncement.yaml b/TS26517_MBSUserServiceAnnouncement.yaml index ee86ec85..ea58c9fe 100644 --- a/TS26517_MBSUserServiceAnnouncement.yaml +++ b/TS26517_MBSUserServiceAnnouncement.yaml @@ -1,4 +1,4 @@ -openapi: 3.0.1 +openapi: 3.0.0 info: title: 'MBS User Service Announcement' -- GitLab From 34f2e29b7d8d49db847d1c2667046aa8a4d0887a Mon Sep 17 00:00:00 2001 From: THOMASSTO Date: Tue, 21 Oct 2025 16:02:26 +0000 Subject: [PATCH 5/5] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: bradburyr --- TS26517_MBSUserServiceAnnouncement.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TS26517_MBSUserServiceAnnouncement.yaml b/TS26517_MBSUserServiceAnnouncement.yaml index ea58c9fe..7dd90c2d 100644 --- a/TS26517_MBSUserServiceAnnouncement.yaml +++ b/TS26517_MBSUserServiceAnnouncement.yaml @@ -2,7 +2,7 @@ openapi: 3.0.0 info: title: 'MBS User Service Announcement' - version: 2.2.0 + version: 2.2.1 description: | MBS User Service Announcement Element units. © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). -- GitLab