aboutsummaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-3gpp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-iface-modem-3gpp.c')
-rw-r--r--src/mm-iface-modem-3gpp.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mm-iface-modem-3gpp.c b/src/mm-iface-modem-3gpp.c
index f3779c95..662052fb 100644
--- a/src/mm-iface-modem-3gpp.c
+++ b/src/mm-iface-modem-3gpp.c
@@ -2579,15 +2579,6 @@ mm_iface_modem_3gpp_initialize (MMIfaceModem3gpp *self,
g_object_set (self,
MM_IFACE_MODEM_3GPP_DBUS_SKELETON, skeleton,
NULL);
-
- /* If the modem is *only* LTE, we assume that CS network is not
- * supported */
- if (mm_iface_modem_is_3gpp_lte_only (MM_IFACE_MODEM (self))) {
- mm_obj_dbg (self, "LTE-only device, assuming CS network is not supported");
- g_object_set (self,
- MM_IFACE_MODEM_3GPP_CS_NETWORK_SUPPORTED, FALSE,
- NULL);
- }
}
ctx = g_new0 (InitializationContext, 1);