summaryrefslogtreecommitdiff
path: root/introspection/org.freedesktop.ModemManager1.Modem.Simple.xml
blob: 9a0238167a49f63b6668b64f21779d8198173cac (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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<?xml version="1.0" encoding="UTF-8" ?>

<!--
 ModemManager 1.0 Interface Specification

   Copyright (C) 2008 Novell, Inc.
   Copyright (C) 2008-2013 Red Hat, Inc.
   Copyright (C) 2011-2013 Google, Inc.
   Copyright (C) 2011-2013 Lanedo GmbH
-->

<node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">

  <!--
      org.freedesktop.ModemManager1.Modem.Simple:
      @short_description: The ModemManager Simple interface.

      The Simple interface allows controlling and querying the status of Modems.

      This interface will only be available once the modem is ready to be
      registered in the cellular network. 3GPP devices will require a valid
      unlocked SIM card before any of the features in the interface can be
      used.
  -->
  <interface name="org.freedesktop.ModemManager1.Modem.Simple">

    <!--
        Connect:
        @properties: Dictionary of properties needed to get the modem connected.
        @bearer: On successful connect, returns the object path of the connected packet data bearer used for the connection attempt.

        Do everything needed to connect the modem using the given properties.

        This method will attempt to find a matching packet data bearer and
        activate it if necessary, returning the bearer's IP details.  If no
        matching bearer is found, a new bearer will be created and activated,
        but this operation may fail if no resources are available to complete
        this connection attempt (ie, if a conflicting bearer is already active).

        This call may make a large number of changes to modem configuration
        based on properties passed in. For example, given a PIN-locked, disabled
        GSM/UMTS modem, this call may unlock the SIM PIN, wait for network
        registration (or force registration to a specific provider), create a
        new packet data bearer using the given "apn", and connect that bearer.

        The list of allowed properties includes all the ones defined in the
        <link linkend="gdbus-property-org-freedesktop-ModemManager1-Bearer.Properties">bearer properties</link>
        plus these additional ones that are only applicable to this method,
        and only to 3GPP (GSM/UMTS/LTE/5GNR) devices:

        <variablelist>
          <varlistentry><term><literal>"pin"</literal></term>
            <listitem>
              SIM-PIN unlock code, given as a string value (signature
              <literal>"s"</literal>).
            </listitem>
          </varlistentry>
          <varlistentry><term><literal>"operator-id"</literal></term>
            <listitem>
              ETSI MCC-MNC of a network to force registration with,
              given as a string value (signature <literal>"s"</literal>).
            </listitem>
          </varlistentry>
        </variablelist>

        There are no settings specific to this call that would apply to 3GPP2
        (CDMA/EVDO) devices.

        Since: 1.0
    -->
    <method name="Connect">
      <arg name="properties" type="a{sv}" direction="in"  />
      <arg name="bearer"     type="o"     direction="out" />
    </method>

    <!--
        Disconnect:
        @bearer: If given this method will disconnect the referenced packet
        data bearer, while if "/" (ie, no object given) this method will
        disconnect all active packet data bearers.

        Disconnect an active packet data connection.

        Since: 1.0
    -->
    <method name="Disconnect">
      <arg name="bearer" type="o" direction="in" />
    </method>

    <!--
        GetStatus:
        @properties: Dictionary of properties.

        Get the general modem status.

        The predefined common properties returned are:
        <variablelist>
          <varlistentry><term><literal>"state"</literal></term>
            <listitem>
              A <link linkend="MMModemState">MMModemState</link> value
              specifying the overall state of the modem, given as an
              unsigned integer value (signature <literal>"u"</literal>).
            </listitem>
          </varlistentry>
          <varlistentry><term><literal>"signal-quality"</literal></term>
            <listitem>
              Signal quality value, given only when registered,
              as unsigned integer value and an additional boolean value 
              indicating if the value was recently taken.
              (signature <literal>"(ub)"</literal>).
            </listitem>
          </varlistentry>
          <varlistentry><term><literal>"current-bands"</literal></term>
            <listitem>
              List of <link linkend="MMModemBand">MMModemBand</link> values,
              given only when registered, as a list of
              unsigned integer values (signature <literal>"au"</literal>).
            </listitem>
          </varlistentry>
          <varlistentry><term><literal>"access-technologies"</literal></term>
            <listitem>
              A <link linkend="MMModemAccessTechnology">MMModemAccessTechnology</link> value,
              given only when registered, as an unsigned integer value
              (signature <literal>"u"</literal>).
            </listitem>
          </varlistentry>
          <varlistentry><term><literal>"m3gpp-registration-state"</literal></term>
            <listitem>
              A <link linkend="MMModem3gppRegistrationState">MMModem3gppRegistrationState</link> value
              specifying the state of the registration, given only when registered
              in a 3GPP network, as an unsigned integer value (signature
              <literal>"u"</literal>).
            </listitem>
          </varlistentry>
          <varlistentry><term><literal>"m3gpp-operator-code"</literal></term>
            <listitem>
              Operator <literal>MCC-MNC</literal>, given only when registered
              in a 3GPP network, as a string value (signature <literal>"s"</literal>).
            </listitem>
          </varlistentry>
          <varlistentry><term><literal>"m3gpp-operator-name"</literal></term>
            <listitem>
              Operator name, given only when registered in a 3GPP network,
              as a string value (signature <literal>"s"</literal>).
            </listitem>
          </varlistentry>
          <varlistentry><term><literal>"cdma-cdma1x-registration-state"</literal></term>
            <listitem>
              A <link linkend="MMModemCdmaRegistrationState">MMModemCdmaRegistrationState</link> value
              specifying the state of the registration, given only when registered
              in a CDMA1x network, as an unsigned integer value (signature
              <literal>"u"</literal>).
            </listitem>
          </varlistentry>
          <varlistentry><term><literal>"cdma-evdo-registration-state"</literal></term>
            <listitem>
              A <link linkend="MMModemCdmaRegistrationState">MMModemCdmaRegistrationState</link> value
              specifying the state of the registration, given only when registered
              in a EV-DO network, as an unsigned integer value (signature
              <literal>"u"</literal>).
            </listitem>
          </varlistentry>
          <varlistentry><term><literal>"cdma-sid"</literal></term>
            <listitem>
              The System Identifier of the serving network, if registered in a CDMA1x network and if known.
              Given as an unsigned integer value (signature <literal>"u"</literal>).
            </listitem>
          </varlistentry>
          <varlistentry><term><literal>"cdma-nid"</literal></term>
            <listitem>
              The Network Identifier of the serving network, if registered in a CDMA1x network and if known.
              Given as an unsigned integer value (signature <literal>"u"</literal>).
            </listitem>
          </varlistentry>
        </variablelist>

        Since: 1.0
    -->
    <method name="GetStatus">
      <arg name="properties" type="a{sv}" direction="out" />
    </method>

  </interface>
</node>