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

Unified Diff: introspection/mm-modem-cdma.xml

Issue 3616004: Add enums for activation state (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/modemmanager.git
Patch Set: Remove UNKNOWN state Created 10 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: introspection/mm-modem-cdma.xml
diff --git a/introspection/mm-modem-cdma.xml b/introspection/mm-modem-cdma.xml
index b63a6b8d364a097d56b8b6c3ab7bab6e51c686a2..78f0e4d78504c19fc06834fbc7d30fd08a55770e 100644
--- a/introspection/mm-modem-cdma.xml
+++ b/introspection/mm-modem-cdma.xml
@@ -122,6 +122,20 @@
</tp:enumvalue>
</tp:enum>
+ <tp:enum name="MM_MODEM_CDMA_ACTIVATION_STATE" type="u">
+ <tp:enumvalue suffix="NOT_ACTIVATED" value="0">
+ <tp:docstring>Device is not activated</tp:docstring>
+ </tp:enumvalue>
+ <tp:enumvalue suffix="ACTIVATING" value="1">
+ <tp:docstring>Device is activating</tp:docstring>
+ </tp:enumvalue>
+ <tp:enumvalue suffix="PARTIALLY_ACTIVATED" value="2">
+ <tp:docstring>Device is partially activated; carrier-specific steps required to continue.</tp:docstring>
+ </tp:enumvalue>
+ <tp:enumvalue suffix="ACTIVATED" value="3">
+ <tp:docstring>Device is ready for use.</tp:docstring>
+ </tp:enumvalue>
+ </tp:enum>
</interface>
</node>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698