Top |
GEnum ├── QmiWdsAttachPdnListAction ├── QmiWdsAutoconnectSetting ├── QmiWdsAutoconnectSettingRoaming ├── QmiWdsCallEndReason ├── QmiWdsCallType ├── QmiWdsClientType ├── QmiWdsConnectionStatus ├── QmiWdsDataBearerTechnology ├── QmiWdsDataCallStatus ├── QmiWdsDataCallType ├── QmiWdsDataSystem ├── QmiWdsDataSystemNetworkType ├── QmiWdsDeliveryOrder ├── QmiWdsDormancyStatus ├── QmiWdsDsProfileError ├── QmiWdsExtendedTechnologyPreference ├── QmiWdsIpFamily ├── QmiWdsIpSupportType ├── QmiWdsNetworkType ├── QmiWdsPdpDataCompressionType ├── QmiWdsPdpHeaderCompressionType ├── QmiWdsPdpType ├── QmiWdsProfileChangeEvent ├── QmiWdsProfileFamily ├── QmiWdsProfileType ├── QmiWdsQosClassIdentifier ├── QmiWdsRadioAccessTechnology ├── QmiWdsSduErroneousDelivery ├── QmiWdsSduErrorRatio ├── QmiWdsSduResidualBitErrorRatio ├── QmiWdsTetheredCallType ├── QmiWdsTrafficClass ├── QmiWdsVerboseCallEndReason3gpp ├── QmiWdsVerboseCallEndReasonCm ├── QmiWdsVerboseCallEndReasonEhrpd ├── QmiWdsVerboseCallEndReasonInternal ├── QmiWdsVerboseCallEndReasonIpv6 ├── QmiWdsVerboseCallEndReasonMip ├── QmiWdsVerboseCallEndReasonPpp ╰── QmiWdsVerboseCallEndReasonType GFlags ├── QmiWdsAuthentication ├── QmiWdsExtendedDataBearerTechnology3gpp ├── QmiWdsExtendedDataBearerTechnology3gpp2 ├── QmiWdsPacketStatisticsMaskFlag ├── QmiWdsRat3gpp ├── QmiWdsRat3gpp2 ├── QmiWdsRequestedSettings ├── QmiWdsSetEventReportTransferStatistics ├── QmiWdsSoCdma1x ├── QmiWdsSoEvdoRev0 ├── QmiWdsSoEvdoRevA ├── QmiWdsSoEvdoRevB ╰── QmiWdsTechnologyPreference
const gchar *
qmi_wds_ip_family_get_string (QmiWdsIpFamily val
);
Gets the nickname string for the QmiWdsIpFamily specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.0
const gchar *
qmi_wds_profile_family_get_string (QmiWdsProfileFamily val
);
Gets the nickname string for the QmiWdsProfileFamily specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.22
gchar *
qmi_wds_technology_preference_build_string_from_mask
(QmiWdsTechnologyPreference mask
);
Builds a string containing a comma-separated list of nicknames for
each QmiWdsTechnologyPreference in mask
.
a string with the list of nicknames, or NULL
if none given. The returned value should be freed with g_free()
.
[transfer full]
Since: 1.0
const gchar *
qmi_wds_extended_technology_preference_get_string
(QmiWdsExtendedTechnologyPreference val
);
Gets the nickname string for the QmiWdsExtendedTechnologyPreference specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.0
const gchar *
qmi_wds_call_type_get_string (QmiWdsCallType val
);
Gets the nickname string for the QmiWdsCallType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.0
const gchar *
qmi_wds_call_end_reason_get_string (QmiWdsCallEndReason val
);
Gets the nickname string for the QmiWdsCallEndReason specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.0
const gchar * qmi_wds_verbose_call_end_reason_get_string (QmiWdsVerboseCallEndReasonType type
,gint16 reason
);
Get verbose call end reason based on the reason type.
a string with the reason, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.0
const gchar *
qmi_wds_verbose_call_end_reason_type_get_string
(QmiWdsVerboseCallEndReasonType val
);
Gets the nickname string for the QmiWdsVerboseCallEndReasonType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.0
const gchar *
qmi_wds_verbose_call_end_reason_mip_get_string
(QmiWdsVerboseCallEndReasonMip val
);
Gets the nickname string for the QmiWdsVerboseCallEndReasonMip specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.0
const gchar *
qmi_wds_verbose_call_end_reason_internal_get_string
(QmiWdsVerboseCallEndReasonInternal val
);
Gets the nickname string for the QmiWdsVerboseCallEndReasonInternal specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.0
const gchar *
qmi_wds_verbose_call_end_reason_cm_get_string
(QmiWdsVerboseCallEndReasonCm val
);
Gets the nickname string for the QmiWdsVerboseCallEndReasonCm specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.0
const gchar *
qmi_wds_verbose_call_end_reason_3gpp_get_string
(QmiWdsVerboseCallEndReason3gpp val
);
Gets the nickname string for the QmiWdsVerboseCallEndReason3gpp specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.0
const gchar *
qmi_wds_verbose_call_end_reason_ppp_get_string
(QmiWdsVerboseCallEndReasonPpp val
);
Gets the nickname string for the QmiWdsVerboseCallEndReasonPpp specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.0
const gchar *
qmi_wds_verbose_call_end_reason_ehrpd_get_string
(QmiWdsVerboseCallEndReasonEhrpd val
);
Gets the nickname string for the QmiWdsVerboseCallEndReasonEhrpd specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.0
const gchar *
qmi_wds_verbose_call_end_reason_ipv6_get_string
(QmiWdsVerboseCallEndReasonIpv6 val
);
Gets the nickname string for the QmiWdsVerboseCallEndReasonIpv6 specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.0
const gchar *
qmi_wds_connection_status_get_string (QmiWdsConnectionStatus val
);
Gets the nickname string for the QmiWdsConnectionStatus specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.0
const gchar *
qmi_wds_data_bearer_technology_get_string
(QmiWdsDataBearerTechnology val
);
Gets the nickname string for the QmiWdsDataBearerTechnology specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.0
const gchar *
qmi_wds_network_type_get_string (QmiWdsNetworkType val
);
Gets the nickname string for the QmiWdsNetworkType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.0
const gchar *
qmi_wds_data_system_network_type_get_string
(QmiWdsDataSystemNetworkType val
);
Gets the nickname string for the QmiWdsDataSystemNetworkType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.14
gchar *
qmi_wds_rat_3gpp2_build_string_from_mask
(QmiWdsRat3gpp2 mask
);
Builds a string containing a comma-separated list of nicknames for
each QmiWdsRat3gpp2 in mask
.
a string with the list of nicknames, or NULL
if none given. The returned value should be freed with g_free()
.
[transfer full]
Since: 1.0
gchar *
qmi_wds_rat_3gpp_build_string_from_mask
(QmiWdsRat3gpp mask
);
Builds a string containing a comma-separated list of nicknames for
each QmiWdsRat3gpp in mask
.
a string with the list of nicknames, or NULL
if none given. The returned value should be freed with g_free()
.
[transfer full]
Since: 1.0
gchar *
qmi_wds_so_cdma1x_build_string_from_mask
(QmiWdsSoCdma1x mask
);
Builds a string containing a comma-separated list of nicknames for
each QmiWdsSoCdma1x in mask
.
a string with the list of nicknames, or NULL
if none given. The returned value should be freed with g_free()
.
[transfer full]
Since: 1.0
gchar *
qmi_wds_so_evdo_reva_build_string_from_mask
(QmiWdsSoEvdoRevA mask
);
Builds a string containing a comma-separated list of nicknames for
each QmiWdsSoEvdoRevA in mask
.
a string with the list of nicknames, or NULL
if none given. The returned value should be freed with g_free()
.
[transfer full]
Since: 1.0
gchar *
qmi_wds_requested_settings_build_string_from_mask
(QmiWdsRequestedSettings mask
);
Builds a string containing a comma-separated list of nicknames for
each QmiWdsRequestedSettings in mask
.
a string with the list of nicknames, or NULL
if none given. The returned value should be freed with g_free()
.
[transfer full]
Since: 1.32
const gchar *
qmi_wds_pdp_type_get_string (QmiWdsPdpType val
);
Gets the nickname string for the QmiWdsPdpType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.0
const gchar *
qmi_wds_pdp_header_compression_type_get_string
(QmiWdsPdpHeaderCompressionType val
);
Gets the nickname string for the QmiWdsPdpHeaderCompressionType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.18
const gchar *
qmi_wds_pdp_data_compression_type_get_string
(QmiWdsPdpDataCompressionType val
);
Gets the nickname string for the QmiWdsPdpDataCompressionType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.18
const gchar *
qmi_wds_qos_class_identifier_get_string
(QmiWdsQosClassIdentifier val
);
Gets the nickname string for the QmiWdsQosClassIdentifier specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.18
const gchar *
qmi_wds_traffic_class_get_string (QmiWdsTrafficClass val
);
Gets the nickname string for the QmiWdsTrafficClass specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.0
gchar *
qmi_wds_authentication_build_string_from_mask
(QmiWdsAuthentication mask
);
Builds a string containing a comma-separated list of nicknames for
each QmiWdsAuthentication in mask
.
a string with the list of nicknames, or NULL
if none given. The returned value should be freed with g_free()
.
[transfer full]
Since: 1.0
const gchar *
qmi_wds_profile_type_get_string (QmiWdsProfileType val
);
Gets the nickname string for the QmiWdsProfileType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.0
const gchar *
qmi_wds_delivery_order_get_string (QmiWdsDeliveryOrder val
);
Gets the nickname string for the QmiWdsDeliveryOrder specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.14
const gchar *
qmi_wds_sdu_error_ratio_get_string (QmiWdsSduErrorRatio val
);
Gets the nickname string for the QmiWdsSduErrorRatio specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.14
const gchar *
qmi_wds_sdu_residual_bit_error_ratio_get_string
(QmiWdsSduResidualBitErrorRatio val
);
Gets the nickname string for the QmiWdsSduResidualBitErrorRatio specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.14
const gchar *
qmi_wds_sdu_erroneous_delivery_get_string
(QmiWdsSduErroneousDelivery val
);
Gets the nickname string for the QmiWdsSduErroneousDelivery specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.14
gchar *
qmi_wds_packet_statistics_mask_flag_build_string_from_mask
(QmiWdsPacketStatisticsMaskFlag mask
);
Builds a string containing a comma-separated list of nicknames for
each QmiWdsPacketStatisticsMaskFlag in mask
.
a string with the list of nicknames, or NULL
if none given. The returned value should be freed with g_free()
.
[transfer full]
Since: 1.6
const gchar *
qmi_wds_ds_profile_error_get_string (QmiWdsDsProfileError val
);
Gets the nickname string for the QmiWdsDsProfileError specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.8
const gchar *
qmi_wds_autoconnect_setting_get_string
(QmiWdsAutoconnectSetting val
);
Gets the nickname string for the QmiWdsAutoconnectSetting specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.14
const gchar *
qmi_wds_autoconnect_setting_roaming_get_string
(QmiWdsAutoconnectSettingRoaming val
);
Gets the nickname string for the QmiWdsAutoconnectSettingRoaming specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.14
const gchar *
qmi_wds_data_call_status_get_string (QmiWdsDataCallStatus val
);
Gets the nickname string for the QmiWdsDataCallStatus specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.18
const gchar *
qmi_wds_data_call_type_get_string (QmiWdsDataCallType val
);
Gets the nickname string for the QmiWdsDataCallType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.18
const gchar *
qmi_wds_data_system_get_string (QmiWdsDataSystem val
);
Gets the nickname string for the QmiWdsDataSystem specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.18
const gchar *
qmi_wds_dormancy_status_get_string (QmiWdsDormancyStatus val
);
Gets the nickname string for the QmiWdsDormancyStatus specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.18
gchar *
qmi_wds_extended_data_bearer_technology_3gpp2_build_string_from_mask
(QmiWdsExtendedDataBearerTechnology3gpp2 mask
);
Builds a string containing a comma-separated list of nicknames for
each QmiWdsExtendedDataBearerTechnology3gpp2 in mask
.
a string with the list of nicknames, or NULL
if none given. The returned value should be freed with g_free()
.
[transfer full]
Since: 1.18
gchar *
qmi_wds_extended_data_bearer_technology_3gpp_build_string_from_mask
(QmiWdsExtendedDataBearerTechnology3gpp mask
);
Builds a string containing a comma-separated list of nicknames for
each QmiWdsExtendedDataBearerTechnology3gpp in mask
.
a string with the list of nicknames, or NULL
if none given. The returned value should be freed with g_free()
.
[transfer full]
Since: 1.18
const gchar *
qmi_wds_radio_access_technology_get_string
(QmiWdsRadioAccessTechnology val
);
Gets the nickname string for the QmiWdsRadioAccessTechnology specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.18
gchar *
qmi_wds_set_event_report_transfer_statistics_build_string_from_mask
(QmiWdsSetEventReportTransferStatistics mask
);
Builds a string containing a comma-separated list of nicknames for
each QmiWdsSetEventReportTransferStatistics in mask
.
a string with the list of nicknames, or NULL
if none given. The returned value should be freed with g_free()
.
[transfer full]
Since: 1.18
gchar *
qmi_wds_so_evdo_rev0_build_string_from_mask
(QmiWdsSoEvdoRev0 mask
);
Builds a string containing a comma-separated list of nicknames for
each QmiWdsSoEvdoRev0 in mask
.
a string with the list of nicknames, or NULL
if none given. The returned value should be freed with g_free()
.
[transfer full]
Since: 1.18
gchar *
qmi_wds_so_evdo_revb_build_string_from_mask
(QmiWdsSoEvdoRevB mask
);
Builds a string containing a comma-separated list of nicknames for
each QmiWdsSoEvdoRevB in mask
.
a string with the list of nicknames, or NULL
if none given. The returned value should be freed with g_free()
.
[transfer full]
Since: 1.18
const gchar *
qmi_wds_tethered_call_type_get_string (QmiWdsTetheredCallType val
);
Gets the nickname string for the QmiWdsTetheredCallType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.18
const gchar *
qmi_wds_attach_pdn_list_action_get_string
(QmiWdsAttachPdnListAction val
);
Gets the nickname string for the QmiWdsAttachPdnListAction specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.28
const gchar *
qmi_wds_client_type_get_string (QmiWdsClientType val
);
Gets the nickname string for the QmiWdsClientType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.18
const gchar *
qmi_wds_ip_support_type_get_string (QmiWdsIpSupportType val
);
Gets the nickname string for the QmiWdsIpSupportType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.28
gchar *
qmi_wds_apn_type_mask_build_string_from_mask
(QmiWdsApnTypeMask mask
);
Builds a string containing a comma-separated list of nicknames for
each QmiWdsApnTypeMask in mask
.
a string with the list of nicknames, or NULL
if none given. The returned value should be freed with g_free()
.
[transfer full]
Since: 1.30
const gchar *
qmi_wds_profile_change_event_get_string
(QmiWdsProfileChangeEvent val
);
Gets the nickname string for the QmiWdsProfileChangeEvent specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.34
Type of network allowed when trying to connect.
Since: 1.0
Reason for ending the call.
Since: 1.0
Type of verbose call end reason.
Since: 1.0
Mobile IP specific call end reasons, given when the QmiWdsVerboseCallEndReasonType
is QMI_WDS_VERBOSE_CALL_END_REASON_TYPE_MIP.
Since: 1.0
Internal call end reasons, given when the QmiWdsVerboseCallEndReasonType
is QMI_WDS_VERBOSE_CALL_END_REASON_TYPE_INTERNAL.
Since: 1.0
Call manager specific call end reasons, given when the QmiWdsVerboseCallEndReasonType
is QMI_WDS_VERBOSE_CALL_END_REASON_TYPE_CM.
Since: 1.0
3GPP-specific call end reasons, given when the QmiWdsVerboseCallEndReasonType
is QMI_WDS_VERBOSE_CALL_END_REASON_TYPE_3GPP.
Since: 1.0
PPP-specific call end reasons, given when the QmiWdsVerboseCallEndReasonType
is QMI_WDS_VERBOSE_CALL_END_REASON_TYPE_PPP.
Unknown error. |
||
Timeout. |
||
Authentication failure. |
||
Option mismatch. |
||
PAP failure. |
||
CHAP failure. |
||
Close in progress. Since 1.24.10. |
Since: 1.0
eHRPD-specific call end reasons, given when the QmiWdsVerboseCallEndReasonType
is QMI_WDS_VERBOSE_CALL_END_REASON_TYPE_EHRPD.
Since: 1.0
IPv6-specific call end reasons, given when the QmiWdsVerboseCallEndReasonType
is QMI_WDS_VERBOSE_CALL_END_REASON_TYPE_IPV6.
Since: 1.0
Status of the network connection.
Unknown status. |
||
Network is disconnected |
||
Network is connected. |
||
Network connection is suspended. |
||
Network authentication is ongoing. |
Since: 1.0
Data bearer technology.
Unknown. |
||
CDMA2000 1x. |
||
CDMA2000 HRPD 1xEVDO. |
||
GSM. |
||
UMTS. |
||
CDMA2000 HRPD 1xEVDO RevA. |
||
EDGE. |
||
HSDPA and WCDMA. |
||
WCDMA and HSUPA. |
||
HSDPA and HSUPA. |
||
LTE. |
||
CDMA2000 eHRPD. |
||
HSDPA+ and WCDMA. |
||
HSDPA+ and HSUPA. |
||
DC-HSDPA+ and WCDMA. |
||
DC-HSDPA+ and HSUPA. |
||
HSDPA+ with 64QAM. Since: 1.18. |
||
HSDPA+ with 64QAM and HSUPA. Since: 1.18. |
||
TD-SCDMA. Since: 1.18. |
||
TD-SCDMA and HSDPA. Since: 1.18. |
||
TD-SCDMA and HSUPA. Since: 1.18. |
Since: 1.0
Flags specifying the 3GPP2-specific Radio Access Technology, when the data
bearer network type is QMI_WDS_NETWORK_TYPE_3GPP2
.
Unknown, to be ignored. |
||
CDMA 1x. |
||
EVDO Rev0. |
||
EVDO RevA. |
||
EVDO RevB. |
||
eHRPD. Since: 1.18. |
||
FMC. Since: 1.18. |
||
No bearer. |
Since: 1.0
Flags specifying the 3GPP-specific Radio Access Technology, when the data
bearer network type is QMI_WDS_NETWORK_TYPE_3GPP
.
Unknown, to be ignored. |
||
WCDMA. |
||
GPRS. |
||
HSDPA. |
||
HSUPA. |
||
EDGE. |
||
LTE. |
||
HSDPA+. |
||
DC-HSDPA+. |
||
64QAM. Since: 1.18. |
||
TD-SCDMA. Since: 1.18. |
||
No bearer. |
Since: 1.0
Flags specifying the Service Option when the bearer network type is
QMI_WDS_NETWORK_TYPE_3GPP2
and when the Radio Access Technology mask
contains QMI_WDS_RAT_3GPP2_CDMA1X
.
Since: 1.0
Flags specifying the Service Option when the bearer network type is
QMI_WDS_NETWORK_TYPE_3GPP2
and when the Radio Access Technology mask
contains QMI_WDS_RAT_3GPP2_EVDO_REVA
.
Since: 1.0
Flags specifying requested WDS settings.
no settings. |
||
profile ID. |
||
profile name. |
||
PDP context type. |
||
APN name. |
||
DNS server addresses. |
||
granted QoS. |
||
username. |
||
authentication protocol, ie PAP/CHAP/none. |
||
IP address. |
||
gateway address. |
||
PCSCF address. |
||
PCSCF server address list. |
||
PCSCF domain name list. |
||
MTU. |
||
domain name list. |
||
IP family, ie IPv4 or IPv6. |
||
IMCN flag. |
||
extended technology info. |
||
operator reserved protocol configuration option. |
Since: 1.32
QoS Class Identifier.
network assigned |
||
guaranteed bitrate 1 |
||
guaranteed bitrate 2 |
||
guaranteed bitrate 3 |
||
guaranteed bitrate 4 |
||
non-guaranteed bitrate 5 |
||
non-guaranteed bitrate 6 |
||
non-guaranteed bitrate 7 |
||
non-guaranteed bitrate 8 |
Since: 1.18
QoS Traffic Classes.
default class, best-effort |
||
two-way video/voice, most delay sensitive |
||
one-way video/audio, delay sensitive |
||
delay-sensitive, e.g. browsing, SSH. |
||
delay-insensitive, e.g. downloads, email. |
Since: 1.0
Target value for the fraction of SDUs lost or detected as erroneous.
Since: 1.14
Target value for the undetected bit error ratio in the delivered SDUs.
Since: 1.14
Whether SDUs detected as erroneous are delivered or not.
Since: 1.14
Mask to use when requesting packet statistics.
Request count of correctly sent packets. |
||
Request count of correctly received packets. |
||
Request count of sent packets with error. |
||
Request count of received packets with error. |
||
Request count of transmitter overflows. |
||
Request count of receiver overflows. |
||
Request count of correctly sent bytes. |
||
Request count of correctly received bytes. |
||
Request count of dropped packets in transmission. |
||
Request count of dropped packets in reception. |
Since: 1.6
Extended DS profile errors.
Unknown DS profile error. |
||
General failure. |
||
Invalid handle. |
||
Invalid operation. |
||
Invalid profile type. |
||
Invalid profile number. |
||
Invalid profile identifier. |
||
Invalid argument. |
||
Registry not initialized. |
||
Invalid parameter length. |
||
List end, profile not found. |
||
Invalid subscription identifier. |
||
Invalid profile family. |
||
Invalid 3GPP profile family. |
||
Error accessing 3GPP profiles. |
||
3GPP profile doesn't have a valid context. |
||
3GPP profile doesn't have valid flag set. |
||
3GPP profile has read-only flag set. |
||
Out of 3GPP profiles. |
||
Invalid 3GPP2 profile identifier. |
Since: 1.8
Status of the autoconnect setting while roaming.
Since: 1.14
3GPP extended data bearer technologies.
Since: 1.18
3GPP2 extended data bearer technologies.
Since: 1.18
Radio access technology.
null bearer |
||
WCDMA. |
||
GERAN. |
||
LTE. |
||
TD-SDCMA. |
||
3GPP WLAN. |
||
3GPP maximum. |
||
CDMA 1x. |
||
CDMA EVDO, HRPD. |
||
CDMA EVDO with eHRPD. |
||
3GPP2 WLAN. |
||
3GPP2 maximum. |
Since: 1.18
Flags indicating which WDS Set Event Report Transfer Statistics indicators should be emitted.
Since: 1.18
Flags specifying the Service Option when the bearer network type is
QMI_WDS_NETWORK_TYPE_3GPP2
and when the Radio Access Technology mask
contains QMI_WDS_RAT_3GPP2_EVDO_REV0
.
Since: 1.18
Flags specifying the Service Option when the bearer network type is
QMI_WDS_NETWORK_TYPE_3GPP2
and when the Radio Access Technology mask
contains QMI_WDS_RAT_3GPP2_EVDO_REVB
.
Since: 1.18
APN type as a bitmask.
Default/Internet traffic. |
||
IP Multimedia Subsystem. |
||
Multimedia Messaging Service. |
||
over the air administration. |
||
Initial Attach. |
||
Emergency. |
Since: 1.30
#define QMI_WDS_RATE_UNAVAILABLE 0xFFFFFFFF
The TX/RX rate information is unavailable or cannot be measured.
Since: 1.22.4