aboutsummaryrefslogtreecommitdiff
path: root/src/mm-modem-helpers.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2017-03-25 21:39:45 +0100
committerAleksander Morgado <aleksander@aleksander.es>2017-04-02 10:06:13 +0200
commitfba49d8d005dd65affac56975bc7fd95250d530c (patch)
tree64c6dac6cbe0d74bc79da89a498e2d26360fd0f6 /src/mm-modem-helpers.c
parentf824602bdd922cdc9e15aa83fda545534c0b0542 (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.c')
-rw-r--r--src/mm-modem-helpers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm-modem-helpers.c b/src/mm-modem-helpers.c
index 9266a5a0..b4556176 100644
--- a/src/mm-modem-helpers.c
+++ b/src/mm-modem-helpers.c
@@ -3123,8 +3123,8 @@ mm_string_to_access_tech (const gchar *string)
/*************************************************************************/
void
-mm_3gpp_normalize_operator_name (gchar **operator,
- MMModemCharset cur_charset)
+mm_3gpp_normalize_operator (gchar **operator,
+ MMModemCharset cur_charset)
{
g_assert (operator);