All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] Re-factoring of gril and rilmodem
@ 2015-10-15 16:46 Alfonso Sanchez-Beato
  2015-10-15 16:46 ` [PATCH 01/10] gril: Move parcel processing to rilmodem Alfonso Sanchez-Beato
                   ` (9 more replies)
  0 siblings, 10 replies; 16+ messages in thread
From: Alfonso Sanchez-Beato @ 2015-10-15 16:46 UTC (permalink / raw)
  To: ofono

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

The attached patches include:

* Moving parcel processing code to the rilmodem driver
* Unit tests for parcel processing
* Removing of assertions

The unit tests illustrate one of the reasons for creating separate
modules for building/parsing parcels.

Alfonso Sanchez-Beato (10):
  gril: Move parcel processing to rilmodem
  gril: Adapt to movement of parcel processing
  rilmodem: Adapt to movement of parcel processing
  ril: Adapt to movement of parcel processing
  gril: Remove asserts
  rilmodem: Remove asserts
  ril: Remove asserts
  unit: Add unit tests for ril parcel processing
  build: Add rilmodem unit tests
  gitignore: Ignore rilmodem unit tests

 .gitignore                                         |    3 +
 Makefile.am                                        |   43 +-
 drivers/rilmodem/call-barring.c                    |    4 +-
 drivers/rilmodem/call-forwarding.c                 |    6 +-
 drivers/rilmodem/call-settings.c                   |    4 +-
 drivers/rilmodem/call-volume.c                     |    4 +-
 drivers/rilmodem/devinfo.c                         |    2 +-
 drivers/rilmodem/gprs-context.c                    |    9 +-
 drivers/rilmodem/gprs.c                            |    6 +-
 drivers/rilmodem/network-registration.c            |    6 +-
 drivers/rilmodem/radio-settings.c                  |    4 +-
 {gril => drivers/rilmodem}/ril_constants.h         |    0
 gril/grilreply.c => drivers/rilmodem/rilreply.c    |    5 +-
 gril/grilreply.h => drivers/rilmodem/rilreply.h    |    1 +
 .../grilrequest.c => drivers/rilmodem/rilrequest.c |    3 +-
 .../grilrequest.h => drivers/rilmodem/rilrequest.h |    1 +
 gril/grilunsol.c => drivers/rilmodem/rilunsol.c    |    3 +-
 gril/grilunsol.h => drivers/rilmodem/rilunsol.h    |    1 +
 drivers/rilmodem/rilutil.c                         |  623 ++++++
 drivers/rilmodem/rilutil.h                         |   14 +
 drivers/rilmodem/sim.c                             |    6 +-
 drivers/rilmodem/sms.c                             |    6 +-
 drivers/rilmodem/ussd.c                            |    4 +-
 drivers/rilmodem/voicecall.c                       |    6 +-
 gril/gril.c                                        |   47 +-
 gril/gril.h                                        |    1 -
 gril/grilio.c                                      |    3 +-
 gril/grilio.h                                      |    2 +
 gril/grilutil.c                                    |  628 ------
 gril/grilutil.h                                    |   15 -
 plugins/ril.c                                      |   16 +-
 unit/test-rilreply.c                               | 2141 ++++++++++++++++++++
 unit/test-rilrequest.c                             | 1737 ++++++++++++++++
 unit/test-rilunsol.c                               |  698 +++++++
 34 files changed, 5331 insertions(+), 721 deletions(-)
 rename {gril => drivers/rilmodem}/ril_constants.h (100%)
 rename gril/grilreply.c => drivers/rilmodem/rilreply.c (99%)
 rename gril/grilreply.h => drivers/rilmodem/rilreply.h (99%)
 rename gril/grilrequest.c => drivers/rilmodem/rilrequest.c (99%)
 rename gril/grilrequest.h => drivers/rilmodem/rilrequest.h (99%)
 rename gril/grilunsol.c => drivers/rilmodem/rilunsol.c (99%)
 rename gril/grilunsol.h => drivers/rilmodem/rilunsol.h (98%)
 create mode 100644 unit/test-rilreply.c
 create mode 100644 unit/test-rilrequest.c
 create mode 100644 unit/test-rilunsol.c

-- 
2.1.4


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

end of thread, other threads:[~2015-10-20 12:31 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-15 16:46 [PATCH 00/10] Re-factoring of gril and rilmodem Alfonso Sanchez-Beato
2015-10-15 16:46 ` [PATCH 01/10] gril: Move parcel processing to rilmodem Alfonso Sanchez-Beato
2015-10-15 16:46 ` [PATCH 02/10] gril: Adapt to movement of parcel processing Alfonso Sanchez-Beato
2015-10-15 16:46 ` [PATCH 03/10] rilmodem: " Alfonso Sanchez-Beato
2015-10-15 16:46 ` [PATCH 04/10] ril: " Alfonso Sanchez-Beato
2015-10-15 16:46 ` [PATCH 05/10] gril: Remove asserts Alfonso Sanchez-Beato
2015-10-19 13:53   ` Denis Kenzior
2015-10-15 16:46 ` [PATCH 06/10] rilmodem: " Alfonso Sanchez-Beato
2015-10-15 16:47 ` [PATCH 07/10] ril: " Alfonso Sanchez-Beato
2015-10-19 13:55   ` Denis Kenzior
2015-10-20  7:26     ` Alfonso Sanchez-Beato
2015-10-20  8:28       ` Simon Fels
2015-10-20 12:31       ` Denis Kenzior
2015-10-15 16:47 ` [PATCH 08/10] unit: Add unit tests for ril parcel processing Alfonso Sanchez-Beato
2015-10-15 16:47 ` [PATCH 09/10] build: Add rilmodem unit tests Alfonso Sanchez-Beato
2015-10-15 16:47 ` [PATCH 10/10] gitignore: Ignore " Alfonso Sanchez-Beato

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.