While reviewing a pull request related to NetworkTime: https://github.com/rilmodem/ofono/pull/97
I noticed two things after running a series of reboots and checking network time availability. 1. Occasionally a NITZ message isn't sent to the device after startup. This could be an optimization of rild. 2. In very rare circumstances, it's possible for GetNetworkTime to return a dictionary that lacks MobileNetworkCode or MobileCountryCode. The netttime plugin gets these from netreg, and if the values returned are NULL, then ofono's DBus code ( ofono_dbus_dict_append() ) doesn't append the key/value pair to the dictionary. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1329534 Title: GetNetworkTime sometimes returns empty results To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1329534/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
