aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-common-helpers.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-11-28 15:04:46 +0100
committerAleksander Morgado <aleksander@aleksander.es>2021-12-24 12:41:27 +0000
commit22657021fb7c779a9600feb110f30902cdfb0b10 (patch)
treef4a1aa120e4912d7ca4eb97b9b7daf2f8e029b06 /libmm-glib/mm-common-helpers.h
parent724342deaca634ed767ac92709d8f5ac6a75ea45 (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.h4
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);
/******************************************************************************/