broadband-modem-mbim: increase to 30s the packet service set timeout
Same timeout as used in the connection attempt.
This commit is contained in:
@@ -9064,7 +9064,7 @@ set_packet_service_state (MMIfaceModem3gpp *self,
|
|||||||
message = mbim_message_packet_service_set_new (packet_service_action, NULL);
|
message = mbim_message_packet_service_set_new (packet_service_action, NULL);
|
||||||
mbim_device_command (device,
|
mbim_device_command (device,
|
||||||
message,
|
message,
|
||||||
10,
|
30,
|
||||||
NULL,
|
NULL,
|
||||||
(GAsyncReadyCallback)packet_service_set_ready,
|
(GAsyncReadyCallback)packet_service_set_ready,
|
||||||
task);
|
task);
|
||||||
|
Reference in New Issue
Block a user