Bug 84982

Summary: qmi: missing USSD support
Product: ModemManager Reporter: Aleksander Morgado <aleksander>
Component: generalAssignee: ModemManager bug user <modemmanager>
Status: RESOLVED MOVED QA Contact:
Severity: enhancement    
Priority: medium CC: public.avatar
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

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.