aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorMarius Vollmer <marius.vollmer@nokia.com>2009-09-17 14:37:46 +0300
committerMarius Vollmer <marius.vollmer@nokia.com>2009-09-17 14:43:53 +0300
commitee488806e4153746e0cca34dc038626171c3faba (patch)
tree3ffb3b613a567f34c9bf9cfb0042753f9003c999 /spec
parent0f89e8cfa26ff16e96fa9f8e13ea68751bc56632 (diff)
More Cellular properties.
Diffstat (limited to 'spec')
-rw-r--r--spec/core.context40
1 files changed, 39 insertions, 1 deletions
diff --git a/spec/core.context b/spec/core.context
index f5569677..be29064a 100644
--- a/spec/core.context
+++ b/spec/core.context
@@ -300,7 +300,7 @@ Information about the cellular radio.
<key name="Cellular.NetworkName"
type="string">
<doc>
-The name of the cellular network, as a localized string.
+The name of the cellular network.
</doc>
</key>
<key name="Cellular.SignalStrength"
@@ -309,6 +309,44 @@ The name of the cellular network, as a localized string.
The signal strength at the cellular radio, in percent of the maximum.
</doc>
</key>
+ <key name="Cellular.Technology">
+ <type>
+ <string-enum>
+ <gsm/>
+ <umts/>
+ </string-enum>
+ </type>
+ <doc>
+The currently used Radio Access Technology.
+ </doc>
+ </key>
+ <key name="Cellular.DataTechnology">
+ <type>
+ <string-enum>
+ <gprs/>
+ <egprs/>
+ <umts/>
+ <hspa/>
+ </string-enum>
+ </type>
+ <doc>
+The currently used Radio Access Technology for data transfer.
+ </doc>
+ </key>
+ <key name="Cellular.RegistrationStatus">
+ <type>
+ <string-enum>
+ <home doc="Registered with the home network"/>
+ <roam doc="Roaming"/>
+ <no-sim doc="No SIM card is present"/>
+ <offline doc="Cellular radio is powered off"/>
+ <forbidden doc="Cellular access is denied, e.g., because of invalid SIM"/>
+ </string-enum>
+ </type>
+ <doc>
+The current cellular network registration status.
+ </doc>
+ </key>
<doc>
Environment
-----------