avoid class 2 SMS is processed as normal SMS 39/8439/1
authorCaiwen Zhang <caiwen.zhang@intel.com>
Sat, 8 Jun 2013 18:08:01 +0000 (02:08 +0800)
committerwootak.jung <wootak.jung@samsung.com>
Tue, 20 Aug 2013 00:28:17 +0000 (09:28 +0900)
commitd8bfacf6dedeed32b26a4449a57c5a2ade91a0ff
treeed7b9d778b4b6eab8d61721bf1e1bdf4720477ec
parent54ad80707d7846fe27dccdf0c5986169921c05a3
avoid class 2 SMS is processed as normal SMS

prefix "+CMTI" and "+CMT" are used to identify class 2 SMS and
normal SMS, as "CMTI" is start with "+CMT", it cause class 2 SMS
is processed as normal SMS.

Besides, "+CMTI" and "+CBMI" aren't PDU mode, the prefix shouldn't
include "\e".

Change-Id: I0590c24f2bbaab4b902ce3ea950aeab67a43be1c
src/s_sms.c [changed mode: 0755->0644]