From: Inaky Perez-Gonzalez <inaky@linux.intel.com>
To: ofono@ofono.org
Subject: [SMS D-Bus v5 00/17] pull request
Date: Thu, 05 Aug 2010 17:55:22 -0700 [thread overview]
Message-ID: <cover.1281054654.git.inaky.perez-gonzalez@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2453 bytes --]
From: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
v5 (there have been more than five submissions, but whatever) contains
the following changes as requested by Dennis:
- multi fragment message ref and the unique message ID are decoupled
now. this allows...
- UUID is generated in tx_queue_entry_new()
- UUID is expanded to 32-bits from 16 bits
Catchas
- UUID is not used in the RX path yet, the old mechanism
(sms->next_msg_id) is still in place
- __ofono_sms_txq_submit() still has to be modified. No better
alternatives have been proposed.
The following changes since commit f01de438bd4f834a27f9c36e74e6a1067f778a21:
João Paulo Rechi Vita (1):
huawei: Fix SIM state logic
are available in the git repository at:
git://gitorious.org/~inakypg/ofono/ofono-inakypg.git master
Patches follow for reviewing convenience.
Inaky Perez-Gonzalez (17):
sms: replace sequential SMS message ID with hash
sms: _txq_submit() returns pointer to object
sms: document the org.ofono.SmsMessage interface
sms: document handle_sms_status_report()
sms: introduce bare state machine and transitions
sms: introduce the Wait-for-Status-Report state
sms: introduce a state change callback for messages
sms: export outgoing messages over D-Bus
sms: send PropertyChanged signals on state change
sms: introduce sms_msg_cancel and its D-Bus wrapper
sms: Implement D-Bus SMS-MSG::GetProperties
sms: document SMS Message's D-Bus 'To' property
sms: test code for message's D-Bus GetProperties
automake: fix generation of symlinks for headers
sms: document variable usage in sms_msg_send()
sms: add test case for message cancel
sms: add test case for state change signals
Makefile.am | 2 +-
doc/sms-api.txt | 54 ++++-
src/ofono.h | 46 +++-
src/sms.c | 576 ++++++++++++++++++++++++++++++++++----
src/stk.c | 19 ++-
test/test-sms-msg-cancel | 173 ++++++++++++
test/test-sms-msg-get-properties | 26 ++
test/test-sms-msg-state-change | 24 ++
8 files changed, 852 insertions(+), 68 deletions(-)
create mode 100755 test/test-sms-msg-cancel
create mode 100755 test/test-sms-msg-get-properties
create mode 100755 test/test-sms-msg-state-change
next reply other threads:[~2010-08-06 0:55 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-06 0:55 Inaky Perez-Gonzalez [this message]
2010-08-06 0:55 ` [SMS D-Bus v5 01/17] sms: replace sequential SMS message ID with hash Inaky Perez-Gonzalez
2010-08-06 0:55 ` [SMS D-Bus v5 02/17] sms: _txq_submit() returns pointer to object Inaky Perez-Gonzalez
2010-08-06 0:55 ` [SMS D-Bus v5 03/17] sms: document the org.ofono.SmsMessage interface Inaky Perez-Gonzalez
2010-08-06 0:55 ` [SMS D-Bus v5 04/17] sms: document handle_sms_status_report() Inaky Perez-Gonzalez
2010-08-06 0:55 ` [SMS D-Bus v5 05/17] sms: introduce bare state machine and transitions Inaky Perez-Gonzalez
2010-08-06 0:55 ` [SMS D-Bus v5 06/17] sms: introduce the Wait-for-Status-Report state Inaky Perez-Gonzalez
2010-08-06 0:55 ` [SMS D-Bus v5 07/17] sms: introduce a state change callback for messages Inaky Perez-Gonzalez
2010-08-06 0:55 ` [SMS D-Bus v5 08/17] sms: export outgoing messages over D-Bus Inaky Perez-Gonzalez
2010-08-06 0:55 ` [SMS D-Bus v5 09/17] sms: send PropertyChanged signals on state change Inaky Perez-Gonzalez
2010-08-06 0:55 ` [SMS D-Bus v5 10/17] sms: introduce sms_msg_cancel and its D-Bus wrapper Inaky Perez-Gonzalez
2010-08-06 0:55 ` [SMS D-Bus v5 11/17] sms: Implement D-Bus SMS-MSG::GetProperties Inaky Perez-Gonzalez
2010-08-06 0:55 ` [SMS D-Bus v5 12/17] sms: document SMS Message's D-Bus 'To' property Inaky Perez-Gonzalez
2010-08-06 0:55 ` [SMS D-Bus v5 13/17] sms: test code for message's D-Bus GetProperties Inaky Perez-Gonzalez
2010-08-06 0:55 ` [SMS D-Bus v5 14/17] automake: fix generation of symlinks for headers Inaky Perez-Gonzalez
2010-08-06 2:22 ` Marcel Holtmann
2010-08-06 16:53 ` Inaky Perez-Gonzalez
2010-08-06 0:55 ` [SMS D-Bus v5 15/17] sms: document variable usage in sms_msg_send() Inaky Perez-Gonzalez
2010-08-06 0:55 ` [SMS D-Bus v5 16/17] sms: add test case for message cancel Inaky Perez-Gonzalez
2010-08-06 0:55 ` [SMS D-Bus v5 17/17] sms: add test case for state change signals Inaky Perez-Gonzalez
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1281054654.git.inaky.perez-gonzalez@intel.com \
--to=inaky@linux.intel.com \
--cc=ofono@ofono.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox