Merge "[Bugfix][T106BUG-165][T106BUG-27] fix setsmscenteraddress&getsmscenteraddress error"
diff --git a/cap/zx297520v3/zxic_code/zxic_source/zxic_app_open/platform/at_ctl/src/atctrl/at_rcvmsg.c b/cap/zx297520v3/zxic_code/zxic_source/zxic_app_open/platform/at_ctl/src/atctrl/at_rcvmsg.c
index a5ed31c..7ca7391 100755
--- a/cap/zx297520v3/zxic_code/zxic_source/zxic_app_open/platform/at_ctl/src/atctrl/at_rcvmsg.c
+++ b/cap/zx297520v3/zxic_code/zxic_source/zxic_app_open/platform/at_ctl/src/atctrl/at_rcvmsg.c
@@ -1360,8 +1360,10 @@
char *pdu_data = NULL;
char *pend_ctrlz = NULL, *pend_esc = NULL;
int position = at_context_get_pos_by_fd(at_fd);
-
- at_print(AT_DEBUG,"rcv_at_str_proc recv fd:%d,len:%d,data:%s\n", at_fd, at_len, get_small_str(at_str));
+ //rita modify(add) for bug id 165/27 2023/9/12 start
+ //at_print(AT_DEBUG,"rcv_at_str_proc recv fd:%d,len:%d,data:%s\n", at_fd, at_len, get_small_str(at_str));
+ at_print(AT_DEBUG,"rcv_at_str_proc recv fd:%d,len:%d,data:%s\n", at_fd, at_len, at_str);
+ //rita modify(add) for bug id 165/27 2023/9/12 end
/*Óë֮ǰµÄ·Ö¶ÎAT×Ö·û´®½øÐд®Áª*/
if((whole_cmd_str = is_whole_atcmd(at_fd, at_str, at_len)) == NULL)
{
diff --git a/cap/zx297520v3/zxic_code/zxic_source/zxic_app_open/sdk/ril/reference-ril/reference-ril.c b/cap/zx297520v3/zxic_code/zxic_source/zxic_app_open/sdk/ril/reference-ril/reference-ril.c
index 754aeec..4a62b1a 100755
--- a/cap/zx297520v3/zxic_code/zxic_source/zxic_app_open/sdk/ril/reference-ril/reference-ril.c
+++ b/cap/zx297520v3/zxic_code/zxic_source/zxic_app_open/sdk/ril/reference-ril/reference-ril.c
Binary files differ