diff options
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml | 7 | ||||
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.xml | 5 |
2 files changed, 11 insertions, 1 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml b/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml index 5542fb6b..758fb32d 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml @@ -175,5 +175,12 @@ --> <property name="Pco" type="a(ubay)" access="read" /> + <!-- + InitialEpsBearer: + + The object path for the initial default EPS bearer. + --> + <property name="InitialEpsBearer" type="o" access="read" /> + </interface> </node> diff --git a/introspection/org.freedesktop.ModemManager1.Modem.xml b/introspection/org.freedesktop.ModemManager1.Modem.xml index 37cdb941..34a74feb 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.xml @@ -216,7 +216,10 @@ Bearers: The list of bearer object paths (EPS Bearers, PDP Contexts, or - CDMA2000 Packet Data Sessions). + CDMA2000 Packet Data Sessions) as requested by the user. + + This list does not include the initial EPS bearer details (see + #org.freedesktop.ModemManager1.Modem.Modem3gpp:InitialEpsBearer). --> <property name="Bearers" type="ao" access="read" /> |