Re: [PATCH 1/5] cdma-sms: Add CDMA SMS Support

2010-12-20 Thread Denis Kenzior
Hi Lei, On 12/08/2010 06:35 PM, Lei Yu wrote: --- Makefile.am|2 +- include/cdma-sms.h | 69 include/dbus.h |4 +++ src/ofono.h|2 + Can you do me a favor and split this up into two patches? One for

[PATCH 1/5] cdma-sms: Add CDMA SMS Support

2010-12-08 Thread Lei Yu
--- Makefile.am|2 +- include/cdma-sms.h | 69 include/dbus.h |4 +++ src/ofono.h|2 + 4 files changed, 76 insertions(+), 1 deletions(-) create mode 100644 include/cdma-sms.h diff --git a/Makefile.am