[PATCH] altair-lte: add SIMREFRESH support
Thieu Le
thieule at chromium.org
Tue Nov 19 12:59:34 PST 2013
I've addressed all of the code review comments. Will send another patch
set with debug logs.
The %STATCM=1 command is mandatory because that is used to signal when the
modem has established a connection to the network so we want to stop here
if we cannot enable STATCM.
On Tue, Nov 19, 2013 at 12:57 AM, Aleksander Morgado
<aleksander at lanedo.com>wrote:
>
> > +static const MMBaseModemAtCommand unsolicited_events_enable_sequence[]
> = {
> > + { "%STATCM=1", 10, FALSE, response_processor_no_result_stop_on_error
> },
> > + { "%NOTIFYEV=\"SIMREFRESH\",1", 10, FALSE, NULL },
> > + { NULL }
> > +};
>
> If it is not mandatory; I would avoid 'stopping on error' in the AT
> sequence (i.e. just set a NULL callback). What do you think?
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/modemmanager-devel/attachments/20131119/fbe62aff/attachment.html>
More information about the ModemManager-devel
mailing list