From: Lars Poeschel <[email protected]>

There are at the moment two quectel modems in ofono vendored as
OFONO_VENDOR_QUECTEL_SERIAL: The M95 and the MC60.
Both modems are GSM only modems, and their official documentation does
not mention the AT+CPSB command.
I have a M95 here that gives an error on issuing the AT+CPSB=1 command.
So skip this command for these two modems.
---
 drivers/atmodem/gprs.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/atmodem/gprs.c b/drivers/atmodem/gprs.c
index 3900b95b..f4c714e8 100644
--- a/drivers/atmodem/gprs.c
+++ b/drivers/atmodem/gprs.c
@@ -626,6 +626,7 @@ static void gprs_initialized(gboolean ok, GAtResult 
*result, gpointer user_data)
                                                NULL, NULL, NULL);
                break;
        case OFONO_VENDOR_QUECTEL_EC2X:
+       case OFONO_VENDOR_QUECTEL_SERIAL:
                break;
        default:
                g_at_chat_register(gd->chat, "+CPSB:", cpsb_notify,
-- 
2.27.0
_______________________________________________
ofono mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to