modem-helpers: temporarily disable facility-related helpers

This commit is contained in:
Aleksander Morgado
2012-02-27 22:59:35 +01:00
parent f1999ef4a3
commit 8b78e037a2
2 changed files with 9 additions and 1 deletions

View File

@@ -1202,6 +1202,9 @@ mm_3gpp_parse_operator (const gchar *reply,
/*************************************************************************/
/* TODO: port to the new codebase */
#if 0
/* Map two letter facility codes into flag values. There are
* many more facilities defined (for various flavors of call
* barring); we only map the ones we care about. */
@@ -1348,6 +1351,8 @@ mm_gsm_parse_clck_response (const char *reply, gboolean *enabled)
return success;
}
#endif
/*************************************************************************/
MMModemAccessTechnology

View File

@@ -103,15 +103,18 @@ 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_parse_operator (const gchar *reply,
MMModemCharset cur_charset);
char *mm_gsm_get_facility_name (MMModemGsmFacility facility);
MMModemAccessTechnology mm_3gpp_string_to_access_tech (const gchar *string);