diff options
author | Ben Chan <benchan@chromium.org> | 2018-08-14 14:54:14 -0700 |
---|---|---|
committer | Ben Chan <benchan@chromium.org> | 2018-08-18 13:34:06 -0700 |
commit | d46aa0c36a8543857e28f151e134f88462369fc4 (patch) | |
tree | 482c03ac63af9191aa4e56ecf336904b7dadfa4b /introspection | |
parent | eb327b4203601a6c09f6369927325767391b86e7 (diff) |
modem-3gpp: add 'Pco' property to Modem3gpp interface
This patch adds a 'Pco' property to the Modem3gpp interface for tracking
PCOs that the modem has received from the network.
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml b/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml index 1aaba4c0..423ee0b6 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml @@ -164,5 +164,12 @@ --> <property name="EpsUeModeOperation" type="u" access="read" /> + <!-- + Pco: + + The raw PCOs received from the network. + --> + <property name="Pco" type="a(ubay)" access="read" /> + </interface> </node> |