2 May 2012 09:45
Re: [PATCH] wavecom: add support for Wavecom Q2403/Q2686 modems
Hi Denis,
On Sun, Apr 29, 2012 at 10:51:17PM -0500, Denis Kenzior wrote:
> Hi Pablo,
>
> >>> + /* AT+CRSM not supported by Q2403. */
> >>> + if (sd->vendor == OFONO_VENDOR_WAVECOM_Q) {
> >>> + unsigned char access[3] = { 0x00, 0x00, 0x00 };
> >>> +
> >>> + CALLBACK_WITH_SUCCESS(cb, 4, 0, 0, access,
> >>> + EF_STATUS_VALID, data);
> >>
> >> Why don't you simply return an error here?
> >
> > Without it, the modem initialization does not complete.
>
> Can you fallback to CSIM?
I don't know what you mean, could you provide more information?
<snip>
> >>> - for (mem = 0; mem < 3; mem++) {
> >>> + /* Wavecom Q replies something like this:
> >>> + *
> >>> + * +CPMS: (("SM","BM","SR"),("SM"))
> >>> + *
> >>> + * It does not provide the way income messages are stored.
> >>> + * 3GPP TS 07.05 allows mem2 and mem3 to be optional.
> >>> + */
> >>
(Continue reading)
RSS Feed