aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-08broadband-modem-mbim: translate UNSUPPORTED error during packet attachAleksander Morgado
So that the upper layers are allowed to decide what to do in case the modem doesn't support the operation.
2022-11-08broadband-modem-mbim: return nw_error on packet service attach failureAleksander 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-08broadband-modem-mbim: increase to 30s the packet service set timeoutAleksander Morgado
Same timeout as used in the connection attempt.
2022-11-08iface-modem-simple: explicitly request packet service attach if neededAleksander 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-08iface-modem-3gpp: allow internal request to set packet serviceAleksander Morgado
Provide a new internal method in the 3GPP interface to request an explicit packet service state update.
2022-11-08mm-broadband-modem-mbim: ignore SIM related indications during SIM slot switchJack 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-07TODO: remove obsolete file, we keep pending tasks in gitlabAleksander Morgado
2022-11-07build: drop autotoolsAleksander Morgado
2022-11-07ci: completely switch to mesonAleksander Morgado
2022-11-07build: intel plugin depends on the XMM shared utilsAleksander Morgado
2022-11-07build: disable Test interface in base manager if building without testsAleksander Morgado
There is no real need for this interface if tests are not being built.
2022-11-07build: fix building without tests supportAleksander Morgado
2022-11-07build: fix building without MBIM supportAleksander Morgado
The foxconn shared utils are only built when MBIM is enabled, and therefore the dell and foxconn plugins should only expect those shared utils to be present if MBIM is enabled. The foxconn plugin will be fully disabled when MBIM is disabled. The fibocom shared utils are only built when MBIM is enabled, and therefore the fibocom plugin should not expect them built unconditionally, they will only be present if MBIM is enabled
2022-11-04base-modem: log port names and types detectedAleksander Morgado
2022-11-04bearer-qmi: improve logging of connection failuresAleksander Morgado
Clearly specify whether the IPv4 or IPv6 path is failing.
2022-11-04iface-modem-3gpp: decrease severity of logs that don't affect functionalityAleksander 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-04base-sim: include GID1/GID2 loaded values in info levelAleksander Morgado
2022-11-04base-sim: decrease severity of logs that don't affect functionalityAleksander 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-04iface-modem: decrease severity of logs that don't affect functionalityAleksander 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-04broadband-modem: improve logging during SIM swap checkAleksander Morgado
Log the contents loaded during the operation and treat them as personal info so that they are hidden if needed.
2022-11-04base-sim: improve logging during initializationAleksander Morgado
We will print all the loaded SIM contents, treating as personal info the SIM ICCID, IMSI and EID.
2022-11-04iface-modem-signal: print signal quality under INFO verbosityPavan Holla
2022-11-04iface-modem-simple: improve logging of user request to disconnect modemAleksander Morgado
2022-11-04iface-modem-simple: improve logging of user request to connect modemAleksander Morgado
2022-11-04iface-modem-sar: improve logging of user-requested actionsAleksander Morgado
2022-11-04iface-modem-3gpp-profile-manager: improve logging of user request to delete ↵Aleksander Morgado
profile
2022-11-04iface-modem-3gpp-profile-manager: improve logging of user request to set profileAleksander Morgado
2022-11-04iface-modem-3gpp-profile-manager: improve logging of user request to list ↵Aleksander Morgado
profiles
2022-11-04iface-modem-3gpp: improve logging of user request to disable facility locksAleksander Morgado
2022-11-04iface-modem-3gpp: improve logging of user request to set packet service stateAleksander Morgado
2022-11-04iface-modem-3gpp: improve logging of user request to scan networksAleksander Morgado
2022-11-04iface-modem-3gpp: improve logging of user request to set EPS UE mode of ↵Aleksander Morgado
operation
2022-11-04iface-modem-3gpp: improve logging of user request to set 5GNR registration ↵Aleksander Morgado
settings
2022-11-04iface-modem-3gpp: improve logging of user request to set initial EPS bearer ↵Aleksander Morgado
settings
2022-11-04iface-modem-3gpp: improve logging of user request to register in networkAleksander Morgado
2022-11-04iface-modem-3gpp: log registration check results in INFO levelAleksander Morgado
2022-11-04iface-modem: improve logging of user request to set current modesAleksander Morgado
2022-11-04iface-modem: improve logging of user request to set current bandsAleksander Morgado
2022-11-04iface-modem: improve logging of user request to factory reset modemAleksander Morgado
2022-11-04iface-modem: improve logging of user request to reset modemAleksander Morgado
2022-11-04iface-modem: improve logging of user request to set power stateAleksander Morgado
2022-11-04iface-modem: improve logging of user request to enable/disable modemAleksander Morgado
2022-11-04iface-modem: improve logging of user request to get cell infoAleksander Morgado
2022-11-04iface-modem: improve logging of user request to set primary SIM slotAleksander Morgado
2022-11-04iface-modem: improve logging of user request to delete bearerAleksander Morgado
2022-11-04iface-modem: improve logging of user request to run AT commandAleksander Morgado
2022-11-04iface-modem: improve logging of user request to set current capabilitiesAleksander Morgado
2022-11-04iface-modem: improve logging of user request to create bearerAleksander Morgado
2022-11-04iface-modem: refactor user request to list bearersAleksander Morgado
2022-11-04iface-modem: improve logging in INFO levelAleksander Morgado