diff options
author | Dan Williams <dcbw@redhat.com> | 2010-03-07 07:35:11 -0800 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-03-07 07:35:11 -0800 |
commit | 547a9eb9c016dd528a4a275a52da39a24f775a13 (patch) | |
tree | b0af7967030580089ed9d1feec34241723009e86 | |
parent | 7701478703d6c119c13d544bd594a6ff7b7100d1 (diff) |
introspection: add missing 27.007 access technologies
-rw-r--r-- | introspection/mm-modem-gsm.xml | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/introspection/mm-modem-gsm.xml b/introspection/mm-modem-gsm.xml index d6c42c89..25180eec 100644 --- a/introspection/mm-modem-gsm.xml +++ b/introspection/mm-modem-gsm.xml @@ -19,22 +19,28 @@ <tp:docstring>UMTS (3G)</tp:docstring> </tp:flag> <tp:flag suffix="HSDPA" value="0x10"> - <tp:docstring>HSDPA</tp:docstring> + <tp:docstring>HSDPA (3G)</tp:docstring> </tp:flag> <tp:flag suffix="2G_PREFERRED" value="0x20"> <tp:docstring>Prefer 2G (GPRS or EDGE)</tp:docstring> </tp:flag> <tp:flag suffix="3G_PREFERRED" value="0x40"> - <tp:docstring>Prefer 3G (UMTS or HSDPA)</tp:docstring> + <tp:docstring>Prefer 3G (UMTS/HSDPA/HSUPA/HSPA)</tp:docstring> </tp:flag> <tp:flag suffix="2G_ONLY" value="0x80"> <tp:docstring>Use only 2G (GPRS or EDGE)</tp:docstring> </tp:flag> <tp:flag suffix="3G_ONLY" value="0x100"> - <tp:docstring>Use only 3G (UMTS or HSDPA)</tp:docstring> + <tp:docstring>Use only 3G (UMTS/HSDPA/HSUPA/HSPA)</tp:docstring> </tp:flag> <tp:flag suffix="HSUPA" value="0x200"> - <tp:docstring>HSUPA</tp:docstring> + <tp:docstring>HSUPA (3G)</tp:docstring> + </tp:flag> + <tp:flag suffix="GSM" value="0x400"> + <tp:docstring>GSM</tp:docstring> + </tp:flag> + <tp:flag suffix="GSM_COMPACT" value="0x800"> + <tp:docstring>GSM Compact</tp:docstring> </tp:flag> </tp:flags> |