diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-03-25 21:39:45 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-04-02 10:06:13 +0200 |
commit | fba49d8d005dd65affac56975bc7fd95250d530c (patch) | |
tree | 64c6dac6cbe0d74bc79da89a498e2d26360fd0f6 /src/mm-modem-helpers.h | |
parent | f824602bdd922cdc9e15aa83fda545534c0b0542 (diff) |
broadband-modem: normalize also operator code
The operator code (MCCMNC) may also be given encoded in the current
charset (e.g. UCS2).
Based on a patch from Colin Helliwell <colin.helliwell@ln-systems.com>
Diffstat (limited to 'src/mm-modem-helpers.h')
-rw-r--r-- | src/mm-modem-helpers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm-modem-helpers.h b/src/mm-modem-helpers.h index 33af48b6..a74924e3 100644 --- a/src/mm-modem-helpers.h +++ b/src/mm-modem-helpers.h @@ -294,8 +294,8 @@ gchar *mm_3gpp_facility_to_acronym (MMModem3gppFacility facility); MMModemAccessTechnology mm_string_to_access_tech (const gchar *string); -void mm_3gpp_normalize_operator_name (gchar **operator, - MMModemCharset cur_charset); +void mm_3gpp_normalize_operator (gchar **operator, + MMModemCharset cur_charset); gboolean mm_3gpp_parse_operator_id (const gchar *operator_id, guint16 *mcc, |