summaryrefslogtreecommitdiff
path: root/introspection/org.freedesktop.NetworkManager.Device.Modem.xml
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-05-06 17:15:31 +0200
committerLubomir Rintel <lkundrak@v3.sk>2019-06-05 18:36:15 +0200
commitbba4a37a59d36ea68e16854c3cecc1c7f8b8fa68 (patch)
tree81a8b376d57409d2d15ae055c0d9a261381f1ffb /introspection/org.freedesktop.NetworkManager.Device.Modem.xml
parentf18b09b3f6957c798bb826df159a5f6b591bacf6 (diff)
downloadNetworkManager-bba4a37a59d36ea68e16854c3cecc1c7f8b8fa68.tar.gz
wwan: expose the network id on the D-Bus
This is going to be useful for UIs to find out which network is the device actually registered with.
Diffstat (limited to 'introspection/org.freedesktop.NetworkManager.Device.Modem.xml')
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Modem.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Modem.xml b/introspection/org.freedesktop.NetworkManager.Device.Modem.xml
index 9ef4c7105d..425e8df004 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.Modem.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.Modem.xml
@@ -40,6 +40,16 @@
<property name="DeviceId" type="s" access="read" />
<!--
+ OperatorCode:
+
+ The MCC and MNC (concatenated) of the network the modem is connected to.
+ Blank if disconnected or not a 3GPP modem.
+
+ Since: 1.20
+ -->
+ <property name="OperatorCode" type="s" access="read" />
+
+ <!--
PropertiesChanged:
@properties: A dictionary mapping property names to variant boxed values