Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-01 | simtech: add port type hints for A7600E-H, A7602E-H | Petr Krasnoshchekov | |
2023-12-01 | simtech: ignore +CPIN: READY URC on startup | Petr Krasnoshchekov | |
A7600E-H sends +CPIN: URC on startup. The URC can be treated by ModemManager as a response to other command, what leads to errors during ModemManager initialization | |||
2023-12-01 | simtech: ignore PB DONE, SMS DONE, +NITZ: URCs | Petr Krasnoshchekov | |
2023-12-01 | simtech: implement reset for A7600E-H/A7602E-H | Petr Krasnoshchekov | |
2023-09-18 | api,modem: new 'Physdev' property | Lukas Voegl | |
Signed-off-by: Lukas Voegl <lvoegl@tdt.de> | |||
2023-01-03 | plugins: setup new helper macros to define plugins | Aleksander Morgado | |
We also remove the plugin headers completely as they are not really required anywhere. | |||
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. |