diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-01-03 17:06:45 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:43 +0100 |
commit | ffae95a46b66190484f414d40e50434aa278d34d (patch) | |
tree | da0ae7cf6990f4535ed3333043c18dcf701ce1f9 /src/mm-modem-helpers.h | |
parent | 3c703dd5a33714852fe0dc32879d6ea8aec7c849 (diff) |
iface-modem: new helpers to check if modem has LTE capabilities
Diffstat (limited to 'src/mm-modem-helpers.h')
-rw-r--r-- | src/mm-modem-helpers.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/mm-modem-helpers.h b/src/mm-modem-helpers.h index e8dd3372..725eca3c 100644 --- a/src/mm-modem-helpers.h +++ b/src/mm-modem-helpers.h @@ -22,11 +22,13 @@ #include "mm-modem-cdma.h" #include "mm-charsets.h" -#define MM_MODEM_CAPABILITY_3GPP \ - (MM_MODEM_CAPABILITY_GSM_UMTS | \ - MM_MODEM_CAPABILITY_LTE | \ +#define MM_MODEM_CAPABILITY_3GPP_LTE \ + (MM_MODEM_CAPABILITY_LTE | \ MM_MODEM_CAPABILITY_LTE_ADVANCED) +#define MM_MODEM_CAPABILITY_3GPP \ + (MM_MODEM_CAPABILITY_GSM_UMTS | \ + MM_MODEM_CAPABILITY_3GPP_LTE) /* Network scan results expected */ typedef struct { |