Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-08 | broadband-modem-mbim: translate UNSUPPORTED error during packet attach | Aleksander Morgado | |
So that the upper layers are allowed to decide what to do in case the modem doesn't support the operation. | |||
2022-11-08 | broadband-modem-mbim: return nw_error on packet service attach failure | Aleksander Morgado | |
If the packet attach operation fails we may still get the response with a nw_error field telling us a more detailed error reason for the failure. Try to parse the message and return an error including the nw_error information. | |||
2022-11-08 | broadband-modem-mbim: increase to 30s the packet service set timeout | Aleksander Morgado | |
Same timeout as used in the connection attempt. | |||
2022-11-08 | iface-modem-simple: explicitly request packet service attach if needed | Aleksander Morgado | |
Instead of just waiting for the packet service to be attached, if we waited and still didn't get it, an explicit request will be sent. | |||
2022-11-08 | iface-modem-3gpp: allow internal request to set packet service | Aleksander Morgado | |
Provide a new internal method in the 3GPP interface to request an explicit packet service state update. | |||
2022-11-08 | mm-broadband-modem-mbim: ignore SIM related indications during SIM slot switch | Jack Song | |
Using pending_sim_slot_switch_action to ignore SIM slot update during modem shutdown Fixes https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/645 | |||
2022-11-07 | build: drop autotools | Aleksander Morgado | |
2022-11-07 | build: disable Test interface in base manager if building without tests | Aleksander Morgado | |
There is no real need for this interface if tests are not being built. | |||
2022-11-07 | build: fix building without tests support | Aleksander Morgado | |
2022-11-04 | base-modem: log port names and types detected | Aleksander Morgado | |
2022-11-04 | bearer-qmi: improve logging of connection failures | Aleksander Morgado | |
Clearly specify whether the IPv4 or IPv6 path is failing. | |||
2022-11-04 | iface-modem-3gpp: decrease severity of logs that don't affect functionality | Aleksander Morgado | |
Instead of warning about various unimportant things failing that don't affect functionality, just print the logs in debug level and go on. | |||
2022-11-04 | base-sim: include GID1/GID2 loaded values in info level | Aleksander Morgado | |
2022-11-04 | base-sim: decrease severity of logs that don't affect functionality | Aleksander Morgado | |
Instead of warning about various unimportant things failing that don't affect functionality, just print the logs in debug level and go on. E.g. this warning can be completely skipped: <wrn> [modem0/sim0] couldn't load GID2: Couldn't read data from UIM: QMI protocol error (16): 'NotProvisioned' | |||
2022-11-04 | iface-modem: decrease severity of logs that don't affect functionality | Aleksander Morgado | |
Instead of warning about various unimportant things failing that don't affect functionality, just print the logs in debug level and go on. E.g. this warning can be completely skipped: <wrn> [modem0] couldn't load list of own numbers: Couldn't get MSISDN: QMI protocol error (16): 'NotProvisioned' | |||
2022-11-04 | broadband-modem: improve logging during SIM swap check | Aleksander Morgado | |
Log the contents loaded during the operation and treat them as personal info so that they are hidden if needed. | |||
2022-11-04 | base-sim: improve logging during initialization | Aleksander Morgado | |
We will print all the loaded SIM contents, treating as personal info the SIM ICCID, IMSI and EID. | |||
2022-11-04 | iface-modem-signal: print signal quality under INFO verbosity | Pavan Holla | |
2022-11-04 | iface-modem-simple: improve logging of user request to disconnect modem | Aleksander Morgado | |
2022-11-04 | iface-modem-simple: improve logging of user request to connect modem | Aleksander Morgado | |
2022-11-04 | iface-modem-sar: improve logging of user-requested actions | Aleksander Morgado | |
2022-11-04 | iface-modem-3gpp-profile-manager: improve logging of user request to delete ↵ | Aleksander Morgado | |
profile | |||
2022-11-04 | iface-modem-3gpp-profile-manager: improve logging of user request to set profile | Aleksander Morgado | |
2022-11-04 | iface-modem-3gpp-profile-manager: improve logging of user request to list ↵ | Aleksander Morgado | |
profiles | |||
2022-11-04 | iface-modem-3gpp: improve logging of user request to disable facility locks | Aleksander Morgado | |
2022-11-04 | iface-modem-3gpp: improve logging of user request to set packet service state | Aleksander Morgado | |
2022-11-04 | iface-modem-3gpp: improve logging of user request to scan networks | Aleksander Morgado | |
2022-11-04 | iface-modem-3gpp: improve logging of user request to set EPS UE mode of ↵ | Aleksander Morgado | |
operation | |||
2022-11-04 | iface-modem-3gpp: improve logging of user request to set 5GNR registration ↵ | Aleksander Morgado | |
settings | |||
2022-11-04 | iface-modem-3gpp: improve logging of user request to set initial EPS bearer ↵ | Aleksander Morgado | |
settings | |||
2022-11-04 | iface-modem-3gpp: improve logging of user request to register in network | Aleksander Morgado | |
2022-11-04 | iface-modem-3gpp: log registration check results in INFO level | Aleksander Morgado | |
2022-11-04 | iface-modem: improve logging of user request to set current modes | Aleksander Morgado | |
2022-11-04 | iface-modem: improve logging of user request to set current bands | Aleksander Morgado | |
2022-11-04 | iface-modem: improve logging of user request to factory reset modem | Aleksander Morgado | |
2022-11-04 | iface-modem: improve logging of user request to reset modem | Aleksander Morgado | |
2022-11-04 | iface-modem: improve logging of user request to set power state | Aleksander Morgado | |
2022-11-04 | iface-modem: improve logging of user request to enable/disable modem | Aleksander Morgado | |
2022-11-04 | iface-modem: improve logging of user request to get cell info | Aleksander Morgado | |
2022-11-04 | iface-modem: improve logging of user request to set primary SIM slot | Aleksander Morgado | |
2022-11-04 | iface-modem: improve logging of user request to delete bearer | Aleksander Morgado | |
2022-11-04 | iface-modem: improve logging of user request to run AT command | Aleksander Morgado | |
2022-11-04 | iface-modem: improve logging of user request to set current capabilities | Aleksander Morgado | |
2022-11-04 | iface-modem: improve logging of user request to create bearer | Aleksander Morgado | |
2022-11-04 | iface-modem: refactor user request to list bearers | Aleksander Morgado | |
2022-11-04 | iface-modem: improve logging in INFO level | Aleksander Morgado | |
2022-11-04 | log-helpers: add helper to log simple connect properties | Aleksander Morgado | |
2022-11-04 | log-helpers: add helper to log 3gpp profile | Aleksander Morgado | |
2022-11-04 | log-helpers: add helper to log bearer properties | Aleksander Morgado | |
2022-11-04 | libmm-glib,common: add helpers to build printable strings | Aleksander Morgado | |