From: jooseok.park Date: Wed, 10 Jul 2013 05:05:46 +0000 (+0900) Subject: g_dbus connection timeout value added in tel_select_network_automatic() - timout... X-Git-Tag: submit/tizen/20130910.030805~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0eebc71e5bfee855d9f34d6ad498137df239f96b;p=platform%2Fcore%2Ftelephony%2Flibtapi.git g_dbus connection timeout value added in tel_select_network_automatic() - timout value : 3min --- diff --git a/packaging/libslp-tapi.spec b/packaging/libslp-tapi.spec index a7eca49..da869cc 100644 --- a/packaging/libslp-tapi.spec +++ b/packaging/libslp-tapi.spec @@ -1,6 +1,6 @@ Name: libslp-tapi Summary: Telephony dbus client library -Version: 0.6.69 +Version: 0.6.70 Release: 2 Group: System/Libraries License: Apache-2.0 diff --git a/src/tapi_network.c b/src/tapi_network.c index 5267250..4367534 100644 --- a/src/tapi_network.c +++ b/src/tapi_network.c @@ -658,7 +658,7 @@ EXPORT_API int tel_select_network_automatic(struct tapi_handle *handle, tapi_res g_dbus_connection_call(handle->dbus_connection, DBUS_TELEPHONY_SERVICE , handle->path, DBUS_TELEPHONY_NETWORK_INTERFACE, "SetSelectionMode", param, NULL, - G_DBUS_CALL_FLAGS_NONE, -1, handle->ca, + G_DBUS_CALL_FLAGS_NONE, 180000, handle->ca, on_response_default_set, evt_cb_data); return TAPI_API_SUCCESS;