diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2018-12-06 07:55:58 +0100 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2018-12-07 16:20:53 +0000 |
commit | 8281b5048bc002dd2b049fdad041a35b7175eca7 (patch) | |
tree | f0d63ac18cdb5031f7209d7d4175d140a31a7326 /introspection | |
parent | 9c3ac2fb6023b87d065221f845969b0f06e26363 (diff) |
api,modem-3gpp: new 'InitialEpsBearerSettings' property
This property shows the settings stored in the device to be used
during the initial LTE attach procedure.
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml b/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml index 758fb32d..f58683f6 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml @@ -182,5 +182,18 @@ --> <property name="InitialEpsBearer" type="o" access="read" /> + <!-- + InitialEpsBearerSettings: + + List of properties requested by the device for the initial EPS bearer during + LTE network attach procedure. + + The network may decide to use different settings during the actual device attach + procedure, e.g. if the device is roaming or no explicit settings were requested, + so the properties shown in the #org.freedesktop.ModemManager1.Modem.Modem3gpp.InitialEpsBearer:InitialEpsBearer + may be totally different. + --> + <property name="InitialEpsBearerSettings" type="a{sv}" access="read" /> + </interface> </node> |