Commit 788f5c49 authored by kolanp's avatar kolanp
Browse files

WT3a: Changes to support multi-access media delivery (26.512-CR0087)

parent 5df2309e
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -257,6 +257,20 @@ components:
          items:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/Uint16'

    EndpointAddressWithOptionalPort:
      type: object
      required:
        - domainName
      properties:
        domainName:
          type: string
          minLength: 1
        portNumbers:
          type: array
          minItems: 1
          items:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/Uint16'

    UnidirectionalQosSpecification:
      type: object
      description: A specification for network Quality of Service in either the downlink or uplink direction.