All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] Long phone numbers
@ 2011-01-17 14:59 Rafael Ignacio Zurita
  2011-01-17 14:59 ` [RFC PATCH 1/3] types: change OFONO_MAX_PHONE_NUMBER_LENGTH value to 80 Rafael Ignacio Zurita
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Rafael Ignacio Zurita @ 2011-01-17 14:59 UTC (permalink / raw)
  To: ofono

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

This is a proposal for the "long phone number" task (80 digits max length).
It changes OFONO_MAX_PHONE_NUMBER_LENGTH and splits
common:valid_phone_number_format(), to make sure long numbers are handled
appropriately for functions that need manage shorter numbers, like
numbers written to the SIM, or sms SCA.

Rafael Ignacio Zurita (3):
  types: change OFONO_MAX_PHONE_NUMBER_LENGTH value to 80
  common: split valid_phone_number_format and adapt atoms
  smart-messaging: Adapt to use new number format validation function

 include/types.h           |    2 +-
 plugins/smart-messaging.c |    4 ++--
 src/call-forwarding.c     |    4 ++++
 src/common.c              |   20 ++++++++++++++++++--
 src/common.h              |    2 ++
 src/message-waiting.c     |   14 ++++++++++++++
 src/sim.c                 |    2 +-
 src/sms.c                 |    5 +++--
 8 files changed, 45 insertions(+), 8 deletions(-)

-- 
1.7.2.3


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

end of thread, other threads:[~2011-01-19  4:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-17 14:59 [RFC PATCH 0/3] Long phone numbers Rafael Ignacio Zurita
2011-01-17 14:59 ` [RFC PATCH 1/3] types: change OFONO_MAX_PHONE_NUMBER_LENGTH value to 80 Rafael Ignacio Zurita
2011-01-17 14:59 ` [RFC PATCH 2/3] common: split valid_phone_number_format and adapt atoms Rafael Ignacio Zurita
2011-01-17 14:59 ` [RFC PATCH 3/3] smart-messaging: Adapt to use new validation function Rafael Ignacio Zurita
2011-01-17 21:18 ` [RFC PATCH 0/3] Long phone numbers Pekka Pessi
2011-01-18  9:39   ` Rafael Ignacio Zurita
2011-01-19  4:27     ` 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.