diff options
Diffstat (limited to 'src/mm-modem-helpers.h')
-rw-r--r-- | src/mm-modem-helpers.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mm-modem-helpers.h b/src/mm-modem-helpers.h index a47f4695..0827abf2 100644 --- a/src/mm-modem-helpers.h +++ b/src/mm-modem-helpers.h @@ -58,6 +58,13 @@ gboolean mm_cdma_parse_eri (const char *reply, gboolean mm_gsm_parse_cscs_support_response (const char *reply, MMModemCharset *out_charsets); +gboolean mm_gsm_parse_clck_test_response (const char *reply, + MMModemGsmFacility *out_facilities); +gboolean mm_gsm_parse_clck_response (const char *reply, + gboolean *enabled); + +char *mm_gsm_get_facility_name (MMModemGsmFacility facility); + MMModemGsmAccessTech mm_gsm_string_to_access_tech (const char *string); char *mm_create_device_identifier (guint vid, |