diff options
author | Dan Williams <dcbw@redhat.com> | 2016-09-30 15:15:17 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2016-10-06 10:12:04 -0500 |
commit | d13c26c07d42f38937664e56de8582f04280357a (patch) | |
tree | 379f8a8a9ef52a392ea432de62999ec8f9457e1a /docs | |
parent | 7de80b7cf71a211fef816ada777349180b5371c3 (diff) | |
download | external_libqmi-d13c26c07d42f38937664e56de8582f04280357a.zip external_libqmi-d13c26c07d42f38937664e56de8582f04280357a.tar.gz external_libqmi-d13c26c07d42f38937664e56de8582f04280357a.tar.bz2 |
wds: add more TLVs and ModifyProfile/DeleteProfile requests
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/libqmi-glib/libqmi-glib-common.sections | 5 | ||||
-rw-r--r-- | docs/reference/libqmi-glib/libqmi-glib-docs.xml | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/docs/reference/libqmi-glib/libqmi-glib-common.sections b/docs/reference/libqmi-glib/libqmi-glib-common.sections index a153821..053bd66 100644 --- a/docs/reference/libqmi-glib/libqmi-glib-common.sections +++ b/docs/reference/libqmi-glib/libqmi-glib-common.sections @@ -451,6 +451,7 @@ QmiWdsGetCurrentSettingsRequestedSettings QmiWdsPdpType QmiWdsPdpHeaderCompressionType QmiWdsPdpDataCompressionType +QmiWdsQosClassIdentifier QmiWdsTrafficClass QmiWdsAuthentication QmiWdsProfileType @@ -500,6 +501,7 @@ qmi_wds_get_current_settings_requested_settings_get_string qmi_wds_pdp_type_get_string qmi_wds_pdp_header_compression_type_get_string qmi_wds_pdp_data_compression_type_get_string +qmi_wds_qos_class_identifier_get_string qmi_wds_traffic_class_get_string qmi_wds_authentication_build_string_from_mask qmi_wds_profile_type_get_string @@ -548,6 +550,7 @@ qmi_wds_get_current_settings_requested_settings_build_string_from_mask qmi_wds_pdp_type_build_string_from_mask qmi_wds_pdp_header_compression_type_build_string_from_mask qmi_wds_pdp_data_compression_type_build_string_from_mask +qmi_wds_qos_class_identifier_build_string_from_mask qmi_wds_traffic_class_build_string_from_mask qmi_wds_delivery_order_build_string_from_mask qmi_wds_sdu_error_ratio_build_string_from_mask @@ -586,6 +589,7 @@ QMI_TYPE_WDS_DATA_SYSTEM_NETWORK_TYPE QMI_TYPE_WDS_PDP_TYPE QMI_TYPE_WDS_PDP_HEADER_COMPRESSION_TYPE QMI_TYPE_WDS_PDP_DATA_COMPRESSION_TYPE +QMI_TYPE_WDS_QOS_CLASS_IDENTIFIER QMI_TYPE_WDS_PROFILE_TYPE QMI_TYPE_WDS_RAT_3GPP QMI_TYPE_WDS_RAT_3GPP2 @@ -633,6 +637,7 @@ qmi_wds_data_system_network_type_get_type qmi_wds_pdp_type_get_type qmi_wds_pdp_header_compression_type_get_type qmi_wds_pdp_data_compression_type_get_type +qmi_wds_qos_class_identifier_get_type qmi_wds_profile_type_get_type qmi_wds_rat_3gpp2_get_type qmi_wds_rat_3gpp_get_type diff --git a/docs/reference/libqmi-glib/libqmi-glib-docs.xml b/docs/reference/libqmi-glib/libqmi-glib-docs.xml index 57d7c43..817048d 100644 --- a/docs/reference/libqmi-glib/libqmi-glib-docs.xml +++ b/docs/reference/libqmi-glib/libqmi-glib-docs.xml @@ -175,6 +175,8 @@ <xi:include href="xml/qmi-message-wds-go-dormant.xml"/> <xi:include href="xml/qmi-message-wds-go-active.xml"/> <xi:include href="xml/qmi-message-wds-create-profile.xml"/> + <xi:include href="xml/qmi-message-wds-modify-profile.xml"/> + <xi:include href="xml/qmi-message-wds-delete-profile.xml"/> <xi:include href="xml/qmi-message-wds-get-profile-list.xml"/> <xi:include href="xml/qmi-message-wds-get-profile-settings.xml"/> <xi:include href="xml/qmi-message-wds-get-default-settings.xml"/> |