Skip to content
Snippets Groups Projects
  1. Mar 12, 2021
  2. Mar 11, 2021
  3. Feb 26, 2021
  4. Feb 23, 2021
  5. Jan 16, 2021
  6. Jan 13, 2021
  7. Dec 19, 2020
  8. Dec 02, 2020
  9. Nov 19, 2020
    • David Leonard's avatar
      sms: fix 7-bit ASCII SMS decoding · 30b13bd2
      David Leonard authored and Aleksander Morgado's avatar Aleksander Morgado committed
      Fixes an issue where (5+8n)-character long SMS messages received on a
      CDMA network would be dropped with a "cannot read user data" error,
      while other length SMS messages would be delivered fine.
      
      Fix thanks to Peter Hunt
      
      (cherry picked from commit 7ac42e76)
      30b13bd2
  10. Nov 16, 2020
  11. Nov 09, 2020
  12. Nov 08, 2020
  13. Oct 21, 2020
    • Aleksander Morgado's avatar
      broadband-modem-qmi: fix crash when device removed during init · 6e8f36a6
      Aleksander Morgado authored
      If the modem goes away (ports removed) during the initialization
      phase (e.g. while QMI clients are being allocated), the MMPortQmi
      object will be closed and it will lose its internal QmiDevice.
      
      We should therefore consider the lack of QmiDevice a valid usecase in
      track_qmi_device_removed() and return a GError when that happens.
      
          #0  0x00007fb544618cc9 in raise () from /lib/libc.so.6
          #1  0x00007fb54461bd68 in abort () from /lib/libc.so.6
          #2  0x00007fb544e2213d in g_assertion_message () from /usr/lib/libglib-2.0.so.0
          #3  0x00007fb544e221ba in g_assertion_message_expr () from /usr/lib/libglib-2.0.so.0
          #4  0x00000000004be584 in track_qmi_device_removed ()
          #5  0x00000000004be5e3 in allocate_next_client ()
          #6  0x00000000004be7b1 in qmi_port_allocate_client_ready ()
          #7  0x00007fb5453690a3 in g_task_return_now () from /usr/lib/libgio-2.0.so.0
          #8  0x00007fb54536967e in g_task_return () from /usr/lib/libgio-2.0.so.0
          #9  0x00000000004dd8f8 in allocate_client_ready ()
          #10 0x00007fb5453690a3 in g_task_return_now () from /usr/lib/libgio-2.0.so.0
          #11 0x00007fb54536967e in g_task_return () from /usr/lib/libgio-2.0.so.0
          #12 0x00007fb54591d4de in allocate_cid_ready () from /usr/lib/libqmi-glib.so.5
          ...
      
      (cherry picked from commit 8a54baa3)
      6e8f36a6
    • Aleksander Morgado's avatar
      broadband-modem-qmi: minor coding style fixes · c3b09d39
      Aleksander Morgado authored
      (cherry picked from commit 1ed9f7e9)
      c3b09d39
  14. Oct 14, 2020
Loading