aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-12-22 20:39:27 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:36 +0100
commit0cb3be0618d30a1fb8c8bfd9cb47139221eb6522 (patch)
tree5dcc03ac68481bc89d69429bbabd8494b9bfff28
parent8a636f6b16641ca90a5b87be412713cce15af45f (diff)
api,dbus: let Connect() return just the bearer path
Also renamed some of the properties that can be passed, trying to consolidate a common set of names.
-rw-r--r--new/org.freedesktop.ModemManager1.Modem.Simple.xml12
1 files changed, 3 insertions, 9 deletions
diff --git a/new/org.freedesktop.ModemManager1.Modem.Simple.xml b/new/org.freedesktop.ModemManager1.Modem.Simple.xml
index 12a73dbc..b44f2504 100644
--- a/new/org.freedesktop.ModemManager1.Modem.Simple.xml
+++ b/new/org.freedesktop.ModemManager1.Modem.Simple.xml
@@ -23,9 +23,6 @@
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.
- @interface: The operating system name for the network data interface that provides packet data using this bearer. Connection managers must configure this interface using the given IP configuration returned by bearer activation.
- @ip4config: If the bearer was configured for IPv4 addressing, upon successful connect this argument contains the addressing details for assignment to the data interface. See <link linkend="gdbus-property-org-freedesktop-ModemManager1-Bearer.Ip4Config">Ip4Config</link>.
- @ip6config: If the bearer was configured for IPv6 addressing, upon successful connect this argument contains the addressing details for assignment to the data interface. See <link linkend="gdbus-property-org-freedesktop-ModemManager1-Bearer.Ip6Config">Ip6Config</link>.
Do everything needed to connect the modem using the given properties.
@@ -49,7 +46,7 @@
SIM-PIN unlock code, given as a string value (signature <literal>"s"</literal>).
</listitem>
</varlistentry>
- <varlistentry><term><literal>"network-id"</literal></term>
+ <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>).
@@ -95,9 +92,9 @@
given as a string value (signature <literal>"s"</literal>).
</listitem>
</varlistentry>
- <varlistentry><term><literal>"home-only"</literal></term>
+ <varlistentry><term><literal>"allow-roaming"</literal></term>
<listitem>
- %TRUE to allow only connections to home networks,
+ %FALSE to allow only connections to home networks,
given as a boolean value (signature <literal>"b"</literal>).
</listitem>
</varlistentry>
@@ -106,9 +103,6 @@
<method name="Connect">
<arg name="properties" type="a{sv}" direction="in" />
<arg name="bearer" type="o" direction="out" />
- <arg name="interface" type="s" direction="out" />
- <arg name="ip4config" type="a{sv}" direction="out" />
- <arg name="ip6config" type="a{sv}" direction="out" />
</method>
<!--