Uploaded image for project: 'Qt Mobility'
  1. Qt Mobility
  2. QTMOBILITY-1699

Roaming SPN name used instead of home SPN

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Out of scope
    • Icon: P1: Critical P1: Critical
    • None
    • 1.2.0
    • System Information
    • None

      QT mobility only provide current operator name.
      Using DBus, try to use 2 interface
      1. "GetServiceProviderName" fail, return empty string.
      2. "GetIMSI" success.

      Could you please forward this error to "Cellular Services Daemon (CSD) SIM
      Services Plugin" component?

      QDBusInterface connectionInterface("com.nokia.csd.SIM",
      "/com/nokia/csd/sim",
      "com.nokia.csd.SIM.Identity",
      QDBusConnection::systemBus(), this);

      QDBusReply< QString > reply2 = connectionInterface.call("GetIMSI");
      qDebug() << "GetIMSI: " << reply2.value();
      QDBusReply< QString > reply =
      connectionInterface.call("GetServiceProviderName");
      QString networkName = reply.value();
      qDebug() << "GetServiceProviderName: " << networkName;
      return networkName;

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            xizzhu Xizhi Zhu (Steven)
            leonlee Leonard Lee
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes