aboutsummaryrefslogtreecommitdiff
path: root/src/mm-modem-helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-modem-helpers.h')
-rw-r--r--src/mm-modem-helpers.h15
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);