Re: [PATCH 1.6] bearer-mbim: ensure session is disconnected before trying to connect

2017-09-13 Thread Aleksander Morgado
On Tue, Sep 12, 2017 at 6:46 PM, Aleksander Morgado wrote: > Hey! > > > On Sep 12, 2017 17:31, "Dan Williams" wrote: > > If a suspend/resume cycle happens or ModemManager is restarted (e.g. > after a crash) the modem may be left with a given session id > connected. With this change we're forcing

Re: [PATCH 1.6] bearer-mbim: ensure session is disconnected before trying to connect

2017-09-12 Thread Aleksander Morgado
Hey! On Sep 12, 2017 17:31, "Dan Williams" wrote: If a suspend/resume cycle happens or ModemManager is restarted (e.g. after a crash) the modem may be left with a given session id connected. With this change we're forcing a session disconnection before we attempt a session connection. https://

[PATCH 1.6] bearer-mbim: ensure session is disconnected before trying to connect

2017-09-12 Thread Dan Williams
If a suspend/resume cycle happens or ModemManager is restarted (e.g. after a crash) the modem may be left with a given session id connected. With this change we're forcing a session disconnection before we attempt a session connection. https://bugs.freedesktop.org/show_bug.cgi?id=102231 (cherry pi