#include <wds.h>
|
uint8_t | traffic_class |
|
uint32_t | max_uplink_bitrate |
|
uint32_t | max_downlink_bitrate |
|
uint32_t | guaranteed_uplink_bitrate |
|
uint32_t | guaranteed_downlink_bitrate |
|
uint8_t | qos_delivery_order |
|
uint32_t | max_sdu_size |
|
uint8_t | sdu_error_ratio |
|
uint8_t | residual_bit_error_ratio |
|
uint8_t | delivery_erroneous_SDUs |
|
uint32_t | transfer_delay |
|
uint32_t | traffic_handling_priority |
|
This structure contains the UMTS Requested QoS TLV=0x17 and 0x18 of Get Default Settings response parameters.
- Parameters
-
pTraffic_class |
- Traffic class
- Values:
- WDS_TRAFFIC_CLASS_SUBSCRIBED (0x00) - Subscribed
- WDS_TRAFFIC_CLASS_CONVERSATIONAL (0x01) - Conversational
- WDS_TRAFFIC_CLASS_STREAMING (0x02) - Streaming
- WDS_TRAFFIC_CLASS_INTERACTIVE (0x03) - Interactive
- WDS_TRAFFIC_CLASS_BACKGROUND (0x04) - Background
|
max_uplink_bitrate |
- Maximum uplink bitrate in bits per second.
|
max_downlink_bitrate |
- Maximum downlink bitrate in bits per second.
|
guaranteed_uplink_bitrate |
- Guaranteed uplink bitrate in bits per second.
|
guaranteed_downlink_bitrate |
- Guaranteed downlink bitrate in bits per second.
|
qos_delivery_order |
- Values:
- WDS_QOS_DELIVERY_ORDER_SUBSCRIBE (0x00) - Subscribe
- WDS_QOS_DELIVERY_ORDER_ON (0x01) - Delivery order on
- WDS_QOS_DELIVERY_ORDER_OFF (0x02) - Delivery order off
|
max_sdu_size |
|
sdu_error_ratio |
- Target value for the fraction of SDUs lost or detected as erroneous.
- Values:
- 0 - Subscribe
- 1 - 1x10 2
- 2 - 7x10 3
- 3 - 1x10 3
- 4 - 1x10 4
- 5 - 1x10 5
- 6 - 1x10 6
- 7 - 1x10 1
|
residual_bit_error_ratio |
- Target value for the undetected bit error ratio in the delivered SDUs.
- Values:
- 0 - Subscribe
- 1 - 5x10 2
- 2 - 1x10 2
- 3 - 5x10 3
- 4 - 4x10 3
- 5 - 1x10 3
- 6 - 1x10 4
- 7 - 1x10 5
- 8 - 1x10 6
- 9 - 6x10 8
|
delivery_erroneous_SDUs |
- Delivery of erroneous SDUs. Indicates whether SDUs detected as erroneous are delivered.
- Values:
- WDS_DELIVERY_ERRONEOUS_SDUS_SUBSCRIBE (0x00) - Subscribe
- WDS_DELIVERY_ERRONEOUS_SDUS_NO_DETECTION (0x01) - No detection
- WDS_DELIVERY_ERRONEOUS_SDUS_YES (0x02) - Erroneous SDU is delivered
- WDS_DELIVERY_ERRONEOUS_SDUS_NO (0x03) - Erroneous SDU is not delivered
|
transfer_delay |
- Transfer delay. Indicates the targeted time between a request to transfer an SDU at one SAP to its delivery at the other SAP, in milliseconds; if the parameter is set to 0, the subscribed value is requested.
|
traffic_handling_priority |
- Traffic handling priority. Specifies the relative importance for handling of SDUs that belong to the UMTS bearer, compared to the SDUs of other bearers. If the parameter is set to 0, the subscribed value is requested.
|
The documentation for this struct was generated from the following file: