Age | Commit message (Collapse) | Author | |
---|---|---|---|
8 days | call: allow setting DTMF tone duration at call creation time | Dan Williams | |
Instead of hard-coding a 500ms DTMF tone duration, let applications use a specific duration at call setup time. Signed-off-by: Dan Williams <dan@ioncontrol.co> | |||
2025-02-21 | broadband-modem: generic Firehose and Sahara support | Lukas Voegl | |
Allows setting the renamed `ID_MM_QUALCOMM_FIREHOSE` and `ID_MM_QUALCOMM_SAHARA` environment variables for all devices. Signed-off-by: Lukas Voegl <lvoegl@tdt.de> | |||
2024-09-16 | cinterion: implement FDL update method | Lukas Voegl | |
Adds AT^SFDL based Firmware Download as an update method for supported Cinterion modems. Signed-off-by: Lukas Voegl <lvoegl@tdt.de> | |||
2024-05-06 | shared-cinterion: 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-time: use G_DECLARE|DEFINE_INTERFACE() macros | Aleksander Morgado | |
2024-05-06 | iface-modem-location: use G_DECLARE|DEFINE_INTERFACE() macros | Aleksander Morgado | |
2024-05-06 | iface-modem: use G_DECLARE|DEFINE_INTERFACE() macros | Aleksander Morgado | |
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. |