summaryrefslogtreecommitdiff
path: root/libmm-glib/mm-sim-preferred-network.h
Commit message (Collapse)AuthorAgeFilesLines
* libmm-glib: fix license in sourcesAleksander Morgado2021-11-161-7/+14
| | | | The libmm-glib library is LGPLv2+, not GPLv2+.
* sim-qmi,libmm-glib: QMI implementation of get/set preferred networksTeijo Kinnunen2021-03-121-0/+1
|
* modem-helpers,mm-base-sim: Sim.SetPreferredNetworks AT implementationTeijo Kinnunen2021-03-091-1/+1
| | | | Implement Sim.SetPreferredNetworks method by using the AT+CPOL command.
* api,sim: add new Sim.SetPreferredNetworks methodTeijo Kinnunen2021-03-091-8/+10
| | | | | This commit includes D-Bus processing and documentation, but not any modem access implementation.
* libmm-glib,modem-helpers,mm-base-sim: implement Sim.PreferredNetworksTeijo Kinnunen2021-02-261-0/+68
The ModemManager1.Sim.PreferredNetworks property contains the preferred networks (and access technologies, if available) configured to the SIM card. This commit implements preferred networks reading with AT+CPOL.