diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-02-29 16:57:41 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-16 14:53:18 +0100 |
commit | 75a2b407bdd976b862d5745705afc41b3c3fa7ac (patch) | |
tree | 890d413361f6374402f08df53c14dc6603f0d9ce /src/mm-modem-helpers.h | |
parent | 1628f495fe5f38c579f87920ef492a47ef73335e (diff) |
modem-helpers: port facility lock related helpers to use `MMModemFacility' enums
Diffstat (limited to 'src/mm-modem-helpers.h')
-rw-r--r-- | src/mm-modem-helpers.h | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/src/mm-modem-helpers.h b/src/mm-modem-helpers.h index 63bfbd3a..bc8967a2 100644 --- a/src/mm-modem-helpers.h +++ b/src/mm-modem-helpers.h @@ -103,14 +103,13 @@ gboolean mm_cdma_parse_crm_range_response (const gchar *reply, gboolean mm_gsm_parse_cscs_support_response (const char *reply, MMModemCharset *out_charsets); -/* TODO: port to the new codebase */ -#if 0 -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); -#endif +gchar *mm_3gpp_get_facility_acronym (MMModem3gppFacility facility); + +gboolean mm_3gpp_parse_clck_test_response (const gchar *reply, + MMModem3gppFacility *out_facilities); + +gboolean mm_3gpp_parse_clck_response (const gchar *reply, + gboolean *enabled); gchar *mm_3gpp_parse_operator (const gchar *reply, MMModemCharset cur_charset); |