diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-01-13 11:26:28 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:50 +0100 |
commit | 8adc9cd699503885d9878403834d2a7f674cc661 (patch) | |
tree | 97f42a47cf57ae707ea58ab88a2e984eb9a728c2 /src/mm-iface-modem-simple.c | |
parent | c0e0649a821d7370087931af9546c506248f4530 (diff) |
broadband-modem: we can expect non-LTE 3GPP+CDMA modems
Diffstat (limited to 'src/mm-iface-modem-simple.c')
-rw-r--r-- | src/mm-iface-modem-simple.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm-iface-modem-simple.c b/src/mm-iface-modem-simple.c index dfcc176f..65e9356e 100644 --- a/src/mm-iface-modem-simple.c +++ b/src/mm-iface-modem-simple.c @@ -158,7 +158,7 @@ register_in_3gpp_or_cdma_network (MMIfaceModemSimple *self, ctx->remaining_tries_cdma = 1; ctx->remaining_tries_3gpp = 0; } - /* Mixed 3GPP(LTE)+CDMA modems... */ + /* Mixed 3GPP+CDMA modems... */ else { ctx->max_try_time = 10; ctx->remaining_tries_cdma = 6; @@ -301,7 +301,7 @@ create_3gpp_and_cdma_bearers (MMIfaceModemSimple *self, /* CDMA-only modems... */ else if (mm_iface_modem_is_cdma_only (MM_IFACE_MODEM (ctx->self))) ctx->create_cdma_bearer = TRUE; - /* Mixed CDMA+3GPP(LTE) modems */ + /* Mixed CDMA+3GPP modems */ else { /* If we have APN, we'll create both 3GPP and CDMA bearers. * Otherwise we'll only create a CDMA bearer. */ |