Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-27 | libmm-glib: separate files for flags and enums types | Aleksander Morgado | |
This allows us to skip needing to include the non-existent build_string_from_mask() or get_string() counterparts in the documentation index. | |||
2022-01-18 | libmm-glib,cell-info-nr5g: new 'MMCellInfoNr5g' object | Aleksander Morgado | |
Implementing support for 5GNR cell info. | |||
2022-01-18 | libmm-glib,cell-info-lte: new 'MMCellInfoLte' object | Aleksander Morgado | |
Implementing support for LTE cell info. | |||
2022-01-18 | libmm-glib,cell-info-tdscdma: new 'MMCellInfoTdscdma' object | Aleksander Morgado | |
Implementing support for TDSCDMA cell info. | |||
2022-01-18 | libmm-glib,cell-info-umts: new 'MMCellInfoUmts' object | Aleksander Morgado | |
Implementing support for UMTS cell info. | |||
2022-01-18 | libmm-glib,cell-info-gsm: new 'MMCellInfoGsm' object | Aleksander Morgado | |
Implementing support for GSM cell info. | |||
2022-01-18 | libmm-glib,cell-info-cdma: new 'MMCellInfoCdma' object | Aleksander Morgado | |
Implementing support for CDMA cell info. | |||
2022-01-18 | libmm-glib,cell-info: new 'MMCellInfo' object | Aleksander Morgado | |
Generic base object to implement support for the different types of cell infos. Provides support for the 'serving' boolean, which is common to all. |