aboutsummaryrefslogtreecommitdiff
path: root/introspection/org.freedesktop.ModemManager.Modem.Gsm.xml
blob: 75cdeb09912a2a0cccf47af030b09db7ab9d30aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<?xml version="1.0" encoding="UTF-8" ?>

<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
  <interface name="org.freedesktop.ModemManager.Modem.Gsm">
    <tp:flags name="MM_MODEM_GSM_MODE" value-prefix="MM_MODEM_GSM_MODE" type="u">
      <tp:docstring>
        A bitfield describing the specifc access modes and technologies
        supported by a device and the access technology in-use when connected to
        a mobile network.
      </tp:docstring>
      <tp:flag suffix="UNKNOWN" value="0x0">
        <tp:docstring>Unknown or invalid mode.</tp:docstring>
      </tp:flag>
      <tp:flag suffix="ANY" value="0x1">
        <tp:docstring>For certain operations, allow the modem to pick any available mode.</tp:docstring>
      </tp:flag>
      <tp:flag suffix="GPRS" value="0x2">
        <tp:docstring>GPRS</tp:docstring>
      </tp:flag>
      <tp:flag suffix="EDGE" value="0x4">
        <tp:docstring>EDGE</tp:docstring>
      </tp:flag>
      <tp:flag suffix="UMTS" value="0x8">
        <tp:docstring>UMTS (3G)</tp:docstring>
      </tp:flag>
      <tp:flag suffix="HSDPA" value="0x10">
        <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/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/HSDPA/HSUPA/HSPA)</tp:docstring>
      </tp:flag>
      <tp:flag suffix="HSUPA" value="0x200">
        <tp:docstring>HSUPA (3G)</tp:docstring>
      </tp:flag>
      <tp:flag suffix="HSPA" value="0x400">
        <tp:docstring>HSPA (3G)</tp:docstring>
      </tp:flag>
      <tp:flag suffix="GSM" value="0x800">
        <tp:docstring>GSM</tp:docstring>
      </tp:flag>
      <tp:flag suffix="GSM_COMPACT" value="0x1000">
        <tp:docstring>GSM Compact</tp:docstring>
      </tp:flag>
    </tp:flags>

    <tp:flags name="MM_MODEM_GSM_BAND" value-prefix="MM_MODEM_GSM_BAND" type="u">
      <tp:docstring>
        A bitfield describing the specific radio bands supported by the device
        and the radio bands the device is allowed to use when connecting to a
        mobile network.
      </tp:docstring>
      <tp:flag suffix="UNKNOWN" value="0x0">
        <tp:docstring>Unknown or invalid band</tp:docstring>
      </tp:flag>
      <tp:flag suffix="ANY" value="0x1">
        <tp:docstring>For certain operations, allow the modem to select a band automatically.</tp:docstring>
      </tp:flag>
      <tp:flag suffix="EGSM" value="0x2">
        <tp:docstring>GSM/GPRS/EDGE 900 MHz</tp:docstring>
      </tp:flag>
      <tp:flag suffix="DCS" value="0x4">
        <tp:docstring>GSM/GPRS/EDGE 1800 MHz</tp:docstring>
      </tp:flag>
      <tp:flag suffix="PCS" value="0x8">
        <tp:docstring>GSM/GPRS/EDGE 1900 MHz</tp:docstring>
      </tp:flag>
      <tp:flag suffix="G850" value="0x10">
        <tp:docstring>GSM/GPRS/EDGE 850 MHz</tp:docstring>
      </tp:flag>
      <tp:flag suffix="U2100" value="0x20">
        <tp:docstring>WCDMA 2100 MHz (Class I)</tp:docstring>
      </tp:flag>
      <tp:flag suffix="U1800" value="0x40">
        <tp:docstring>WCDMA 3GPP 1800 MHz (Class III)</tp:docstring>
      </tp:flag>
      <tp:flag suffix="U17IV" value="0x80">
        <tp:docstring>WCDMA 3GPP AWS 1700/2100 MHz (Class IV)</tp:docstring>
      </tp:flag>
      <tp:flag suffix="U800" value="0x100">
        <tp:docstring>WCDMA 3GPP UMTS 800 MHz (Class VI)</tp:docstring>
      </tp:flag>
      <tp:flag suffix="U850" value="0x200">
        <tp:docstring>WCDMA 3GPP UMTS 850 MHz (Class V)</tp:docstring>
      </tp:flag>
      <tp:flag suffix="U900" value="0x400">
        <tp:docstring>WCDMA 3GPP UMTS 900 MHz (Class VIII)</tp:docstring>
      </tp:flag>
      <tp:flag suffix="U17IX" value="0x800">
        <tp:docstring>WCDMA 3GPP UMTS 1700 MHz (Class IX)</tp:docstring>
      </tp:flag>
      <tp:flag suffix="U1900" value="0x1000">
        <tp:docstring>WCDMA 3GPP UMTS 1900 MHz (Class II)</tp:docstring>
      </tp:flag>
      <tp:flag suffix="U2600" value="0x2000">
        <tp:docstring>WCDMA 3GPP UMTS 2600 MHz (Class VII, internal)</tp:docstring>
      </tp:flag>
    </tp:flags>

    <tp:enum name="MM_MODEM_GSM_ALLOWED_MODE" type="u">
      <tp:docstring>
        Describes the device's current access mode preference; ie the specific
        technology preferences the device is allowed to use when connecting to
        a mobile network.
      </tp:docstring>
      <tp:enumvalue suffix="ANY" value="0">
	<tp:docstring>Any mode can be used</tp:docstring>
      </tp:enumvalue>
      <tp:enumvalue suffix="2G_PREFERRED" value="1">
	<tp:docstring>Prefer 2G (GPRS or EDGE)</tp:docstring>
      </tp:enumvalue>
      <tp:enumvalue suffix="3G_PREFERRED" value="2">
	<tp:docstring>Prefer 3G (UMTS or HSxPA)</tp:docstring>
      </tp:enumvalue>
      <tp:enumvalue suffix="2G_ONLY" value="3">
	<tp:docstring>Use only 2G (GPRS or EDGE)</tp:docstring>
      </tp:enumvalue>
      <tp:enumvalue suffix="3G_ONLY" value="4">
	<tp:docstring>Use only 3G (UMTS or HSxPA)</tp:docstring>
      </tp:enumvalue>
    </tp:enum>

    <tp:enum name="MM_MODEM_GSM_ACCESS_TECH" type="u">
      <tp:docstring>
        Describes various access technologies that a device uses when connected
        to a mobile network.
      </tp:docstring>
      <tp:enumvalue suffix="UNKNOWN" value="0">
	<tp:docstring>The access technology used is unknown</tp:docstring>
      </tp:enumvalue>
      <tp:enumvalue suffix="GSM" value="1">
	<tp:docstring>GSM</tp:docstring>
      </tp:enumvalue>
      <tp:enumvalue suffix="GSM_COMPACT" value="2">
	<tp:docstring>Compact GSM</tp:docstring>
      </tp:enumvalue>
      <tp:enumvalue suffix="GPRS" value="3">
	<tp:docstring>GPRS</tp:docstring>
      </tp:enumvalue>
      <tp:enumvalue suffix="EDGE" value="4">
	<tp:docstring>EDGE (ETSI 27.007: "GSM w/EGPRS")</tp:docstring>
      </tp:enumvalue>
      <tp:enumvalue suffix="UMTS" value="5">
	<tp:docstring>UMTS (ETSI 27.007: "UTRAN")</tp:docstring>
      </tp:enumvalue>
      <tp:enumvalue suffix="HSDPA" value="6">
	<tp:docstring>HSDPA (ETSI 27.007: "UTRAN w/HSDPA")</tp:docstring>
      </tp:enumvalue>
      <tp:enumvalue suffix="HSUPA" value="7">
	<tp:docstring>HSUPA (ETSI 27.007: "UTRAN w/HSUPA")</tp:docstring>
      </tp:enumvalue>
      <tp:enumvalue suffix="HSPA" value="8">
	<tp:docstring>HSPA (ETSI 27.007: "UTRAN w/HSDPA and HSUPA")</tp:docstring>
      </tp:enumvalue>
      <tp:enumvalue suffix="HSPA_PLUS" value="9">
	<tp:docstring>HSPA+ (ETSI 27.007: "UTRAN w/HSPA+")</tp:docstring>
      </tp:enumvalue>
    </tp:enum>

  </interface>
</node>