[Bugfix][T106BUG-422] change sms news

    Only Configure:No,
    Affected branch:master,
    Affected module:SIM
    Is it affected on both ZXIC and MTK:only ZXIC,
    Self-test:Yes,
    Doc Update:NO.

Change-Id: I8267a07650e7e6ef75b9465ff0081e8f0d579a2b
diff --git a/cap/zx297520v3/sources/meta-zxic-custom/recipes-lynq/lynq-qser-sms-demo/files/lynq-qser-sms-demo.cpp b/cap/zx297520v3/sources/meta-zxic-custom/recipes-lynq/lynq-qser-sms-demo/files/lynq-qser-sms-demo.cpp
index 0cb7976..a7d62ec 100755
--- a/cap/zx297520v3/sources/meta-zxic-custom/recipes-lynq/lynq-qser-sms-demo/files/lynq-qser-sms-demo.cpp
+++ b/cap/zx297520v3/sources/meta-zxic-custom/recipes-lynq/lynq-qser-sms-demo/files/lynq-qser-sms-demo.cpp
@@ -145,7 +145,7 @@
     char msg[MSG_BUF] = {};

     QSER_sms_info_t  pt_sms_info;

    // sprintf(telephony_num,"10086");//请用户务必替换此号码,随意向运营商发短消息极有可能被封号。

-    sprintf(msg,"hello");

+    sprintf(msg,"\"Chello worrld-7bit-mr!./\"");

     strncpy(pt_sms_info.src_addr, argv[1], SMS_BUF);

     strncpy(pt_sms_info.sms_data, msg, MSG_BUF);

     pt_sms_info.format = QSER_SMS_7BIT;