diff options
author | Andrew Bird <ajb@spheresystems.co.uk> | 2011-07-28 17:44:12 +0100 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-07-29 16:56:10 -0500 |
commit | 2db79a8b54c3b687ba709e70ab00c81f4cfbe55c (patch) | |
tree | 5dba7a75b098d7b3c00cb7962f43520350a4c3e4 | |
parent | b0a2c769079d4c28e55ec8fbc72244e386f2c6ac (diff) |
api: add new LTE constant to the MM_ACCESS_TECHs
The 10.4 version of TS27.007 extends the range of values possible from AT+COPS?
The range of values are as follows:
3GPP TS 27.007 V10.4.0, +COPS
<AcT>: integer type; access technology selected
0 GSM
1 GSM Compact
2 UTRAN
3 GSM w/EGPRS
4 UTRAN w/HSDPA
5 UTRAN w/HSUPA
6 UTRAN w/HSDPA and HSUPA
7 E-UTRAN
All but the LTE (E-UTRAN) value can be represented in MM 0.5, this patch adds a
new constant to correct that, until the MM API is redesigned later for 0.6.
Signed-off-by: Andrew Bird <ajb@spheresystems.co.uk>
-rw-r--r-- | introspection/org.freedesktop.ModemManager.Modem.Gsm.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager.Modem.Gsm.xml b/introspection/org.freedesktop.ModemManager.Modem.Gsm.xml index 9afe64f2..1abf9155 100644 --- a/introspection/org.freedesktop.ModemManager.Modem.Gsm.xml +++ b/introspection/org.freedesktop.ModemManager.Modem.Gsm.xml @@ -163,6 +163,9 @@ <tp:enumvalue suffix="HSPA_PLUS" value="9"> <tp:docstring>HSPA+ (ETSI 27.007: "UTRAN w/HSPA+")</tp:docstring> </tp:enumvalue> + <tp:enumvalue suffix="LTE" value="10"> + <tp:docstring>LTE (ETSI 27.007: "E-UTRAN")</tp:docstring> + </tp:enumvalue> </tp:enum> </interface> |