diff options
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 { |