Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-02 | mbm: add udev rule for Toshiba branded H5321gw module | Bjørn Mork | |
Reported-by: Thomas Schäfer <tschaefer@t-online.de> Signed-off-by: Bjørn Mork <bjorn@mork.no> | |||
2013-09-02 | huawei: ignore ^DSDORMANT unsolicited messages | Ben Chan | |
2013-09-02 | iface-modem: allow reset and factory reset operation in every state | Ben Chan | |
2013-08-27 | novatel-lte: check if a connect operation has been cancelled | Ben Chan | |
2013-08-26 | at-serial-port: avoid 'enable_disable', use just 'enable' in method name | Aleksander Morgado | |
2013-08-26 | huawei: ignore ^RFSWITCH unsolicited messages | Ben Chan | |
This patch ignores the ^RFSWITCH unsolicited messages in order to avoid them being mixed with other unsolicited messages. The modem power state is explicitly determined by the ^RFSWITCH? command, if supported, so we don't need to depend on the ^RFSWITCH unsolicited messages. | |||
2013-08-26 | at-serial-port: allow enabling/disabling unsolicited message handlers | Ben Chan | |
This patch adds an 'enable' flag in MMAtUnsolicitedMsgHandler and mm_at_serial_port_enable_disable_unsolicited_msg_handler() to allow enabling and disabling of unsolicited message handlers. The enable flag is set to TRUE by mm_at_serial_port_add_unsolicited_msg_handler(). | |||
2013-08-26 | huawei: ignore +CUSATP and +CUSATEND unsolicited messages | Ben Chan | |
2013-08-26 | huawei: always parse operator name in +COPS responses as ASCII | Ben Chan | |
Despite +CSCS? may claim supporting UCS2, Huawei modems always report the oerator name in ASCII in a +COPS response. This patch addresses that by always assuming the charset is IRA when parsing the operator name in a +COPS response. | |||
2013-08-26 | altair-lte: increase timeout for %APNN, %DPDNACT, and %STATCM | Ben Chan | |
2013-08-21 | broadband-modem-qmi: avoid processing invalid TLVs in GetSignalStrength response | Aleksander Morgado | |
E.g. in the GetSignalStrength output we get EV-DO-only TLVs, even if EV-DO is not the current access technology, what ends up generating the following: $ sudo mmcli -m 0 --signal-get /org/freedesktop/ModemManager1/Modem/0 ------------------------- Refresh rate: '5' seconds ------------------------- EV-DO | RSSI: '0.00' dBm | EcIo: '0.00' dBm | SINR: '9.00' dBm | Io: '-106.00' dB ------------------------- UMTS | RSSI: '94.00' dBm | EcIo: '-6.00' dBm Instead, we will now assume that the RSSI list always contains the valid access technologies being reported, and use that list to decide whether we process some of the per-technology TLVs. We now end up getting: $ sudo mmcli -m 0 --signal-get /org/freedesktop/ModemManager1/Modem/0 ------------------------- Refresh rate: '5' seconds ------------------------- UMTS | RSSI: '94.00' dBm | EcIo: '-8.00' dBm | |||
2013-08-21 | libmm-glib,time: fix gtk-doc comments | Aleksander Morgado | |
2013-08-21 | libmm-glib,signal: fix introspection annotations and gtk-doc comments | Aleksander Morgado | |
2013-08-21 | broadband-modem-qmi: try with 'NAS Signal Strength' for extended signal info | Aleksander Morgado | |
2013-08-21 | iface-modem-signal: use the new 'MMSignal' in the interface implementation | Aleksander Morgado | |
Also modify the QMI-specific implementation to act as a state machine, as we'll add more steps afterwards. | |||
2013-08-21 | libmm-glib: distribute the mm-modem-signal.h header | Aleksander Morgado | |
2013-08-21 | introspection,api: specify units for the 'rate' value in Setup() | Aleksander Morgado | |
2013-08-21 | broadband-modem-qmi: extended signal support only in NAS >= 1.8 | Aleksander Morgado | |
2013-08-21 | iface-modem-signal: explicitly check support for the Signal interface | Aleksander Morgado | |
2013-08-21 | libmm-glib,signal: don't create a 'MMSignal' with an empty dictionary | Aleksander Morgado | |
2013-08-21 | api,introspection: use per-technology dictionaries in the 'Signal' interface | Aleksander Morgado | |
2013-08-21 | broadband-modem-qmi: implement extended signal quality reporting | Aleksander Morgado | |
2013-08-21 | broadband-modem: handle the new 'Signal' interface | Aleksander Morgado | |
2013-08-21 | iface-modem-signal: new implementation for the 'Signal' interface | Aleksander Morgado | |
2013-08-21 | mmcli: new actions to use the 'Signal' interface | Aleksander Morgado | |
2013-08-21 | libmm-glib: handle the new 'Signal' interface | Aleksander Morgado | |
2013-08-21 | api,introspection: new 'Signal' interface for extended signal quality | Aleksander Morgado | |
2013-08-21 | huawei: ignore ^NDISEND unsolicited messages | Aleksander Morgado | |
2013-08-19 | iface-modem-messaging: never add UNKNOWN to the lists of supported storages | Aleksander Morgado | |
2013-08-15 | altair-lte: increase timeout for +CFUN=4 | Ben Chan | |
2013-08-15 | build: include vapigen.m4 and introspection.m4 | Aleksander Morgado | |
So that we don't require vala or g-i for building even when not wanting them. | |||
2013-08-15 | huawei: improve ^NDISSTATQRY parser for newer firmware | Aleksander Morgado | |
Newer firmware for Huawei devices will not split the IPv4 and IPv6 info in different lines for the ^NDISSTATQRY reply; instead they will be included in the same line. E.g. instead of ^NDISSTATQRY: 1,,,IPV4 ^NDISSTATQRY: 0,33,,IPV6 OK We may have: ^NDISSTATQRY:0,,,"IPV4",0,33,,"IPV6" Also note the optional spaces after the ':', and that in the new version the strings are enclosed in double quotes. https://bugzilla.gnome.org/show_bug.cgi?id=705339 | |||
2013-08-14 | cli: fix help message for --3gpp-ussd-respond | Ben Chan | |
2013-08-14 | build: An even cleaner srcdir != builddir fix | Colin Walters | |
Suggested-by: Dan Winship <danw@gnome.org> | |||
2013-08-14 | build: Various srcdir != builddir fixes for gnome-ostree | Colin Walters | |
The gnome-ostree build system does srcdir != builddir from git, not quite like autotools does. | |||
2013-08-14 | build: fix distcheck after Introspection changes | Dan Williams | |
2013-08-14 | license: update to latest gplv2 text | Aleksander Morgado | |
2013-08-14 | build: Error out if vala bindings are enabled but Makefile.vapigen not found | Christian Persch | |
Cannot test this for enable_vala=auto since enable_vala has been set to yes/no by this time. Bug #705641. | |||
2013-08-14 | gitignore: Updated to ignore GIR and VAPI bindings generated files | Christian Persch | |
Bug #705641. | |||
2013-08-14 | libmm-glib: Add vala bindings | Christian Persch | |
Bug #705641. | |||
2013-08-14 | libmm-glib: Generate GObject introspection information | Christian Persch | |
Bug #705641. | |||
2013-08-14 | api: Change error enum nicks | Aleksander Morgado | |
Introspection can't copy with a '.' in the value nicks, so just remove those. Note: This could be considered an ABI break! Bug #705641. Patch based on a previous one from Christian Persch <chpe@gnome.org>. | |||
2013-08-14 | libmm-glib: Fix and add introspection annotations | Christian Persch | |
Bug #705641. | |||
2013-08-14 | huawei: implement modem reset via +CFUN=16 for MU736 | Ben Chan | |
2013-08-14 | iface-modem: add mm_iface_modem_get_model helper to query model | Ben Chan | |
2013-08-13 | docs: add missing types | Aleksander Morgado | |
2013-08-12 | huawei: enlarge the checking times for ndisstatqry in disconnecting | Fangxiaozhi (Franko) | |
In sometimes, the disconnection of NDISDUP will spend more time than 10s. So it is better to enlarge the checking times, such as up to 60 times. | |||
2013-08-12 | huawei: implement modem reset | Ben Chan | |
2013-08-08 | build: install mm-cdma-manual-activation-properties.h to includes dir | Dan Williams | |
2013-08-08 | broadband-modem-qmi: check MDN set after manual activation | Aleksander Morgado | |