summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-05-04 00:01:02 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-05-04 00:01:02 +0200
commit5f1014391f64d5c42f43a31cdf72910aff15f6f0 (patch)
tree3651e1346411e2b6e18574c1d2993d70c739c763 /docs/reference
parent56a04aafe3bc7641f5d9deab95d20848bc5dca0f (diff)
libmbim-glib,ms-basic-connect-extensions: rework 'LTE attach status'
The "LTE Attach Status" message was relying on a bogus MbimLteAttachStatus struct that was created by the library and passed as output of the parser methods to the user. This struct is completely avoidable, just by updating the messages to include the fields directly in the response/notification fields. We rename the method to 'LTE attach info' following this approach, and compatibility symbols are included in order to avoid breaking API/ABI.
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/libmbim-glib/libmbim-glib-common.sections9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/reference/libmbim-glib/libmbim-glib-common.sections b/docs/reference/libmbim-glib/libmbim-glib-common.sections
index 4c536d6..0246e88 100644
--- a/docs/reference/libmbim-glib/libmbim-glib-common.sections
+++ b/docs/reference/libmbim-glib/libmbim-glib-common.sections
@@ -668,11 +668,20 @@ mbim_utils_set_traces_enabled
<SECTION>
<FILE>mbim-compat</FILE>
+<SUBSECTION>
MBIM_CID_BASIC_CONNECT_DEVICE_SERVICE_SUBSCRIBER_LIST
MBIM_REGISTRATION_FLAG_MANUAL_PACKET_SERVICE_AUTOMATIC_ATTACH
mbim_message_device_service_subscriber_list_response_parse
mbim_message_device_service_subscriber_list_set_new
+<SUBSECTION>
+MBIM_CID_MS_BASIC_CONNECT_EXTENSIONS_LTE_ATTACH_STATUS
+MbimLteAttachStatus
+mbim_lte_attach_status_free
+mbim_message_ms_basic_connect_extensions_lte_attach_status_query_new
+mbim_message_ms_basic_connect_extensions_lte_attach_status_response_parse
+mbim_message_ms_basic_connect_extensions_lte_attach_status_notification_parse
<SUBSECTION Private>
MbimDeprecatedCidBasicConnect
MbimDeprecatedRegistrationFlag
+MbimDeprecatedCidMsBasicConnectExtensions
</SECTION>