diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-12-28 18:41:50 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2018-01-20 15:41:07 +0100 |
commit | d4aaa436d9679524f910b13176d4af35bd6b14f8 (patch) | |
tree | 649e8b340e495b18d41afc1887dd10c834100c9b /introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml | |
parent | c5c9ab279d6362b2090010b4cad9ea49e9559423 (diff) |
modem-3gpp: allow loading and changing EPS UE mode of operation
The UE modes of operation for LTE are defined in 3GPP TS 24.301 (e.g.
section 4.3 in v10.3.0):
* PS mode 1: EPS only, 'voice centric'
* PS mode 2: EPS only, 'data centric'
* CS/PS mode 1: EPS and non-EPS, 'voice centric'
* CS/PS mode 2: EPS and non-EPS, 'data centric'
The mode specifies, among other things, how the UE should behave w.r.t
CS fallback depending on the capabilities reported by the network.
Diffstat (limited to 'introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml b/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml index 6d082f70..1aaba4c0 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml @@ -86,6 +86,16 @@ </method> <!-- + SetEpsUeModeOperation: + @mode: a <link linkend="MMModem3gppEpsUeModeOperation">MMModem3gppEpsUeModeOperation</link>. + + Sets the UE mode of operation for EPS. + --> + <method name="SetEpsUeModeOperation"> + <arg name="mode" type="u" direction="in" /> + </method> + + <!-- Imei: The <ulink url="http://en.wikipedia.org/wiki/Imei">IMEI</ulink> of the device. @@ -145,5 +155,14 @@ --> <property name="SubscriptionState" type="u" access="read" /> + <!-- + EpsUeModeOperation: + + A <link linkend="MMModem3gppEpsUeModeOperation">MMModem3gppEpsUeModeOperation</link> + value representing the UE mode of operation for EPS, given as an unsigned integer + (signature <literal>"u"</literal>). + --> + <property name="EpsUeModeOperation" type="u" access="read" /> + </interface> </node> |