All of lore.kernel.org
 help / color / mirror / Atom feed
* Next series of delivery report patches
@ 2010-06-04 11:17 Pasi Miettinen
  2010-06-04 11:17 ` [RFC PATCH 1/6] Change in at_cds_notify for status report Pasi Miettinen
  2010-06-04 11:28 ` VS: Next series of delivery report patches Miettinen Pasi
  0 siblings, 2 replies; 17+ messages in thread
From: Pasi Miettinen @ 2010-06-04 11:17 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 1474 bytes --]

Patches include:
1. Notify about new status report to sms-core.
2. Add new signal to DBus-interface for status report.
3. Support for basic status report (non-concatenated).
   -function structure is similar to deliver-notify,
    some functions could be combined
4. Implement setting "UseDeliveryReports" property via DBus.
5. Support for concatenated status reports.
   -add_pending_status_report() relates new MR-number to
    existing ofono_msg_id or creates a new ofono_msg_id
    and relates MR to it. Also receiver information is saved.
   -update_pending_status_report_mr_number() searches the
    msg_id to which the received MR is related and updates
    the status of the msg_id and MR accordingly. If message
    is determined as undelivered, related information is
    freed.
6. Saving pending SMS status reports to disk.
   -same basic idea as in SMS assembly storaging
   -function structure is similar to SMS assembly part.
    Status report part only has one more loop compared to it
    because of the deeper directory structure in which the
    pending status report information is saved.
   -storaging and storage freeing are called by
    add_pending_status_report() and
    update_pending_status_report_mr_number()

Next tasks:
1. Combine ofono_sms_deliver_notify() and ofono_sms_status_notify()
   as Aki Niemi requested. Still a valid task?
2. Implement received comments about these patches.

Br,
Pasi Miettinen



^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2010-06-07 17:45 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-04 11:17 Next series of delivery report patches Pasi Miettinen
2010-06-04 11:17 ` [RFC PATCH 1/6] Change in at_cds_notify for status report Pasi Miettinen
2010-06-04 11:17   ` [RFC PATCH 2/6] Add IncomingStatusReport a{sv} signal Pasi Miettinen
2010-06-04 11:17     ` [RFC PATCH 3/6] Support for basic SMS Status Report Pasi Miettinen
2010-06-04 11:17       ` [RFC PATCH 4/6] SetProperty for UseDeliveryReports Pasi Miettinen
2010-06-04 11:17         ` [RFC PATCH 5/6] Support for concatenated SMS status report Pasi Miettinen
2010-06-04 11:17           ` [RFC PATCH 6/6] Save pending SMS Status Reports to disk Pasi Miettinen
2010-06-04 22:04           ` [RFC PATCH 5/6] Support for concatenated SMS status report Denis Kenzior
2010-06-05  5:57             ` VS: " Miettinen Pasi
2010-06-07 12:22             ` Miettinen Pasi
2010-06-07 13:02               ` Miettinen Pasi
2010-06-07 17:45               ` Denis Kenzior
2010-06-04 17:08         ` [RFC PATCH 4/6] SetProperty for UseDeliveryReports Denis Kenzior
2010-06-04 17:01       ` [RFC PATCH 3/6] Support for basic SMS Status Report Denis Kenzior
2010-06-04 16:58     ` [RFC PATCH 2/6] Add IncomingStatusReport a{sv} signal Denis Kenzior
2010-06-04 16:52   ` [RFC PATCH 1/6] Change in at_cds_notify for status report Denis Kenzior
2010-06-04 11:28 ` VS: Next series of delivery report patches Miettinen Pasi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.