Commit eafb2c6a authored by elmoatamida's avatar elmoatamida
Browse files

Update1 CT3#146 to TS29548_SDD_Transmission.yaml

parent f7d8943b
Loading
Loading
Loading
Loading
Loading
+33 −3
Original line number Diff line number Diff line
@@ -2,15 +2,15 @@ openapi: 3.0.0

info:
  title: SEALDD Server Data Transmission Service
  version: 1.1.0
  version: 1.2.0-alpha.1
  description: |
    SEALDD Server Data Transmission Service.  
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    © 2026, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.

externalDocs:
  description: >
    3GPP TS 29.548 V19.5.0; Service Enabler Architecture Layer for Verticals (SEAL);
    3GPP TS 29.548 V20.0.0; Service Enabler Architecture Layer for Verticals (SEAL);
    SEAL Data Delivery (SEALDD) Server Services; Stage 3.
  url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.548/

@@ -393,6 +393,8 @@ components:
          minItems: 1
        qosInfo:
          $ref: '#/components/schemas/QosInfo'
        qosServType:
          $ref: '#/components/schemas/QosServType'
        valServerBdw:
          $ref: '#/components/schemas/ValServBdw'
        valUsersBdw:
@@ -783,6 +785,34 @@ components:
        - RESUMED_DL: Indicates that the DL data delivery instructions are to resume data delivery
          (e.g., feeder link is available).

    QosServType:
      anyOf:
        - type: string
          enum:
          - REG_TRANS_LOW_LAT_HIGH_BW_HIGH_REL
          - REG_TRANS_LOW_LAT_HIGH_REL
          - REG_TRANS_LOW_LAT_HIGH_BW
          - REG_TRANS_LOW_LAT
        - type: string
          description: >
            This string provides forward-compatibility with future extensions to the enumeration
            and is not used to encode content defined in the present version of this API.
      description: |
        Represents the QoS Service Type.  
        Possible values are:
        - REG_TRANS_LOW_LAT_HIGH_BW_HIGH_REL: Indicates that the QoS Service Type is
          Sdd_RegularTranLowLatencyHighBWHighReliability (i.e., regular transmission with low
          latency, high bandwidth and high reliability).
        - REG_TRANS_LOW_LAT_HIGH_REL: Indicates that the QoS Service Type is
          Sdd_RegularTranLowLatencyHighReliability (i.e., regular transmission with low latency and
          high reliability).
        - REG_TRANS_LOW_LAT_HIGH_BW: Indicates that the QoS Service Type is
          Sdd_RegularTranLowLatencyHighBW (i.e., regular transmission with low latency and high
          bandwidth).
        - REG_TRANS_LOW_LAT: Indicates that the QoS Service Type is Sdd_RegularTranLowLatency
          (i.e., regular transmission with low latency).


# Data types describing alternative data types or combinations of data types:
#