diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-11-28 15:04:46 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-12-24 12:41:27 +0000 |
commit | 22657021fb7c779a9600feb110f30902cdfb0b10 (patch) | |
tree | f4a1aa120e4912d7ca4eb97b9b7daf2f8e029b06 /libmm-glib/mm-common-helpers.h | |
parent | 724342deaca634ed767ac92709d8f5ac6a75ea45 (diff) |
libmm-glib: new helper to handle the 5GNR registration settings
Diffstat (limited to 'libmm-glib/mm-common-helpers.h')
-rw-r--r-- | libmm-glib/mm-common-helpers.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libmm-glib/mm-common-helpers.h b/libmm-glib/mm-common-helpers.h index 062b3c0a..c5414aee 100644 --- a/libmm-glib/mm-common-helpers.h +++ b/libmm-glib/mm-common-helpers.h @@ -94,6 +94,10 @@ MMModem3gppFacility mm_common_get_3gpp_facility_from_string GError **error); MMModem3gppPacketServiceState mm_common_get_3gpp_packet_service_state_from_string (const gchar *str, GError **error); +MMModem3gppMicoMode mm_common_get_3gpp_mico_mode_from_string (const gchar *str, + GError **error); +MMModem3gppDrxCycle mm_common_get_3gpp_drx_cycle_from_string (const gchar *str, + GError **error); /******************************************************************************/ |