All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14][RESEND] STK patches without agent
@ 2010-07-06 22:38 Andrzej Zaborowski
  2010-07-06 22:38 ` [PATCH 01/14] stk: Utilities for proactive command/envelope handling Andrzej Zaborowski
                   ` (14 more replies)
  0 siblings, 15 replies; 18+ messages in thread
From: Andrzej Zaborowski @ 2010-07-06 22:38 UTC (permalink / raw)
  To: ofono

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

These are some patches I sent before reordered and refactored to
skip stuff related to the Agent API, i.e. related to the UI.

Andrzej Zaborowski (14):
  stk: Utilities for proactive command/envelope handling.
  mbmmodem: End session on *STKEND.
  stk: Handle the More Time proactive command as a nop.
  Add OFONO_ERROR_TYPE_SIM for negative SIM statuses.
  atmodem: Make sim operations return sim error codes.
  stk: Handle ENVELOPEs in a queue, retry on sim busy.
  Add __ofono_sms_submit for other atoms to submit SMs.
  stk: Handle the Send SMS proactive command.
  Add Dbus interface names for STK.
  stk: Handle the Set Up Idle Text proactive command.
  sktutil: Use the Mandatory flag in parse_dataobj.
  stkutil: Timer Value is conditional, not optional.
  stk: Handle the Timer Management proactive command.
  stk: Handle the Poll Interval proactive command.

 drivers/atmodem/sim.c  |   32 ++-
 drivers/atmodem/stk.c  |   20 +-
 drivers/mbmmodem/stk.c |    3 +
 include/dbus.h         |    2 +
 include/stk.h          |    2 +
 include/types.h        |    1 +
 src/ofono.h            |    7 +-
 src/sms.c              |   39 +++
 src/stk.c              |  667 ++++++++++++++++++++++++++++++++++++++++++++++--
 src/stkutil.c          |   12 +-
 10 files changed, 744 insertions(+), 41 deletions(-)


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

end of thread, other threads:[~2010-07-15 20:46 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-06 22:38 [PATCH 00/14][RESEND] STK patches without agent Andrzej Zaborowski
2010-07-06 22:38 ` [PATCH 01/14] stk: Utilities for proactive command/envelope handling Andrzej Zaborowski
2010-07-06 22:38 ` [PATCH 02/14] mbmmodem: End session on *STKEND Andrzej Zaborowski
2010-07-06 22:38 ` [PATCH 03/14] stk: Handle the More Time proactive command as a nop Andrzej Zaborowski
2010-07-06 22:38 ` [PATCH 04/14] Add OFONO_ERROR_TYPE_SIM for negative SIM statuses Andrzej Zaborowski
2010-07-06 22:39 ` [PATCH 05/14] atmodem: Make sim operations return sim error codes Andrzej Zaborowski
2010-07-06 22:39 ` [PATCH 06/14] stk: Handle ENVELOPEs in a queue, retry on sim busy Andrzej Zaborowski
2010-07-06 22:39 ` [PATCH 07/14] Add __ofono_sms_submit for other atoms to submit SMs Andrzej Zaborowski
2010-07-06 22:39 ` [PATCH 08/14] stk: Handle the Send SMS proactive command Andrzej Zaborowski
2010-07-06 22:39 ` [PATCH 09/14] Add Dbus interface names for STK Andrzej Zaborowski
2010-07-06 22:39 ` [PATCH 10/14] stk: Handle the Set Up Idle Text proactive command Andrzej Zaborowski
2010-07-06 22:39 ` [PATCH 11/14] sktutil: Use the Mandatory flag in parse_dataobj Andrzej Zaborowski
2010-07-06 22:39 ` [PATCH 12/14] stkutil: Timer Value is conditional, not optional Andrzej Zaborowski
2010-07-06 22:39 ` [PATCH 13/14] stk: Handle the Timer Management proactive command Andrzej Zaborowski
2010-07-06 22:39 ` [PATCH 14/14] stk: Handle the Poll Interval " Andrzej Zaborowski
2010-07-08 19:28 ` [PATCH 00/14][RESEND] STK patches without agent Denis Kenzior
2010-07-15 20:37   ` Andrzej Zaborowski
2010-07-15 20:46     ` Denis Kenzior

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.