diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-03-23 06:34:53 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-09 12:38:49 +0000 |
commit | 0cd76bf1c411707b6ba1c4222d791e2115ef6840 (patch) | |
tree | f3b089dbd86be8ec3f5f0ff4c38a918ac75a29ff /cli/mmcli-modem.c | |
parent | 78266ac4895e34a02f4f66893d7ae867b38864b0 (diff) |
api: deprecate MM_MODEM_CAPABILITY_LTE_ADVANCED
It's not used anywhere.
Diffstat (limited to 'cli/mmcli-modem.c')
-rw-r--r-- | cli/mmcli-modem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/mmcli-modem.c b/cli/mmcli-modem.c index 88774b64..a25de316 100644 --- a/cli/mmcli-modem.c +++ b/cli/mmcli-modem.c @@ -407,7 +407,7 @@ print_modem_info (void) pco_list = mm_modem_3gpp_get_pco (ctx->modem_3gpp); initial_eps_bearer_path = mm_modem_3gpp_get_initial_eps_bearer_path (ctx->modem_3gpp); - if (mm_modem_get_current_capabilities (ctx->modem) & (MM_MODEM_CAPABILITY_LTE | MM_MODEM_CAPABILITY_LTE_ADVANCED)) { + if (mm_modem_get_current_capabilities (ctx->modem) & (MM_MODEM_CAPABILITY_LTE)) { MMBearerProperties *initial_eps_bearer_properties; initial_eps_bearer_properties = mm_modem_3gpp_peek_initial_eps_bearer_settings (ctx->modem_3gpp); |