Skip to content
Snippets Groups Projects
  1. Oct 22, 2018
  2. Oct 20, 2018
  3. Oct 18, 2018
  4. Oct 17, 2018
  5. Oct 16, 2018
  6. Oct 09, 2018
    • Aleksander Morgado's avatar
      sierra-legacy: implement connection status monitoring with !SCACT? · fa67a4f9
      Aleksander Morgado authored
      Devices like the Netgear AC313U require explicit context monitoring,
      otherwise the device may end up disconnected internally and MM would
      still think that the connection is ongoing.
      fa67a4f9
    • Aleksander Morgado's avatar
      shared-qmi: implement support for the 'extended' LTE band list · c7d5902c
      Aleksander Morgado authored
      This will allow us to configure via mmcli devices that support LTE
      bands that would not fit in the standard TLVs (e.g. band 66 below)
      or bands which aren't really reported in the standard TLVs (e.g. bands
      46 and 48 below).
      
        $ sudo qmicli -d /dev/cdc-wdm0 -p --dms-get-band-capabilities
        [/dev/cdc-wdm0] Device band capabilities retrieved:
            Bands: 'wcdma-2100, wcdma-pcs-1900, wcdma-1700-us, wcdma-850-us, wcdma-800, wcdma-900, wcdma-1700-japan, wcdma-850-japan'
            LTE bands: '1, 2, 3, 4, 5, 7, 8, 12, 13, 14, 17, 18, 19, 20, 25, 38, 39, 40, 41, 42, 43'
            LTE bands (extended): '1, 2, 3, 4, 5, 7, 8, 12, 13, 14, 17, 18, 19, 20, 25, 26, 28, 29, 30, 32, 38, 39, 40, 41, 42, 43, 46, 48, 66'
      c7d5902c
Loading