diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-05-29 17:52:28 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-06-05 19:15:15 +0200 |
commit | da606ef572eeca18af14d04cbcb94f7e7c7eb474 (patch) | |
tree | 9ecbdd8e26b5ad12cb75119e7dd146d4a27b0a61 /src/mm-modem-helpers-qmi.h | |
parent | 83a8e08c3714ce92483e4cba549dcb7e65846b87 (diff) |
broadband-modem-qmi: update current capabilities loading logic
Changes being:
* Don't rely on the band preference TLVs presence. The band preference TLVs are
always given, even if the modem doesn't support the specific capability right
away. E.g. a GSM/UMTS/LTE modem configured with 'gsm-umts' capability (no
'lte') still shows the LTE band preference TLV in the SSP responses.
* Don't automatically add LTE as current capability. We needed this when we
were not able to change capabilities, so that we didn't lose the ability to
set 4G mode as allowed.
Diffstat (limited to 'src/mm-modem-helpers-qmi.h')
-rw-r--r-- | src/mm-modem-helpers-qmi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mm-modem-helpers-qmi.h b/src/mm-modem-helpers-qmi.h index eecde221..63b05311 100644 --- a/src/mm-modem-helpers-qmi.h +++ b/src/mm-modem-helpers-qmi.h @@ -100,8 +100,6 @@ QmiWdsAuthentication mm_bearer_allowed_auth_to_qmi_authentication (MMBearerAllow typedef struct { /* NAS System Selection Preference */ QmiNasRatModePreference nas_ssp_mode_preference_mask; - QmiNasBandPreference nas_ssp_band_preference_mask; - QmiNasLteBandPreference nas_ssp_lte_band_preference_mask; /* NAS Technology Preference */ QmiNasRadioTechnologyPreference nas_tp_mask; /* DMS Capabilities */ |