Commit 09a89485 authored by bradburyr's avatar bradburyr
Browse files

Replaced enforcementBitRate with simple Boolean property qosEnforcement.

parent 52b374a2
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -247,6 +247,7 @@ components:
        - provisioningSessionId
        - policyTemplateId
        - serviceDataFlowDescriptions
        - qosEnforcement
      properties:
        dynamicPolicyId:
          readOnly: true
@@ -260,11 +261,11 @@ components:
          type: array
          items: 
            $ref: 'TS26510_CommonData.yaml#/components/schemas/ServiceDataFlowDescription'
          minItems: 1
        mediaType:
          $ref: 'TS29514_Npcf_PolicyAuthorization.yaml#/components/schemas/MediaType'
        qosSpecification:
          $ref: 'TS26510_CommonData.yaml#/components/schemas/M5QoSSpecification'
        enforcementBitRate:
        qosEnforcement:
          readOnly: true
          allOf:
            - $ref: 'TS29571_CommonData.yaml#/components/schemas/BitRate'
          type: boolean