g_dbus connection timeout value added in tel_select_network_automatic() - timout... 56/8456/1
authorjooseok.park <jooseok.park@samsung.com>
Wed, 10 Jul 2013 05:05:46 +0000 (14:05 +0900)
committerwootak.jung <wootak.jung@samsung.com>
Tue, 20 Aug 2013 00:42:56 +0000 (09:42 +0900)
packaging/libslp-tapi.spec
src/tapi_network.c

index a7eca490e61e0dff95335b6a45aedfc7289e1605..da869cc521ff51fb89d447227dc029c3f9cae2be 100644 (file)
@@ -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
index 526725006ed4cbf5e79cd6a436f928e4cc7b7a0e..43675347eb1581247e730449a225aec5f712d778 100644 (file)
@@ -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;