On Thu, Aug 13, 2020 at 10:03:12AM -0500, Denis Kenzior wrote: > > @@ -624,6 +667,12 @@ static void gprs_initialized(gboolean ok, GAtResult > > *result, gpointer user_data) > > g_at_chat_send(gd->chat, "AT#PSNT=1", none_prefix, > > NULL, NULL, NULL); > > break; > > + case OFONO_VENDOR_QUECTEL_EC2X: > > + g_at_chat_register(gd->chat, "+QIND", > > + quectel_qind_notify, FALSE, gprs, NULL); > > + /* The "QIND: \"act\", ..." URC is activated in > > + * network-registration.c */ > > You're using the QIND in network-registration.c to notify CREG technology. > And now you're trying to use this here in place of CPSB. This seems fishy > to me. Looking at the Quectel AT commands manual, I'd just guess they do not > support this bearer concept at all...
Until here, you could tell me way more than the official quectel support. Thank you for this! I will post a new version of the patch that will just skip the AT+CPSB command. Thanks a lot! Lars _______________________________________________ ofono mailing list -- [email protected] To unsubscribe send an email to [email protected]
