Bug 84982 - qmi: missing USSD support
Summary: qmi: missing USSD support
Status: RESOLVED MOVED
Alias: None
Product: ModemManager
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: Other All
: medium enhancement
Assignee: ModemManager bug user
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-14 10:51 UTC by Aleksander Morgado
Modified: 2018-06-10 09:02 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Aleksander Morgado 2014-10-14 10:51:59 UTC
Originally reported at:
  https://bugzilla.gnome.org/show_bug.cgi?id=705198
Please refer to the original bug report if more details are needed.

The QMI support in ModemManager is lacking support for USSD. Currently, unsupported is reported by default for every QMI modem:

  static void
  iface_modem_3gpp_ussd_init (MMIfaceModem3gppUssd *iface)
  {
      /* Assume we don't have USSD support */
      iface->check_support = NULL;
      iface->check_support_finish = NULL;
  }
Comment 1 Aleksander Morgado 2015-07-21 20:22:59 UTC
The USSD commands are defined in the 'voice' service in QMI. If no such service is available in the modem, we could fallback to the generic AT-based implementation if possible (e.g. as with GPS).
Comment 2 GitLab Migration User 2018-06-10 09:02:25 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mobile-broadband/ModemManager/issues/26.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.