Comment 3 for bug 1060831

Revision history for this message
Marius B. Kotsbak (mariusko) wrote : Re: Sierra LTE modem gives no signal quality in LTE mode (only in 3G/2G mode)

It seems like CIND is preferred over CSQ (in mm-broadband-modem.c):

       if (MM_BROADBAND_MODEM (self)->priv->modem_cind_supported)
            signal_quality_cind (ctx);
        else
            signal_quality_csq (ctx);

but it seems like that is not smart in the Sierra case.