Commit e5fb997d authored by wangrro's avatar wangrro
Browse files

Update TS29175_Nimsas_SessionEventControl.yaml after CT4#125

parent 68ab0a27
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
@@ -211,6 +211,31 @@ components:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/BdcUsedBy'
        appBindingInfo:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/AppBindingInfo'
        qosHintInfo:
          $ref: '#/components/schemas/QosHintInfo'

    QosHintInfo:
      description: The QoS hint information used for the media.
      type: object
      properties:
        loss:
          description: the maximum desirable end-to-end transport level packet loss rate
          type: number
          format: zero-based-integer or non-zero-real
        localLoss:
          description: the maximum desirable end-to-end transport level packet loss rate applied across the local link
          type: number
          format: zero-based-integer or non-zero-real
        latency:
          description: the maximum desirable end-to-end transport level packet latency
          type: number
          format: zero-based-integer or non-zero-real
        localLatency:
          description: the maximum desirable end-to-end transport level packet latency applied across the local link
          type: number
          format: zero-based-integer or non-zero-real



# ENUMS

@@ -224,9 +249,11 @@ components:
            - SESSION_ESTABLISHMENT_ALERTING
            - SESSION_ESTABLISHMENT_SUCCESS
            - SESSION_ESTABLISHMENT_FAILURE
            - SESSION_ESTABLISHMENT_CANCEL
            - MEDIA_CHANGE_REQUEST
            - MEDIA_CHANGE_SUCCESS
            - MEDIA_CHANGE_FAILURE
            - MEDIA_CHANGE_CANCEL
            - SESSION_TERMINATION
        - type: string
          description: >
@@ -269,3 +296,4 @@ components:
          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.