aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-11-09broadband-modem-qmi: prefer system info indication if availableDaniele Palmas
Prefer system info indication if available and fall back to serving system indication if the former is not supported.
2021-11-09broadband-modem-qmi: prefer signal info indication if availableDaniele Palmas
Prefer signal info indication if available and fall back to signal strength indication if the former is not supported.
2021-11-09broadband-modem-qmi: replace get serving system 3gpp with get system infoDaniele Palmas
Set get system info as default and fall back to get serving system 3gpp for those modems not supporting the former.
2021-11-09broadband-modem-qmi: replace get signal strength with get signal infoDaniele Palmas
Set get signal info as default and fall back to get signal strength for those modems not supporting the former.
2021-11-08build,meson: Make feature options booleanIñigo Martínez
Different options are set as `feature`, also every possible plugin, but this may cause confusion. All options set as `feature` but plugins have been made `boolean` to avoid further confusions. `help2man` is also installed in the CI image because is required to build different libraries.
2021-11-04broadband-bearer: minor fix in code commentAleksander Morgado
2021-11-04core: replace 'slave' with 'secondary'Aleksander Morgado
2021-11-04core: replace 'master' with 'main'Aleksander Morgado
2021-11-04core: replace 'dummy' with 'placeholder'Aleksander Morgado
2021-11-04core: replace 'whitelist' with 'allowlist' and 'blacklist' with 'blocklist'Aleksander Morgado
We keep the 'WHITELIST-ONLY' filter type name still as an option in --filter-policy=[POLICY], but deprecated and with the better 'ALLOWLIST-ONLY' replacement suggested from now on.
2021-11-03base-bearer: allow reporting uplink/downlink speeds via indicationsAleksander Morgado
2021-11-03bearer-mbim: implement support for 'uplink-speed' and 'downlink-speed'Aleksander Morgado
During the packet service attach operation we'll get notified of which is the agreed uplink/downlink bitrates, so include them in the stats.
2021-11-03base-bearer: implement support for 'uplink-speed' and 'downlink-speed'Aleksander Morgado
We let protocol implementations provide the uplink and downlink speeds agreed with the network as part of the connect result, and we then move them to the bearer stats in DBus.
2021-11-03modem-helpers-mbim: sync MbimContexType with MMBearerApnTypeAleksander Morgado
2021-11-02broadband-modem: implement support for 'SetPacketServiceState()'Aleksander Morgado
2021-11-02broadband-modem-mbim: implement support for 'SetPacketServiceState()'Aleksander Morgado
2021-11-02iface-modem-3gpp: implement handling of 'SetPacketServiceState()'Som_SP
Includes updates by Aleksander Morgado to fix coding style issues and to place this logic in the correct interface.
2021-11-02broadband-modem-mbim: fix reporting CS/PS/EPS/5GS reg statusAleksander Morgado
Until now we just reported any registration status change as PS, and that was fine because we wouldn't need to have any logic on top to build a consolidated registration state. But now we need to know whether the reported registration status is for a packet domain (e.g. PS/EPS/5GS) in order to correctly update the PacketServiceStatus property in DBus. So, monitor the packet service status reported by the modem, and decide which domain registration we're updating every time.
2021-11-02iface-modem-3gpp: implicitly update packet service state based on reg domainsAleksander Morgado
If we're registered in either PS, EPS or 5GS, we can assume packet domain service is attached. If we're only registered in CS, packet domain is detached. This change relies on protocol implementations to properly report separate CS/PS/EPS/5GS domain registration states.
2021-11-02helpers-mbim: detect 5G access tech using Microsoft extensionsAleksander Morgado
2021-11-02helpers-mbim: detect 5G capabilities using Microsoft extensionsAleksander Morgado
2021-10-23iface-modem-firmware: Initialize context to nullFrederic Martinsons
Without setting memory to NULL it is possible that ctx->list point to an unitialized pointer and trig a segfault when we free it (for example when the firmware list is not supported) Signed-off-by: Frederic Martinsons <frederic.martinsons@sigfox.com>
2021-10-22cli, plugins: factorize usage of iso8601 datetime formatFrederic Martinsons
Signed-off-by: Frederic Martinsons <frederic.martinsons@sigfox.com> Includes updates by Aleksander Morgado to fix coding style issues.
2021-10-22api,bearer: new 'start-date' field in bearer statisticsFrederic Martinsons
It stores the epoch timestamp of the current bearer session start. If there is no connected bearer, it is set to 0 and not displayed in mmcli output. Signed-off-by: Frederic Martinsons <frederic.martinsons@sigfox.com> Includes updates by Aleksander Morgado to fix coding style issues.
2021-10-21broadband-modem-mbim: update extended signal info on MBIM notificationsAleksander Morgado
We process the MBIM signal state notification and use it to update the extended signal quality information in the Signal interface.
2021-10-20broadband-modem-mbim: support for setting up signal thresholdsSom_SP
Includes updates by Aleksander Morgado to fix coding style issues and rework the coded point transformations.
2021-10-20libmm-glib: new 'MMSignalThresholdProperties' helper objectAleksander Morgado
To avoid needing to work with GVariants directly.
2021-10-20iface-modem-signal: bind together polling and threshold based setupsAleksander Morgado
The values exposed in the Signal interface must not be cleared every time polling is disabled, because the user may have also enabled threshold based loading. And viceversa; if the user disables threshold based polling, we should not unconditionally clear the values as polling may still be enabled. We setup a common Private context associated to the interface, and we keep the current state there, which is also in sync with the DBus interface. We will only clear the signal values if both polling-based and threshold-based setups are disabled. Following the same reasoning, the mm_iface_modem_signal_update() method used by implementations to report new signal quality details is updated so that it's a no-op if no polling-based or threshold-based setup has been enabled.
2021-10-20iface-modem-signal: implement support for SetupThresholds()Som_SP
Also allow updating the per-access technology signal quality information via indications. Includes updates by Aleksander Morgado to fix coding style issues and some other GTask related problems.
2021-10-19broadband-modem-mbim: early complete successful mode changesAleksander Morgado
When changing the allowed modes using the "Register State Set" request, the response would arrive once we have been registered in the network. This is obviously not ideal, as we just want to know if the mode preference was changed, we don't care if we're registered or not. Instead of waiting for the response to arrive or to timeout, we now also process incoming indications that arrive during the wait time, and if any of them shows the preferred modes to be the same ones as we just requested, we complete the operation right away.
2021-10-19broadband-modem-mbim: sync current modes and registration requestsAleksander Morgado
In MBIM we use the same "Register State Set Request" for 2 different things: configuring the allowed modes, and selecting the operator to use (manual/automatic). We need to keep track of which were the last things requested by the user so that we don't overwrite previous user actions when we process newer ones.
2021-10-19broadband-modem-mbim: fix MM_MODEM_MODE_ANY handling in set current modesAleksander Morgado
2021-10-19broadband-modem-mbim: add 5G support to supported modes loadingAleksander Morgado
2021-10-19helpers-mbim: add support for 3GPP2 data classesAleksander Morgado
Just for completeness.
2021-10-19broadband-modem-mbim: flag 5G as supported based on data capabilitiesAleksander Morgado
2021-10-19broadband-modem-mbim: implement current mode switching using 'Register State v2'Aleksander Morgado
Use the new Preferred Data Classes field in the Register State v2 message in order to know if the modes requested in the Set message are the expected ones or not. Based on an initial implementation by Som_SP <somashekhar.puttagangaiah@intel.com>
2021-10-18broadband-modem-mbim: fix signal quality reporting with MBIMEx v2.0Aleksander Morgado
When we enable MBIMEx v2.0, the "Signal State" responses and indications no longer report a valid RSSI value; and instead, they report per access technology RSRP/RSRQ values. >>>>>> Header: >>>>>> length = 116 >>>>>> type = indicate-status (0x80000007) >>>>>> transaction = 0 >>>>>> Fragment header: >>>>>> total = 1 >>>>>> current = 0 >>>>>> Contents: >>>>>> service = 'basic-connect' (a289cc33-bcbb-8b4f-b6b0-133ec2aae6df) >>>>>> cid = 'signal-state' (0x0000000b) >>>>>> Fields: >>>>>> Rssi = '99' >>>>>> ErrorRate = '99' >>>>>> SignalStrengthInterval = '5' >>>>>> RssiThreshold = '2' >>>>>> ErrorRateThreshold = '4294967295' >>>>>> RsrpSnr = '{ >>>>>> [0] = { >>>>>> Rsrp = '0' >>>>>> Snr = '0' >>>>>> RsrpThreshold = '4294967295' >>>>>> SnrThreshold = '4294967295' >>>>>> SystemType = '5g-nsa' >>>>>> }, >>>>>> [1] = { >>>>>> Rsrp = '49' >>>>>> Snr = '45' >>>>>> RsrpThreshold = '4294967295' >>>>>> SnrThreshold = '4294967295' >>>>>> SystemType = 'lte' >>>>>> }, >>>>>> }'
2021-10-18modem-helpers: setup common RSSI to signal quality converterAleksander Morgado
2021-10-18modem-helpers: remove unexistent method headerAleksander Morgado
2021-10-17broadband-modem-qmi: Add the profile name to profilesAndrew Lassalle
2021-10-16port-mbim: request MBIMEx v2.0Aleksander Morgado
The ModemManager codebase has been ported to support Basic Connect v2 messages as defined in MBIMEx v2.0, so at this point we can now switch to use it by default whenever possible.
2021-10-16broadband-modem-mbim: support 'Signal State' from MBIMEx v2.0Aleksander Morgado
2021-10-16bearer-mbim: support 'Packet Service' from MBIMEx v2.0Aleksander Morgado
2021-10-16broadband-modem-mbim: support 'Packet Service' from MBIMEx v2.0Aleksander Morgado
2021-10-16broadband-modem-mbim: support 'Register State' from MBIMEx v2.0Aleksander Morgado
2021-10-16broadband-modem-mbim: pass MbimDevice to notification parsersAleksander Morgado
We're going to enable the Microsoft extensions by default, and in order to properly parse the notification messages, we'll need to know which is the currently agreed MBIMEx version. So, pass down the MbimDevice to every notification parser. Not all of them will need it, so just for completeness.
2021-10-14qcom-soc: require udev tag for portsAleksander Morgado
Since the 'wwan' subsystem addition to the qcom-soc plugin, the rules to say a modem is handled by this plugin are too broad, and the plugin attempts to support any kind of device exposed by the WWAN subsystem, not just those from Qualcomm SoCs. Update the plugin to require a new ID_MM_QCOM_SOC udev tag that is set in the plugin udev rules, given that these rules already check for the expected SoC drivers (bam-dmux, ipa, qcom-q6v5-mss).
2021-10-14build,meson: Remove unnecessary empty lineIñigo Martínez
2021-10-13broadband-modem-qmi: fix non-initialized GErrorAleksander Morgado
2021-10-13broadband-modem-mbim: coding style fixes in the SAR implementationAleksander Morgado