All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Patch Description
@ 2010-09-21 10:21 Yang Gu
  2010-09-21 10:21 ` [PATCH 1/5] Add macro for general result and additional info Yang Gu
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Yang Gu @ 2010-09-21 10:21 UTC (permalink / raw)
  To: ofono

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

This series of patches are to handle send ss proactive command by splitting the path of D-Bus and stk request. In this version, only call-forwarding is handled, but others (call-barring, call-settings) would be quite similar. 
Comments are welcome!

------

Yang Gu (5):
  Add macro for general result and additional info
  stk: Support send ss response
  ss: Use function to judge if it's busy
  ss: Use errno for ssc handling functions
  cf: Handle send ss proactive command

 src/call-barring.c    |   71 ++++-------
 src/call-forwarding.c |  327 ++++++++++++++++++++++++++++++++++++++++---------
 src/call-settings.c   |   44 +++----
 src/ofono.h           |   28 ++++
 src/stk.c             |  130 +++++++++++++++++++
 src/stkutil.c         |    2 +
 src/stkutil.h         |   23 ++++
 src/ussd.c            |  201 +++++++++++++++++++++++++++---
 8 files changed, 673 insertions(+), 153 deletions(-)

-- 
1.7.2.3


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

end of thread, other threads:[~2010-10-18 22:34 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-21 10:21 [PATCH 0/5] Patch Description Yang Gu
2010-09-21 10:21 ` [PATCH 1/5] Add macro for general result and additional info Yang Gu
2010-09-27  0:47   ` Denis Kenzior
2010-09-21 10:21 ` [PATCH 2/5] stk: Support send ss response Yang Gu
2010-09-27  0:48   ` Denis Kenzior
2010-10-18  8:04     ` Gu, Yang
2010-10-18 17:30       ` andrzej zaborowski
2010-10-18 22:34         ` Denis Kenzior
2010-09-21 10:21 ` [PATCH 3/5] ss: Use function to judge if it's busy Yang Gu
2010-09-27  1:05   ` Denis Kenzior
2010-09-21 10:21 ` [PATCH 4/5] ss: Use errno for ssc handling functions Yang Gu
2010-09-27  1:01   ` Denis Kenzior
2010-09-21 10:21 ` [PATCH 5/5] cf: Handle send ss proactive command Yang Gu
2010-09-21 19:28   ` Jeevaka.Badrappan
2010-09-27  2:11     ` Gu, Yang

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.