aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVincent Palatin <vpalatin@chromium.org>2020-10-22 07:45:27 +0000
committerAleksander Morgado <aleksander@aleksander.es>2020-11-28 22:33:16 +0100
commita55f324e7e65b6bbc892b8d8f618ac361602916c (patch)
tree59e72ad3c5be95c01af9c7d1b4d5e613814eb450 /docs
parentd8145b161f02f7ee5b2beb5020bb1c5733efdc83 (diff)
wds: add messages to set the attach APN
As a preparatory work to add the support for initial EPS bearer settings in ModemManager. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> Change-Id: I8f0e8a70c7d62014964eb1ac9ad590bc4baaa7ee
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libqmi-glib/libqmi-glib-common.sections5
-rw-r--r--docs/reference/libqmi-glib/libqmi-glib-docs.xml4
2 files changed, 9 insertions, 0 deletions
diff --git a/docs/reference/libqmi-glib/libqmi-glib-common.sections b/docs/reference/libqmi-glib/libqmi-glib-common.sections
index bebed64..b7a0f8a 100644
--- a/docs/reference/libqmi-glib/libqmi-glib-common.sections
+++ b/docs/reference/libqmi-glib/libqmi-glib-common.sections
@@ -621,6 +621,7 @@ QmiWdsSetEventReportTransferStatistics
QmiWdsSoEvdoRev0
QmiWdsSoEvdoRevB
QmiWdsTetheredCallType
+QmiWdsAttachPdnListAction
QmiWdsClientType
QMI_WDS_RATE_UNAVAILABLE
<SUBSECTION Methods>
@@ -674,6 +675,7 @@ qmi_wds_set_event_report_transfer_statistics_get_string
qmi_wds_so_evdo_rev0_get_string
qmi_wds_so_evdo_revb_get_string
qmi_wds_tethered_call_type_get_string
+qmi_wds_attach_pdn_list_action_get_string
qmi_wds_client_type_get_string
<SUBSECTION Private>
qmi_wds_ip_family_build_string_from_mask
@@ -725,6 +727,7 @@ qmi_wds_set_event_report_transfer_statistics_build_string_from_mask
qmi_wds_so_evdo_rev0_build_string_from_mask
qmi_wds_so_evdo_revb_build_string_from_mask
qmi_wds_tethered_call_type_build_string_from_mask
+qmi_wds_attach_pdn_list_action_build_string_from_mask
qmi_wds_client_type_build_string_from_mask
<SUBSECTION Standard>
QMI_TYPE_WDS_AUTHENTICATION
@@ -776,6 +779,7 @@ QMI_TYPE_WDS_SET_EVENT_REPORT_TRANSFER_STATISTICS
QMI_TYPE_WDS_SO_EVDO_REV0
QMI_TYPE_WDS_SO_EVDO_REVB
QMI_TYPE_WDS_TETHERED_CALL_TYPE
+QMI_TYPE_WDS_ATTACH_PDN_LIST_ACTION
QMI_TYPE_WDS_CLIENT_TYPE
qmi_wds_authentication_get_type
qmi_wds_autoconnect_setting_get_type
@@ -826,6 +830,7 @@ qmi_wds_set_event_report_transfer_statistics_get_type
qmi_wds_so_evdo_rev0_get_type
qmi_wds_so_evdo_revb_get_type
qmi_wds_tethered_call_type_get_type
+qmi_wds_attach_pdn_list_action_get_type
qmi_wds_client_type_get_type
</SECTION>
diff --git a/docs/reference/libqmi-glib/libqmi-glib-docs.xml b/docs/reference/libqmi-glib/libqmi-glib-docs.xml
index 5d0bc60..07157ee 100644
--- a/docs/reference/libqmi-glib/libqmi-glib-docs.xml
+++ b/docs/reference/libqmi-glib/libqmi-glib-docs.xml
@@ -182,6 +182,7 @@
<title>WDS Indications</title>
<xi:include href="xml/qmi-indication-wds-event-report.xml"/>
<xi:include href="xml/qmi-indication-wds-packet-service-status.xml"/>
+ <xi:include href="xml/qmi-indication-wds-set-lte-attach-pdn-list-action-result.xml"/>
</section>
<section>
<title>WDS Requests</title>
@@ -210,6 +211,9 @@
<xi:include href="xml/qmi-message-wds-set-ip-family.xml"/>
<xi:include href="xml/qmi-message-wds-get-supported-messages.xml"/>
<xi:include href="xml/qmi-message-wds-get-pdn-throttle-info.xml"/>
+ <xi:include href="xml/qmi-message-wds-get-lte-max-attach-pdn-num.xml"/>
+ <xi:include href="xml/qmi-message-wds-get-lte-attach-pdn-list.xml"/>
+ <xi:include href="xml/qmi-message-wds-set-lte-attach-pdn-list.xml"/>
<xi:include href="xml/qmi-message-wds-bind-data-port.xml"/>
<xi:include href="xml/qmi-message-wds-bind-mux-data-port.xml"/>
<xi:include href="xml/qmi-message-wds-get-channel-rates.xml"/>