Loading TS26510_CommonData.yaml +0 −46 Original line number Diff line number Diff line Loading @@ -201,52 +201,6 @@ components: appRequest: type: boolean NetworkAssistanceInvocation: description: Common properties of a single Network Assistance invocation. type: object properties: policyTemplateId: $ref: '#/components/schemas/ResourceId' serviceDataFlowDescriptions: type: array minItems: 1 items: $ref: '#/components/schemas/ServiceDataFlowDescription' requestedQoS: $ref: '#/components/schemas/UnidirectionalQoSSpecification' # The network QoS parameters (if any) requested by the Media Session Handler. recommendedQoS: type: object description: The network QoS parameters (if any) recommended to the Media Session Handler. required: - maximumBitRate - minimumBitRate properties: maximumBitRate: $ref: 'TS29571_CommonData.yaml#/components/schemas/BitRate' minimumBitRate: $ref: 'TS29571_CommonData.yaml#/components/schemas/BitRate' UnidirectionalQoSSpecification: type: object description: A specification for network Quality of Service in either the downlink or uplink direction. required: - maximumRequestedBitRate - minimumRequestedBitRate properties: maximumRequestedBitRate: $ref: 'TS29571_CommonData.yaml#/components/schemas/BitRate' minimumDesiredBitRate: $ref: 'TS29571_CommonData.yaml#/components/schemas/BitRate' minimumRequestedBitRate: $ref: 'TS29571_CommonData.yaml#/components/schemas/BitRate' desiredPacketLatency: type: integer minimum: 0 desiredPacketLossRate: type: integer minimum: 0 ##################################### # Clause 6.4.4: Enumerated data types ##################################### Loading Loading
TS26510_CommonData.yaml +0 −46 Original line number Diff line number Diff line Loading @@ -201,52 +201,6 @@ components: appRequest: type: boolean NetworkAssistanceInvocation: description: Common properties of a single Network Assistance invocation. type: object properties: policyTemplateId: $ref: '#/components/schemas/ResourceId' serviceDataFlowDescriptions: type: array minItems: 1 items: $ref: '#/components/schemas/ServiceDataFlowDescription' requestedQoS: $ref: '#/components/schemas/UnidirectionalQoSSpecification' # The network QoS parameters (if any) requested by the Media Session Handler. recommendedQoS: type: object description: The network QoS parameters (if any) recommended to the Media Session Handler. required: - maximumBitRate - minimumBitRate properties: maximumBitRate: $ref: 'TS29571_CommonData.yaml#/components/schemas/BitRate' minimumBitRate: $ref: 'TS29571_CommonData.yaml#/components/schemas/BitRate' UnidirectionalQoSSpecification: type: object description: A specification for network Quality of Service in either the downlink or uplink direction. required: - maximumRequestedBitRate - minimumRequestedBitRate properties: maximumRequestedBitRate: $ref: 'TS29571_CommonData.yaml#/components/schemas/BitRate' minimumDesiredBitRate: $ref: 'TS29571_CommonData.yaml#/components/schemas/BitRate' minimumRequestedBitRate: $ref: 'TS29571_CommonData.yaml#/components/schemas/BitRate' desiredPacketLatency: type: integer minimum: 0 desiredPacketLossRate: type: integer minimum: 0 ##################################### # Clause 6.4.4: Enumerated data types ##################################### Loading