Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: include/network.h

Issue 6294001: Added support for GSM in the modemmgr plugin. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/flimflam.git@master
Patch Set: Add a string mapping for NETWORK_TECHNOLOGY_GSM Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | plugins/modemmgr.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/network.h
diff --git a/include/network.h b/include/network.h
index 2bcaa192032cec7f139b92bd36b508b699154742..653fae65d436ab6e04ae2df30693ca939b3833ce 100644
--- a/include/network.h
+++ b/include/network.h
@@ -70,7 +70,8 @@ enum connman_network_cellular_technology {
CONNMAN_NETWORK_TECHNOLOGY_HSPA = 6,
CONNMAN_NETWORK_TECHNOLOGY_HSPA_PLUS = 7,
CONNMAN_NETWORK_TECHNOLOGY_LTE = 8,
- CONNMAN_NETWORK_TECHNOLOGY_LTE_ADVANCED = 9
+ CONNMAN_NETWORK_TECHNOLOGY_LTE_ADVANCED = 9,
+ CONNMAN_NETWORK_TECHNOLOGY_GSM = 10,
};
enum connman_network_cellular_roaming_state {
« no previous file with comments | « no previous file | plugins/modemmgr.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698