summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorSom_SP <somashekhar.puttagangaiah@intel.com>2021-09-21 22:47:22 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-09-21 23:10:31 +0200
commitd21bcb6c8ccd86a8fb966e9d1bb0172da104ba02 (patch)
tree7b21b15248276aefc035e45dbaa6825d0b2e305f /docs/reference
parent67f895aa9ec6541b56d6696c00c031bb2fe05567 (diff)
ms-basic-connect-v2: implement 'Packet Service'
This command is an extension for the existing MBIM_CID_PACKET_SERVICE defined in the MBIM specification revision 1.0. This extension adds a new member called FrequencyRange for the response structure and renamed the HighestAvailableDataClass member to CurrentDataClass to clarify its purpose.
Diffstat (limited to 'docs/reference')
-rwxr-xr-xdocs/reference/libmbim-glib/libmbim-glib-common.sections5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/reference/libmbim-glib/libmbim-glib-common.sections b/docs/reference/libmbim-glib/libmbim-glib-common.sections
index 4d72d73..824de92 100755
--- a/docs/reference/libmbim-glib/libmbim-glib-common.sections
+++ b/docs/reference/libmbim-glib/libmbim-glib-common.sections
@@ -368,6 +368,7 @@ MbimUiccSecureMessaging
MbimUiccClassByteType
MbimUiccPassThroughAction
MbimUiccPassThroughStatus
+MbimFrequencyRange
<SUBSECTION Methods>
mbim_device_type_get_string
mbim_cellular_class_build_string_from_mask
@@ -439,6 +440,7 @@ mbim_uicc_secure_messaging_get_string
mbim_uicc_class_byte_type_get_string
mbim_uicc_pass_through_action_get_string
mbim_uicc_pass_through_status_get_string
+mbim_frequency_range_build_string_from_mask
<SUBSECTION Private>
mbim_device_type_build_string_from_mask
mbim_cellular_class_get_string
@@ -512,6 +514,7 @@ mbim_uicc_secure_messaging_build_string_from_mask
mbim_uicc_class_byte_type_build_string_from_mask
mbim_uicc_pass_through_action_build_string_from_mask
mbim_uicc_pass_through_status_build_string_from_mask
+mbim_frequency_range_get_string
<SUBSECTION Standard>
MBIM_TYPE_ACTIVATION_COMMAND
MBIM_TYPE_ACTIVATION_STATE
@@ -588,6 +591,7 @@ MBIM_TYPE_UICC_SECURE_MESSAGING
MBIM_TYPE_UICC_CLASS_BYTE_TYPE
MBIM_TYPE_UICC_PASS_THROUGH_ACTION
MBIM_TYPE_UICC_PASS_THROUGH_STATUS
+MBIM_TYPE_FREQUENCY_RANGE
mbim_activation_command_get_type
mbim_activation_state_get_type
mbim_auth_protocol_get_type
@@ -663,6 +667,7 @@ mbim_uicc_class_byte_type_get_type
mbim_uicc_secure_messaging_get_type
mbim_uicc_pass_through_action_get_type
mbim_uicc_pass_through_status_get_type
+mbim_frequency_range_get_type
</SECTION>
<SECTION>