GNOME Bugzilla – Bug 688144
LTE-only modems should be handled as GSM ones
Last modified: 2013-02-05 14:50:27 UTC
The network indicator has some code in place to handle non-GSM non-CDMA LTE-only modems: } else if (this._capabilities & NetworkManager.DeviceModemCapabilities.LTE) { is_wwan = true; // FIXME: support signal quality } These modems, if ever found, should be handled as GSM modems.
Created attachment 228759 [details] [review] Patch for the issue.
Be aware that that code is being changed in bug 688144, which is pending review, and this patch would need rebasing.
Giovanni: The bug you pointed out is actually this bug :-)
Ops, sorry, I meant bug 681146
Created attachment 235213 [details] [review] Rebased patch Rebased the patch on top of git master.
Review of attachment 235213 [details] [review]: Bah, let's get this in.
Great :) pushed now. This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.