modem-helpers: ERI parser is generic enough, not just for !SPERI

This commit is contained in:
Aleksander Morgado
2012-08-23 11:42:50 +02:00
parent 86e7b0e8c6
commit 5764d39689
4 changed files with 11 additions and 11 deletions

View File

@@ -1701,10 +1701,10 @@ static const EriItem eris[] = {
};
gboolean
mm_cdma_parse_speri_read_response (const gchar *reply,
gboolean *out_roaming,
guint *out_ind,
const gchar **out_desc)
mm_cdma_parse_eri (const gchar *reply,
gboolean *out_roaming,
guint *out_ind,
const gchar **out_desc)
{
guint ind;
const EriItem *iter = &eris[0];