Hi Lukasz, On 03/24/2017 09:51 AM, Lukasz Nowak wrote: > From: Lukasz Nowak > > Changes from V2: > - made AlwaysOnline flow cleaner in gobi.c > - it turns out that AlwaysOnline is already a part of core logic > in src/modem.c which have the same effect as if the driver had > no set_online() function at all. Hence removed changes to > gobi_set_online() as it is never called. > Ah yes, I completely forgot that someone added the AlwaysOnline override so you didn't need to implement a brand new driver without .set_online implemented. Good that you discovered that, sorry for the confusion. Regards, -Denis