Block get mailbox info 65/19765/1 accepted/tizen/mobile/20140423.082629 submit/tizen/20140417.103915
authorDongchul Lim <dc7.lim@samsung.com>
Thu, 17 Apr 2014 10:37:39 +0000 (19:37 +0900)
committerDongchul Lim <dc7.lim@samsung.com>
Thu, 17 Apr 2014 10:37:39 +0000 (19:37 +0900)
Change-Id: I14fe797c4944c2202f2be62017126f726940b41f

src/atmodem_sim.c

index 8dbd46b0a45e9993d76a663c0ae6a5b191e3ffb3..4bff29553650fd8de60430b7d31ad728d9b028f9 100755 (executable)
@@ -1240,6 +1240,7 @@ static void __on_response_atmodem_sim_get_file_data(TcorePending *p,
 
                        case TEL_SIM_EF_CPHS_MAILBOX_NUMBERS:   /* linear type */
                        case TEL_SIM_EF_MBDN:                   /* linear type */
+#if 0 //TODO tcore_sim_decode_xdn was changed from libtcore. It should be changed according to libtcore
                                dr = tcore_sim_decode_xdn((unsigned char *)res, res_len,
                                        file_meta->mb_list[file_meta->current_index-1].alpha_id,
                                        file_meta->mb_list[file_meta->current_index-1].number);
@@ -1249,6 +1250,7 @@ static void __on_response_atmodem_sim_get_file_data(TcorePending *p,
 
                                file_meta->mb_list[file_meta->current_index-1].profile_id =
                                        file_meta->current_index;
+#endif
                        break;
 
                        case TEL_SIM_EF_CPHS_VOICE_MSG_WAITING: /* transparent type */
@@ -2676,6 +2678,7 @@ static void __on_response_atmodem_sim_read_data(TcorePending *p,
 
                        case TEL_SIM_EF_CPHS_MAILBOX_NUMBERS:   /* linear type */
                        case TEL_SIM_EF_MBDN:                   /* linear type */
+#if 0 //TODO tcore_sim_decode_xdn was changed from libtcore. It should be changed according to libtcore
                                dr = tcore_sim_decode_xdn((unsigned char *)res, res_len,
                                        file_meta->mb_list[file_meta->current_index-1].alpha_id,
                                        file_meta->mb_list[file_meta->current_index-1].number);
@@ -2683,6 +2686,7 @@ static void __on_response_atmodem_sim_read_data(TcorePending *p,
                                        strlen(file_meta->mb_list[file_meta->current_index-1].alpha_id);
                                file_meta->mb_list[file_meta->current_index-1].profile_id =
                                        file_meta->current_index;
+#endif
                        break;
 
                        case TEL_SIM_EF_CPHS_VOICE_MSG_WAITING: /* transparent type */