commit | 7c9a6db587dfa27491f9f58a3e8565429f135014 | [log] [tgz] |
---|---|---|
author | lh <lh@exm.com> | Thu Sep 14 13:48:19 2023 +0800 |
committer | Gerrit Code Review <jenkins2@jenkins2-Vostro-3690> | Thu Sep 14 13:48:19 2023 +0800 |
tree | 08981f9597e032c2ac2158d1752dfd8755a70704 | |
parent | a6bbe5426111eb504d3952042fed481a5d6c7a53 [diff] | |
parent | 8c7e6688cfbe13db34341b2a3e5e66e98efe7df3 [diff] |
Merge "[Bugfix][T106BUG-165][T106BUG-27] fix setsmscenteraddress&getsmscenteraddress error2"
diff --git a/cap/zx297520v3/zxic_code/zxic_source/zxic_app_open/sdk/ril/reference-ril/ril_ref.c b/cap/zx297520v3/zxic_code/zxic_source/zxic_app_open/sdk/ril/reference-ril/ril_ref.c index 4bc6743..212c4f6 100755 --- a/cap/zx297520v3/zxic_code/zxic_source/zxic_app_open/sdk/ril/reference-ril/ril_ref.c +++ b/cap/zx297520v3/zxic_code/zxic_source/zxic_app_open/sdk/ril/reference-ril/ril_ref.c
@@ -350,7 +350,7 @@ at_send_command("AT+COLP=0", NULL); /* HEX character set */ - at_send_command("AT+CSCS=\"HEX\"", NULL); + at_send_command("AT+CSCS=\"GSM\"", NULL); /* USSD unsolicited */ at_send_command("AT+CUSD=1", NULL);