summaryrefslogtreecommitdiff
path: root/src/gsmd/gsmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gsmd/gsmd.c')
-rw-r--r--src/gsmd/gsmd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gsmd/gsmd.c b/src/gsmd/gsmd.c
index 2373a06..c8ca012 100644
--- a/src/gsmd/gsmd.c
+++ b/src/gsmd/gsmd.c
@@ -193,6 +193,7 @@ static int gsmd_initsettings2(struct gsmd *gsmd)
atcmd_submit(gsmd, atcmd_fill("AT+CIMI", 7+1,
&gsmd_get_imsi_cb, gsmd, 0, NULL));
+ rc |= gsmd_simplecmd(gsmd, "AT+CSCS=\"UCS2\"");
sms_cb_init(gsmd);
personal git repositories of Harald Welte. Your mileage may vary