atmodem: sms: don't request URC buffering for Quectel UC15 modems

Add a vendor quirk to avoid an error being returned when setting up sms
notification for Quectel UC15 modems.
This commit is contained in:
Martin Hundebøll 2019-09-05 11:16:55 +02:00 committed by Denis Kenzior
parent 2d868fac1f
commit b73a681972
1 changed files with 1 additions and 0 deletions

View File

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