diff --git a/TS26346_AssociatedDeliveryProceduresDescription.xsd b/TS26346_AssociatedDeliveryProceduresDescription.xsd index d4c25bff0f305ed051444fb1b9ff46f4a6c2560f..a2963fcbd8bfa9dc3666db01fd64e7252d39c6be 100644 --- a/TS26346_AssociatedDeliveryProceduresDescription.xsd +++ b/TS26346_AssociatedDeliveryProceduresDescription.xsd @@ -1,22 +1,24 @@ - MBMS Associated Delivery Procedures Description schema 3GPP TS 26.346 clause 9.5.1 - Copyright © 2005, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. + Copyright © 2005-2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. + @@ -28,6 +30,8 @@ + + diff --git a/TS26346_AssociatedDeliveryProceduresDescription_Extensions_Rel-19.xsd b/TS26346_AssociatedDeliveryProceduresDescription_Extensions_Rel-19.xsd new file mode 100755 index 0000000000000000000000000000000000000000..3f2cd73d38eba97c89b4088704becaaf979ce121 --- /dev/null +++ b/TS26346_AssociatedDeliveryProceduresDescription_Extensions_Rel-19.xsd @@ -0,0 +1,20 @@ + + + + MBMS Associated Delivery Procedures Description schema extensions (Release 13) + 3GPP TS 26.346 clause 9.5.1 + Copyright © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. + + + + + + + + + + + + + + diff --git a/TS26346_FLUTE-FDT.xsd b/TS26346_FLUTE-FDT.xsd index dbf6861568547a19ba308e98b435dc4710003709..af061cbdcbbbe28ca22316ff67f5a43476643e5c 100644 --- a/TS26346_FLUTE-FDT.xsd +++ b/TS26346_FLUTE-FDT.xsd @@ -1,5 +1,5 @@ - Consolidated MBMS FLUTE File Delivery Table schema 3GPP TS 26.346 clause 7.2.10.1 - Copyright © 2005, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. + Copyright © 2005-2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. + @@ -85,6 +88,8 @@ + + diff --git a/TS26346_FLUTE-FDT_Extensions_Rel-19.xsd b/TS26346_FLUTE-FDT_Extensions_Rel-19.xsd new file mode 100755 index 0000000000000000000000000000000000000000..242293e5dc31aee3fec328406357bc082b598e18 --- /dev/null +++ b/TS26346_FLUTE-FDT_Extensions_Rel-19.xsd @@ -0,0 +1,14 @@ + + + + MBMS FLUTE FDT schema extensions (Release 19) + 3GPP TS 26.346 clause 7.2.10.2 + Copyright © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. + + + + + diff --git a/TS26346_FLUTE-FDT_Profiled.xsd b/TS26346_FLUTE-FDT_Profiled.xsd index 0008889b4068a842eb10d9866faba98ebc9e3efe..fd31cf40f38171bcc017aeb683bcb7476f5b4e31 100644 --- a/TS26346_FLUTE-FDT_Profiled.xsd +++ b/TS26346_FLUTE-FDT_Profiled.xsd @@ -1,12 +1,12 @@ - Consolidated MBMS FLUTE File Delivery Table schema 3GPP TS 26.346 clause L.6.1 - Copyright © 2022, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. + Copyright © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. @@ -34,7 +34,6 @@ - @@ -50,6 +49,8 @@ + + diff --git a/TS26517_MBSUserServiceAnnouncement.yaml b/TS26517_MBSUserServiceAnnouncement.yaml index 0125a0c50dff61e465b95c5cce3f790d21a3226b..b5fcb18da3469664c7f3dcda2de6f7534018f347 100644 --- a/TS26517_MBSUserServiceAnnouncement.yaml +++ b/TS26517_MBSUserServiceAnnouncement.yaml @@ -9,7 +9,7 @@ info: All rights reserved. externalDocs: - description: 3GPP TS 26.517 V18.5.0; 5G Multicast-Broadcast User Services; Protocols and Formats + description: 3GPP TS 26.517 V19.0.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: @@ -179,6 +179,8 @@ components: minItems: 1 securityDescription: $ref: '#/components/schemas/SecurityDescription' + timeSynchronizationParameters: + $ref: '#/components/schemas/TimeSynchronizationParameters' required: - distributionMethod - sessionDescriptionLocator @@ -354,3 +356,30 @@ components: required: - mBSSFAddresses - mBSSessionKeyInfo + + TimeSynchronizationParameters: + type: object + properties: + ranTimeTransmitted: + type: boolean + timeServiceEndpoints: + type: array + items: + $ref: '#/components/schemas/TimeServiceEndpointParameters' + minItems: 1 + + TimeServiceEndpointParameters: + type: object + properties: + protocolScheme: + type: string + items: + $ref: 'TS26510_CommonData.yaml#/components/schemas/AbsoluteUrl' + endpoint: + type: string + accuracy: + type: integer + minimum: 1 + required: + - protocolScheme + - endpoint