> On Thu, 2010-05-27 at 12:54 +0200, ext [email protected] wrote: > > diff --git a/include/sms.h b/include/sms.h > > index daaec37..c007675 100644 > > --- a/include/sms.h > > +++ b/include/sms.h > > @@ -54,7 +54,7 @@ struct ofono_sms_driver { > > > > void ofono_sms_deliver_notify(struct ofono_sms *sms, unsigned char *pdu, > > int len, int tpdu_len); > > -void ofono_sms_status_notify(struct ofono_sms *sms, unsigned char *pdu, > > +void ofono_sms_status_report_notify(struct ofono_sms *sms, unsigned char > > *pdu, > > int len, int tpdu_len); > > Actually, I think we should have a single ofono_sms_pdu_notify(), and > let the core handle demuxing the different message types after parsing > the PDU. > > ISI modems don't have different messages for deliver and status report; > the modem just sends a TPDU. > > Cheers, > Aki
I made one possible solution for this and planning to test how it works after the weekend. Hopefully I am able to send a fixing patch early next week. Br, Pasi _______________________________________________ ofono mailing list [email protected] http://lists.ofono.org/listinfo/ofono _______________________________________________ ofono mailing list [email protected] http://lists.ofono.org/listinfo/ofono
