All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] phonesim: CBS/USSD improvments
@ 2012-06-27 15:10 Philippe Nunes
  2012-06-27 15:10 ` [PATCH 1/6] controbase: Remove entries in CBM UI Philippe Nunes
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Philippe Nunes @ 2012-06-27 15:10 UTC (permalink / raw)
  To: ofono

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

-CBS message is encoded using the best CBS data coding scheme. In case of 
non-GSM characters in the plain text body, the UCS-2 alphabet is used.

-CBS message is splitted automatically in pages if needed. The UI entries
related to the page number and the maximum of pages are removed since this is
handled internally.

-USSD answer and cancellation commands are now supported.

Philippe Nunes (6):
  controbase: Remove entries in CBM UI
  qcbsmessage: Add bestScheme method in QCBSMessage class
  hardwaremanipulator: Use the best scheme for CBS message
  hardwaremanipulator: Add multi-page support for CBS message
  phonesim: Add support for USSD answer
  phonesim: Add support for USSD session cancellation

 src/control.cpp             |    9 +--
 src/controlbase.ui          |  184 ++++++++++++++++---------------------------
 src/default.xml             |   14 ++++
 src/hardwaremanipulator.cpp |   70 +++++++++-------
 src/hardwaremanipulator.h   |    6 +-
 src/qcbsmessage.cpp         |   10 ++-
 src/qcbsmessage.h           |    1 +
 7 files changed, 137 insertions(+), 157 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2012-06-27 15:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-27 15:10 [PATCH 0/6] phonesim: CBS/USSD improvments Philippe Nunes
2012-06-27 15:10 ` [PATCH 1/6] controbase: Remove entries in CBM UI Philippe Nunes
2012-06-27 15:10 ` [PATCH 2/6] qcbsmessage: Add bestScheme method in QCBSMessage class Philippe Nunes
2012-06-24 21:44   ` Denis Kenzior
2012-06-27 15:10 ` [PATCH 3/6] hardwaremanipulator: Use the best scheme for CBS message Philippe Nunes
2012-06-24 22:12   ` Denis Kenzior
2012-06-27 15:10 ` [PATCH 4/6] hardwaremanipulator: Add multi-page support " Philippe Nunes
2012-06-27 15:10 ` [PATCH 5/6] phonesim: Add support for USSD answer Philippe Nunes
2012-06-24 21:44   ` Denis Kenzior
2012-06-27 15:10 ` [PATCH 6/6] phonesim: Add support for USSD session cancellation Philippe Nunes
2012-06-24 21:44   ` 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.