aboutsummaryrefslogtreecommitdiff
path: root/src/mm-modem-helpers.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-12-22 20:42:50 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:37 +0100
commit4387fa183cc96c7d853bddbd339fe4fecab4cb8d (patch)
treee8d409d546db6c542b68cbfd74010df77a5b6e41 /src/mm-modem-helpers.h
parent473ca46ad9fda23a8c3bd9a8124e337091aeaf39 (diff)
broadband-modem: use new common method to check if modem is 3GPP
Diffstat (limited to 'src/mm-modem-helpers.h')
-rw-r--r--src/mm-modem-helpers.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mm-modem-helpers.h b/src/mm-modem-helpers.h
index 93295807..8f362e03 100644
--- a/src/mm-modem-helpers.h
+++ b/src/mm-modem-helpers.h
@@ -22,6 +22,12 @@
#include "mm-modem-cdma.h"
#include "mm-charsets.h"
+#define MM_MODEM_CAPABILITY_3GPP \
+ (MM_MODEM_CAPABILITY_GSM_UMTS | \
+ MM_MODEM_CAPABILITY_LTE | \
+ MM_MODEM_CAPABILITY_LTE_ADVANCED)
+
+
/* Network scan results expected */
typedef struct {
MMModem3gppNetworkAvailability status;