SIMCOM: add a quirk for AT+CNMI command building

Use mode=1 otherwise it fails (ref. "SIM5215_SIM5216_ATC_V1.18.pdf - §6.9")
This commit is contained in:
Anthony Viallard 2013-07-19 15:35:36 +02:00 committed by Denis Kenzior
parent aacc10271e
commit 8c6eea3385
1 changed files with 1 additions and 0 deletions

View File

@ -805,6 +805,7 @@ static gboolean build_cnmi_string(char *buf, int *cnmi_opts,
case OFONO_VENDOR_NOVATEL:
case OFONO_VENDOR_HUAWEI:
case OFONO_VENDOR_ZTE:
case OFONO_VENDOR_SIMCOM:
/* MSM devices advertise support for mode 2, but return an
* error if we attempt to actually use it. */
mode = "1";