diff options
author | Daniele Palmas <dnlplm@gmail.com> | 2022-09-06 15:07:04 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksandermj@chromium.org> | 2022-11-10 09:30:55 +0000 |
commit | ea275d05e689622ae6d6f94fb4529f89b3c00871 (patch) | |
tree | 99fe17ea2caf32b44c3af6073b06f2e6b434d036 /src/mm-modem-helpers-mbim.h | |
parent | 24fd0026ecd290e6a794515723ae4e6d1206bbf2 (diff) |
broadband-modem-mbim: add supported modes from CustomDataClass
Some modems (e.g. Telit FN990) reports 5G capabilities in CustomDataClass
field of device-caps cid: take this into account when building the
modes according to the data caps.
Diffstat (limited to 'src/mm-modem-helpers-mbim.h')
-rw-r--r-- | src/mm-modem-helpers-mbim.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mm-modem-helpers-mbim.h b/src/mm-modem-helpers-mbim.h index c5f51c8f..ee0a3745 100644 --- a/src/mm-modem-helpers-mbim.h +++ b/src/mm-modem-helpers-mbim.h @@ -38,7 +38,8 @@ MMModem3gppRegistrationState mm_modem_3gpp_registration_state_from_mbim_register MbimDataClass mm_mbim_data_class_from_mbim_data_class_v3_and_subclass (MbimDataClassV3 data_class_v3, MbimDataSubclass data_subclass); -MMModemMode mm_modem_mode_from_mbim_data_class (MbimDataClass data_class); +MMModemMode mm_modem_mode_from_mbim_data_class (MbimDataClass data_class, + const gchar *caps_custom_data_class); MbimDataClass mm_mbim_data_class_from_modem_mode (MMModemMode modem_mode, gboolean is_3gpp, |