framework/telephony/libslp-tapi.git
11 years agoFix: device can not power off due to crash tizen_2.1 2.1b_release accepted/tizen_2.1/20130425.025055 submit/tizen_2.1/20130424.233338
Chengwei Yang [Fri, 12 Apr 2013 02:52:09 +0000 (10:52 +0800)]
Fix: device can not power off due to crash

system_server crash at power off the phone. See below back trace.

 Program terminated with signal 11, Segmentation fault.
 #0  0xb76a898f in _unregister_noti (key=0xb451e1f8, value=0xb450a6b0,
    user_data=0x0) at
 /usr/src/debug/libslp-tapi-0.6.69/src/tapi_common.c:1290
 1290
 g_dbus_connection_signal_unsubscribe(handle->dbus_connection,
 evt_cb_data->evt_id);
 (gdb) bt
 #0  0xb76a898f in _unregister_noti (key=0xb451e1f8, value=0xb450a6b0,
    user_data=0x0) at
 /usr/src/debug/libslp-tapi-0.6.69/src/tapi_common.c:1290
 #1  0xb74518a9 in g_hash_table_foreach_remove_or_steal ()
   from /usr/lib/libglib-2.0.so.0
 #2  0xb76ad3c5 in tel_deinit (handle=0x8d14e48)
    at /usr/src/debug/libslp-tapi-0.6.69/src/tapi_common.c:1304
 #3  0x08050ff4 in powerdown_ap_by_force (data=0x0)
    at /usr/src/debug/system-server-0.1.65/ss_predefine.c:324
 #4  0xb779c38a in _ecore_timer_expired_call () from
 /usr/lib/libecore.so.1
 #5  0xb779c557 in _ecore_timer_expired_timers_call ()
   from /usr/lib/libecore.so.1
 #6  0xb7798d13 in _ecore_main_loop_iterate_internal ()
   from /usr/lib/libecore.so.1
 #7  0xb779941f in ecore_main_loop_begin () from /usr/lib/libecore.so.1
 #8  0x0804bd45 in system_main (argc=1, argv=0xbfb6f154)
    at /usr/src/debug/system-server-0.1.65/ss_main.c:102
 #9  0x0804bda1 in elm_main (argc=1, argv=0xbfb6f154)
    at /usr/src/debug/system-server-0.1.65/ss_main.c:112
 #10 0x0804bdfe in main (argc=1, argv=0xbfb6f154)
    at /usr/src/debug/system-server-0.1.65/ss_main.c:119

Change-Id: If840b4ae2668deb6f585d85829bdb313ef65a18c
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
11 years agoMerge "Flight mode vconf to be set in case no CP availible." into tizen_2.1
Jinmin Chung [Thu, 11 Apr 2013 05:55:36 +0000 (14:55 +0900)]
Merge "Flight mode vconf to be set in case no CP availible." into tizen_2.1

11 years agoMerge "Remove memory leak in TAPI(Docomo Jira)" into tizen_2.1
Dongchul Lim [Thu, 11 Apr 2013 01:24:40 +0000 (10:24 +0900)]
Merge "Remove memory leak in TAPI(Docomo Jira)" into tizen_2.1

11 years agoRemove memory leak in TAPI(Docomo Jira)
Dongchul Lim [Fri, 5 Apr 2013 01:48:39 +0000 (10:48 +0900)]
Remove memory leak in TAPI(Docomo Jira)

This fix is only include tapi_common.c and tapi_sim.c as Docomo's request

Change-Id: I1a5c60aebd969b774810da5488402c52521aabea

11 years agoFlight mode vconf to be set in case no CP availible.
wootak.jung [Wed, 10 Apr 2013 07:00:41 +0000 (16:00 +0900)]
Flight mode vconf to be set in case no CP availible.

When CP is offline state, dbus interface does not created at this moment.
If tel_set_flight_mode is called by application, then
g_dbus_connection_call_finish with error will be occured.
Thus, evt_cb_data->cb_fn will not be luanched.

Change-Id: I22dd366d1ee5bc5bf703006309948a29c82a7416

11 years agoFix key name
Philippe Nunes [Tue, 9 Apr 2013 08:40:30 +0000 (10:40 +0200)]
Fix key name

11 years agoPrevent Memory laek on SIM TAPI-new
Dongchul Lim [Wed, 27 Mar 2013 02:56:09 +0000 (11:56 +0900)]
Prevent Memory laek on SIM TAPI-new

Change-Id: I28fde4e7b938ff445f04e011c0fbcb30ed57b1a4

11 years agoAlign tel_noti_sms_incomming_msg
Philippe Nunes [Sat, 16 Mar 2013 10:49:53 +0000 (11:49 +0100)]
Align tel_noti_sms_incomming_msg

11 years agotapi_sms: Add SCA encoded buffer length to 12 bytes
Guillaume Zajac [Thu, 13 Dec 2012 14:27:37 +0000 (15:27 +0100)]
tapi_sms: Add SCA encoded buffer length to 12 bytes

11 years agomerge with master
Jinkun Jang [Fri, 15 Mar 2013 16:18:36 +0000 (01:18 +0900)]
merge with master

11 years agoTizen 2.1 base
Jinkun Jang [Tue, 12 Mar 2013 16:52:05 +0000 (01:52 +0900)]
Tizen 2.1 base

12 years agoInitial empty repository
Eunkyoung Kim [Fri, 6 Jan 2012 12:59:59 +0000 (21:59 +0900)]
Initial empty repository