network: treat LTE-only modems as GSM ones
LTE-only modems need to be treated as GSM/HSPA modems, as they all are 3GPP modems and they all need the same kind of configuration (APN, user, password, PIN...). https://bugzilla.gnome.org/show_bug.cgi?id=688144
This commit is contained in:
parent
e38570437e
commit
ceb035e9b3
@ -719,7 +719,8 @@ const NMDeviceModem = new Lang.Class({
|
||||
this._connectionType = NetworkManager.SETTING_CDMA_SETTING_NAME;
|
||||
} else if (this._capabilities & NetworkManager.DeviceModemCapabilities.LTE) {
|
||||
is_wwan = true;
|
||||
// FIXME: support signal quality
|
||||
this.mobileDevice = new ModemManager.ModemGsm(device.udi);
|
||||
this._connectionType = NetworkManager.SETTING_GSM_SETTING_NAME;
|
||||
}
|
||||
|
||||
if (is_wwan) {
|
||||
|
Loading…
Reference in New Issue
Block a user