Re: [OT] Re: [MM] [PATCH v2] iface-modem, novatel-lte: disable network scan in LTE mode

2013-01-04 Thread Aleksander Morgado
> >> You cannot mix in the same async method a code execution path using >> mm_base_modem_at_command() with another one using GSimpleAsyncResult and >> completion in idle. When you use mm_base_modem_at_command(), in >> finish() you're expected to use mm_base_modem_at_command_finish(), like >> yo

[OT] Re: [MM] [PATCH v2] iface-modem,novatel-lte: disable network scan in LTE mode

2013-01-04 Thread Marius Kotsbak
On Jan 4, 2013 12:58 AM, "Aleksander Morgado" wrote: > You cannot mix in the same async method a code execution path using > mm_base_modem_at_command() with another one using GSimpleAsyncResult and > completion in idle. When you use mm_base_modem_at_command(), in > finish() you're expected to us