Commit cb926fe5 authored by bradburyr's avatar bradburyr
Browse files

Replaced integer with Uinteger or Uint32 from TS29571_CommonData.yaml.

parent d37235b1
Loading
Loading
Loading
Loading
+6 −12
Original line number Diff line number Diff line
@@ -105,11 +105,9 @@ components:
        mirBwUlBitRate:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/BitRate'
        desLatency:
          type: integer
          minimum: 0
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Uinteger'
        desLoss:
          type: integer
          minimum: 0
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Uinteger'

    M1QoSSpecification:
      type: object
@@ -125,11 +123,9 @@ components:
        maxAuthBtrDl:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/BitRate'
        defPacketLossRateDl:
          type: integer
          minimum: 0
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Uinteger'
        defPacketLossRateUl:
          type: integer
          minimum: 0
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Uinteger'

    ChargingSpecification:
      type: object
@@ -215,11 +211,9 @@ components:
        minimumRequestedBitRate:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/BitRate'
        desiredPacketLatency:
          type: integer
          minimum: 0
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Uinteger'
        desiredPacketLossRate:
          type: integer
          minimum: 0
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Uinteger'

    #####################################
    # Clause 6.4.4: Enumerated data types
+1 −1
Original line number Diff line number Diff line
@@ -181,4 +181,4 @@ components:
        enforcementMethod:
          type: string
        enforcementBitRate:
          type: integer
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Uinteger'
+1 −1
Original line number Diff line number Diff line
@@ -47,4 +47,4 @@ components:
        enforcementMethod:
          type: string
        enforcementBitRate:
          type: integer
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Uinteger'
+3 −2
Original line number Diff line number Diff line
@@ -237,11 +237,12 @@ components:
              type: array
              items:
                type: integer
                minimum: 100
                maximum: 599
            noCache:
              type: boolean
            maxAge:
              type: integer
              format: int32
              $ref: 'TS29571_CommonData.yaml#/components/schemas/Uint32'

    DistributionConfiguration:
      type: object