From 3dfaf8e64af89b066ca4a77b10f34026bb02235b Mon Sep 17 00:00:00 2001 From: Andrei Stoica Date: Mon, 21 Jul 2025 11:40:31 +0200 Subject: [PATCH 1/3] 26113-CR0013 - [5G_RTP_Ph2] PDU handling and marking enhancements to Dynamic Policy API Implements version bumps to mark backwards-compatible changes of dependencies in TS 26.510. See for reference commit: b341527fa59396e35d20d102ada6402877bc489d Signed-off-by: Andrei Stoica --- TS26113_Maf_Provisioning.yaml | 6 +++--- TS26113_Maf_SessionHandling.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/TS26113_Maf_Provisioning.yaml b/TS26113_Maf_Provisioning.yaml index 5428acc5..74ef6118 100644 --- a/TS26113_Maf_Provisioning.yaml +++ b/TS26113_Maf_Provisioning.yaml @@ -1,10 +1,10 @@ openapi: 3.0.0 info: title: Maf_Provisioning (Real-Time media Communication) - version: 1.0.0 + version: 1.0.1 description: | RTC AF Provisioning API - © 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. tags: @@ -12,7 +12,7 @@ tags: description: 'Real-Time media Communication: AF Provisioning APIs' externalDocs: - description: 'TS 26.113 V18.0.0; Real-Time Media Communication; Protocols and APIs' + description: 'TS 26.113 V19.0.0; Real-Time Media Communication; Protocols and APIs' url: 'https://www.3gpp.org/ftp/Specs/archive/26_series/26.512/' servers: diff --git a/TS26113_Maf_SessionHandling.yaml b/TS26113_Maf_SessionHandling.yaml index 9f62e332..19bc9f37 100644 --- a/TS26113_Maf_SessionHandling.yaml +++ b/TS26113_Maf_SessionHandling.yaml @@ -1,10 +1,10 @@ openapi: 3.0.0 info: title: Maf_SessionHandling (Real-Time media Communication) - version: 1.0.0 + version: 1.0.1 description: | RTC AF Provisioning API - © 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. tags: @@ -12,7 +12,7 @@ tags: description: 'Real-Time media Communication: Media Session Handling APIs' externalDocs: - description: 'TS 26.113 V18.0.0; Real-Time Media Communication; Protocols and APIs' + description: 'TS 26.113 V19.0.0; Real-Time Media Communication; Protocols and APIs' url: 'https://www.3gpp.org/ftp/Specs/archive/26_series/26.113/' servers: -- GitLab From e19bc6377d711ecdeecfa734237f8f6b88bb9276 Mon Sep 17 00:00:00 2001 From: bradburyr Date: Fri, 26 Sep 2025 17:08:19 +0000 Subject: [PATCH 2/3] Bump middle API version digit rather than final digit. This allows for future independent fixes to Rel-18 if need be. --- TS26113_Maf_Provisioning.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TS26113_Maf_Provisioning.yaml b/TS26113_Maf_Provisioning.yaml index 74ef6118..cdd4c3d0 100644 --- a/TS26113_Maf_Provisioning.yaml +++ b/TS26113_Maf_Provisioning.yaml @@ -1,7 +1,7 @@ openapi: 3.0.0 info: title: Maf_Provisioning (Real-Time media Communication) - version: 1.0.1 + version: 1.1.0 description: | RTC AF Provisioning API © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). -- GitLab From db715b32757d1e11ae10e4044f85f12cefec86b6 Mon Sep 17 00:00:00 2001 From: bradburyr Date: Fri, 26 Sep 2025 17:08:40 +0000 Subject: [PATCH 3/3] Bump middle API version digit rather than final digit. This allows for future independent fixes to Rel-18 if need be. --- TS26113_Maf_SessionHandling.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TS26113_Maf_SessionHandling.yaml b/TS26113_Maf_SessionHandling.yaml index 19bc9f37..ce739590 100644 --- a/TS26113_Maf_SessionHandling.yaml +++ b/TS26113_Maf_SessionHandling.yaml @@ -1,7 +1,7 @@ openapi: 3.0.0 info: title: Maf_SessionHandling (Real-Time media Communication) - version: 1.0.1 + version: 1.1.0 description: | RTC AF Provisioning API © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). -- GitLab