Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-16 | libmm-glib: fix license in sources | Aleksander Morgado | |
The libmm-glib library is LGPLv2+, not GPLv2+. | |||
2021-03-12 | sim-qmi,libmm-glib: QMI implementation of get/set preferred networks | Teijo Kinnunen | |
2021-03-09 | modem-helpers,mm-base-sim: Sim.SetPreferredNetworks AT implementation | Teijo Kinnunen | |
Implement Sim.SetPreferredNetworks method by using the AT+CPOL command. | |||
2021-03-09 | api,sim: add new Sim.SetPreferredNetworks method | Teijo Kinnunen | |
This commit includes D-Bus processing and documentation, but not any modem access implementation. | |||
2021-02-26 | libmm-glib,modem-helpers,mm-base-sim: implement Sim.PreferredNetworks | Teijo Kinnunen | |
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. |