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 <[email protected]> --- .../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 9afe64f..1abf915 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> -- 1.7.6 _______________________________________________ networkmanager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
