Skip to content
Snippets Groups Projects
  1. Dec 10, 2013
  2. Dec 09, 2013
  3. Dec 05, 2013
  4. Dec 04, 2013
  5. Dec 03, 2013
  6. Dec 01, 2013
    • Dan Williams's avatar
      broadband-bearer-qmi: ensure errors are cleared before re-using them · 1b34fe6c
      Dan Williams authored
      If the bearer doesn't have one of IPv4 or IPv6 configuration, then the
      qmi_message_wds_get_current_settings_output_get_ip*_address() functions
      will return FALSE with a filled error, which was not cleared.
      
      This fixes a glib warning message about overwriting an already-filled
      GError.
      1b34fe6c
  7. Nov 22, 2013
  8. Nov 21, 2013
  9. Nov 20, 2013
  10. Nov 15, 2013
  11. Nov 08, 2013
    • Prathmesh Prabhu's avatar
      altair-lte: early fail connect/disconnect attempts when out of coverage · 3d4c143b
      Prathmesh Prabhu authored
      A firmware bug in Altair ALT3100 bricks the modem when
       - The modem is out of coverage (Registration state is unknown (CEREG: 4))
       - A disconnect attempt is made using the AT%DPDNACT command.
      
      This patch prevents this situation by failing the connect/disconnect attempts in
      the altair plugin when registration state is unknown, without attempting to
      connect/disconnect the modem.
      3d4c143b
    • Prathmesh Prabhu's avatar
      bearer: notify final disconnect status using mm_bearer_report_connection_status · 3c6428fa
      Prathmesh Prabhu authored
      Some MMBearer methods to disconnect the bearer assume that the bearer is
      disconnected even if the operation fails in a subclass. This leaves MMBearer
      and MMBroadbandBearer states out of sync.
      
      This patch notifies the bearer object of the final disconnection using
      mm_bearer_report_connection_status. This gives the subclasses a chance to update
      their state even when the disconnection attempt fails.
      3c6428fa
  12. Nov 01, 2013
Loading