diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-11-29 00:22:16 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-12-24 12:41:27 +0000 |
commit | 93709f8dc2378e12d4f1ede122d2325386540db4 (patch) | |
tree | 466dcb48dcbf47685f5198375ec2343df56b9629 /src/mm-modem-helpers-mbim.h | |
parent | 296cce0bbbb9024c52ef81aa8d93e866030a0dde (diff) |
broadband-modem-mbim: implement 5GNR registration settings update
Diffstat (limited to 'src/mm-modem-helpers-mbim.h')
-rw-r--r-- | src/mm-modem-helpers-mbim.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mm-modem-helpers-mbim.h b/src/mm-modem-helpers-mbim.h index da5d45dd..909d0186 100644 --- a/src/mm-modem-helpers-mbim.h +++ b/src/mm-modem-helpers-mbim.h @@ -84,8 +84,10 @@ gboolean mm_signal_snr_from_coded_value (guint coded_value, gdouble *out_snr, GError **error); -MMModem3gppMicoMode mm_modem_3gpp_mico_mode_from_mbim_mico_mode (MbimMicoMode mico_mode); -MMModem3gppDrxCycle mm_modem_3gpp_drx_cycle_from_mbim_drx_cycle (MbimDrxCycle drx_cycle); +MMModem3gppMicoMode mm_modem_3gpp_mico_mode_from_mbim_mico_mode (MbimMicoMode mico_mode); +MbimMicoMode mm_modem_3gpp_mico_mode_to_mbim_mico_mode (MMModem3gppMicoMode mico_mode); +MMModem3gppDrxCycle mm_modem_3gpp_drx_cycle_from_mbim_drx_cycle (MbimDrxCycle drx_cycle); +MbimDrxCycle mm_modem_3gpp_drx_cycle_to_mbim_drx_cycle (MMModem3gppDrxCycle drx_cycle); /*****************************************************************************/ /* MBIM/SMS to MM translations */ |