CARRIER_LOST
case CARRIER_LOST:
dev->connected = CARRIER_LOST;
if (dev->connected == CARRIER_LOST) {
return Online(dev) ? CARRIER_OK : CARRIER_LOST;