Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-09 | fibocom: add FM150 port type hints | Aleksander Morgado | |
2020-04-09 | fibocom: support QMI capable devices | Aleksander Morgado | |
2020-04-09 | tests,modem-helpers: regex number is index of an array, so starts at 0 | Aleksander Morgado | |
2020-04-09 | test,modem-helpers: use MMModem3gppRegistrationState values in tests | Aleksander Morgado | |
2020-04-09 | modem-helpers: simplify logic to create array of GRegex | Aleksander Morgado | |
Iterate over the list of available patterns, instead of adding them one by one. | |||
2020-04-09 | broadband-modem: run +C5GREG state checks | Aleksander Morgado | |
The generic CREG parser is improved to also allow parsing +C5GREG responses and URCs. | |||
2020-04-09 | helpers: use generic number parsing methods in CREG parser | Aleksander Morgado | |
This fixes the s8500 wave unit test, which was incorrectly parsing the Act field reported as 'B' as "GSM" (strtol(B)=0) Also, given that the generic parsing methods are able to parse numbers from quoted strings, this change allows us to remove the Thuraya specific CREG matching that just took into consideration quoted strings. The Thuraya unit tests are also fixed up to provide proper testing of the logic. | |||
2020-04-09 | test,modem-helpers: remove obsolete comments in u-blox CREG tests | Aleksander Morgado | |
We already support "SMS only" registration state. | |||
2020-04-09 | libmm-glib,helpers: ignore all leading whitespaces when parsing numbers | Aleksander Morgado | |
2020-04-09 | helpers: add additional AcT values from 27.007 | Aleksander Morgado | |
2020-04-09 | api: new 'attached RLOS' registration state | Aleksander Morgado | |
Reporting the state when the UE attaches to access restricted local operator services. | |||
2020-04-09 | libmm-glib,helpers: allow reading hex strings from match info | Aleksander Morgado | |
2020-04-09 | libmm-glib,helpers: skip quotes when reading numbers from match infos | Aleksander Morgado | |
Useful when the regex applied to the parseable strings don't have an special ignore rule for the quotes. | |||
2020-04-09 | modem-helpers: improved +WS46 mode '25' handling | Aleksander Morgado | |
The mode '25' means different things on LTE-capable and non-LTE-capable devices, so improve the logic to clarify that. | |||
2020-04-09 | iface-modem-3gpp: don't fixup CS network support | Aleksander Morgado | |
This is already done by the modem interface as soon as current capabilities are loaded. | |||
2020-04-09 | iface-modem-3gpp: new 5GS network support | Aleksander Morgado | |
2020-04-09 | helpers-qmi: support 5G capabilities and modes | Aleksander Morgado | |
2020-04-09 | api: new 5GNR access technology | Aleksander Morgado | |
2020-04-09 | broadband-modem: support 5G in +WS46 to capabilities conversion | Aleksander Morgado | |
2020-04-09 | api: new 5G mode | Aleksander Morgado | |
2020-04-09 | api: new 5GNR capability | Aleksander Morgado | |
2020-04-09 | build: require libqmi 1.25.4 for full 5G enum support | Aleksander Morgado | |
2020-04-09 | api: deprecate MM_MODEM_CAPABILITY_LTE_ADVANCED | Aleksander Morgado | |
It's not used anywhere. | |||
2020-04-09 | iface-modem: simplify is_cdma_only() check | Aleksander Morgado | |
The check needs to look for a matching single bit, so no need to make it too complex. | |||
2020-04-09 | api,cdma: fix small typo | Aleksander Morgado | |
Reported by Malte Grosse. https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/202#note_460466 | |||
2020-04-09 | cli: improve --help output for --modem and --sim options | Aleksander Morgado | |
Specify the full list of supported object lookup methods. | |||
2020-04-09 | cli: allow looking up for first available modem or SIM | Aleksander Morgado | |
When a system only has one single modem, it's convenient to just look for the first available modem or SIM object, instead of needing to provide the full path or the exact index number. This improvement allows users to use the "any" keyword, or any of its substrings (e.g. "an" or even "a") to match the first available object of the requested type. E.g.: $ mmcli -m a -------------------------------- General | dbus path: /org/freedesktop/ModemManager1/Modem/0 | device id: 1a48f1180f1fb0166d91f7b139d027136b59ba63 -------------------------------- Hardware | manufacturer: Sierra Wireless Inc. | model: Sierra Wireless EM7345 4G LTE ... Fixes https://gitlab.freedesktop.org/mobile-broadband/ModemManager/issues/196 | |||
2020-04-09 | cli: consolidate logic to process user provided object lookup info | Aleksander Morgado | |
The user may specify DBus objects in several ways, e.g. with full object paths, just with the object numeric ids, or in some other cases with the full device UID. Setup one single method to process this info for all object types, so that it's also easier to add new lookup methods for all at the same time. | |||
2020-04-09 | log: force using the object logging API | Aleksander Morgado | |
Unless the generic API is explicitly allowed, as in the main.c source file. | |||
2020-04-09 | api,3gpp: fix InitialEpsBearerSettings documentation | Aleksander Morgado | |
2020-04-09 | api,3gpp: add "Pco" property detailed documentation | Aleksander Morgado | |
2020-04-09 | api,simple: fix name of access-technologies field in GetStatus() | Aleksander Morgado | |
2020-04-09 | api,modem: reword the properties argument explanation in CreateBearer() | Aleksander Morgado | |
2020-04-09 | api,modem: improve capabilities related documentation | Aleksander Morgado | |
And remove the unused mm_common_build_capability_combinations_any() method in the common non-public library code. | |||
2020-04-08 | po: update source code lines | Aleksander Morgado | |
2020-04-08 | plugin: don't match generic plugin by name | Aleksander Morgado | |
2020-04-08 | plugins: don't add plugin name in log message explicitly | Aleksander Morgado | |
2020-04-08 | plugins: use logging module name as plugin name | Aleksander Morgado | |
2020-04-08 | log: define per-module logging for shared utils and plugins | Aleksander Morgado | |
2020-04-08 | log: common logging method definition for all testers and helpers | Aleksander Morgado | |
2020-04-08 | core: consolidate logging format in main daemon logic | Aleksander Morgado | |
2020-04-08 | zte: port to use object logging | Aleksander Morgado | |
2020-04-08 | xmm: port to use object logging | Aleksander Morgado | |
2020-04-08 | x22x: port to use object logging | Aleksander Morgado | |
2020-04-08 | wavecom: port to use object logging | Aleksander Morgado | |
2020-04-08 | via: port to use object logging | Aleksander Morgado | |
2020-04-08 | ublox: port to use object logging | Aleksander Morgado | |
2020-04-08 | tplink: port to use object logging | Aleksander Morgado | |
2020-04-08 | thuraya: no logging in plugin | Aleksander Morgado | |
2020-04-08 | thuraya: return GError in custom CPMS parser | Aleksander Morgado | |