Age | Commit message (Collapse) | Author | |
---|---|---|---|
8 days | SIM7600: return call audio format | David Timber | |
2025-02-24 | Fixed code formatting | Michał Sułek | |
2025-02-24 | Setup variable declared after function call, fixed. | Michał Sułek | |
2025-02-24 | Was not compiling due to setup being undefined in call_audio_channel_set | Michał Sułek | |
2025-02-24 | Dan Williams changed g_usleep to g_timeout_add | Michał Sułek | |
2025-02-24 | Fixed the bug regarding SIM7600 modem family that made USB audio to not turn on. | Michał Sułek | |
Added the support for 16kHz sample rate for simtech modems and set it as default if available. | |||
2024-05-06 | shared-simtech: use G_DECLARE|DEFINE_INTERFACE() macros | Aleksander Morgado | |
2024-05-06 | iface-modem-voice: use G_DECLARE|DEFINE_INTERFACE() macros | Aleksander Morgado | |
2024-05-06 | iface-modem-location: use G_DECLARE|DEFINE_INTERFACE() macros | Aleksander Morgado | |
2024-04-23 | base-modem-at: switch to use the MMIfacePortAt by default | Aleksander Morgado | |
The whole codebase is updated to assume the MMBaseModem AT operations require an object implementing the MMIfacePortAt interface, instead of a MMPortSerialAt object. In the places where we know the port is a MMPortSerialAt, e.g. when we query explicitly for the primary or secondary serial AT port, we will use an explicit MM_IFACE_PORT_AT() cast when calling the AT command method. In the places where we get_best_at_port() we're going to assume that we don't know the port type. This method will be updated in a follow up commit to support the MMIfacePortAt interface as well. | |||
2023-01-03 | build: move plugins directory to src/plugins | Aleksander Morgado | |
We are going to allow including the plugin sources built within the ModemManager daemon binary; moving the sources within the daemon sources directory makes it easier. |