Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-17 | iridium: handle Motorola-branded Iridium modems | Aleksander Morgado | |
2012-02-17 | iridium: close and open the port during disconnection | Aleksander Morgado | |
The Iridium modem doesn't seem to like only the port flashing during the disconnection, so we fully close and open again the port. | |||
2012-02-17 | iridium: set bearer service type to 9600bps V.110 | Aleksander Morgado | |
2012-02-17 | iridium: override generic initialization | Aleksander Morgado | |
We must send ATZ alone and once reply received, wait some time before sending the next initialization commands. Otherwise, the next commands will receive garbage as reply. The only way to handle this is to override the whole generic initialization phase. We will also avoid sending any power-up command, as not needed. | |||
2012-02-17 | iridium: allow up to 200s to configure IP | Aleksander Morgado | |
2012-02-17 | modem: new property to allow specifying longer timeouts when configuring IP | Aleksander Morgado | |
This IpTimeout property will be read by NetworkManager, and used as the time to wait for pppd to establish the IP configuration. | |||
2012-02-17 | iridium: ensure 9600 baudrate is used | Aleksander Morgado | |
2012-02-17 | iridium: fix operator name and code to be reported | Aleksander Morgado | |
2012-02-17 | gsm: let plugins override the operator name and code retrieval | Aleksander Morgado | |
2012-02-17 | gsm: allow leading zeroes in numbers in CREG/CGREG responses | Aleksander Morgado | |
2012-02-17 | iridium: PS network is not supported | Aleksander Morgado | |
2012-02-17 | generic: only send CGACT if PS network is supported | Aleksander Morgado | |
2012-02-17 | generic: query PS network registration status only if PS network supported ↵ | Aleksander Morgado | |
by the modem | |||
2012-02-17 | iridium: handle access technology | Aleksander Morgado | |
2012-02-17 | iridium: handle allowed mode | Aleksander Morgado | |
2012-02-17 | iridium: override signal quality retrieval command | Aleksander Morgado | |
2012-02-17 | iridium: override SMS indications setup commands | Aleksander Morgado | |
2012-02-17 | gsm: set pin check flag before requesting ICCID check | Aleksander Morgado | |
2012-02-17 | iridium: skip ICCID/IMSI query | Aleksander Morgado | |
2012-02-17 | gsm: allow no whitespaces before CPIN? reply value | Aleksander Morgado | |
2012-02-17 | iridium: disable power up command and modify flow control setup | Aleksander Morgado | |
2012-02-17 | iridium: add initial dummy plugin | Aleksander Morgado | |
2012-02-16 | core: fix loop limits in echo removal | Aleksander Morgado | |
-1 was actually correct, if data->len is 10, i goes from 0 to 8. | |||
2012-02-16 | at-serial-port: implement built-in echo/garbage removal | Aleksander Morgado | |
We expect the responses to start always with <CR><LF>. We just remove anything that comes before that. | |||
2012-02-08 | charsets: don't crash when passing a NULL string to the UTF-8 converter | Aleksander Morgado | |
2012-02-07 | test: fix SMS testcase errors due to uninitialized GError | Dan Williams | |
2012-02-07 | gsm: ensure text mode SMS list doesn't pick up too much text | Dan Williams | |
This likely has no effect, but just make sure the regex stops grabbing message content when it hits the CF/LF that terminates the message content in text mode. | |||
2012-02-07 | gsm: fix text mode SMS list regex for single messages | Dan Williams | |
We don't get a \r\n at the end for single messages. | |||
2012-02-07 | build: do not warn about using deprecated methods | Aleksander Morgado | |
GValueArray is deprecated since GLib 2.31.14, but we need to use it for dbus-glib based code. We should re-enable deprecation warnings once we switch to GDBus. | |||
2012-02-07 | gsm: use new common charset converter when parsing operator name/code | Aleksander Morgado | |
2012-02-07 | gsm: convert SMS text and number from current charset to UTF-8 | Aleksander Morgado | |
2012-02-07 | charsets: new method to do our best to convert from current charset to UTF-8 | Aleksander Morgado | |
This method will try to convert the input string to UTF-8. The input string is supposed to be in the given charset; or otherwise is supposed to be the hex representation of the string in the given charset. | |||
2012-02-07 | charsets: don't warn if we couldn't convert from hex to utf8 | Aleksander Morgado | |
2012-02-07 | core: plug leaks when passing GValueArrays to dbus_g_method_return() | Aleksander Morgado | |
The ownership of the GValueArray is not transferred. | |||
2012-02-02 | sms: handle text mode SMS listing | Dan Williams | |
Undoubtedly we'll need to adjust the regex but this works for now. | |||
2012-02-02 | test: (sms-get.py) don't fail if we don't get an SMSC | Dan Williams | |
2012-02-02 | novatel: override message storage and notification | Dan Williams | |
It seems that even though the firmware says it supports specific CNMI notification values, it really doesn't. Also set storage to the SIM until we support automatically determining the right storage in MM. XU870 does not support ME storage according to +CPMS=?. | |||
2012-02-01 | gsm: fix listing SMS messages in text mode | Dan Williams | |
Even though we don't parse them correctly yet, at least send the right command for listing them. | |||
2012-02-01 | gsm: fix setting PDU mode for SMS messages | Dan Williams | |
Stupid signed/unsigned mistake. | |||
2012-02-01 | test: pretty-print SMS messages in sms-get.py | Dan Williams | |
2012-02-01 | core: fix warning about MMModemTime interface initialization | Dan Williams | |
The MMModemTime interface was getting initialized more than once. | |||
2012-01-27 | build: more libwmc and libqcdm standalone fixes | Dan Williams | |
Make it pass distcheck. | |||
2012-01-27 | time: implement in icera | Thomas Tuttle | |
Signed-off-by: Thomas Tuttle <ttuttle@chromium.org> | |||
2012-01-27 | time: poll for timezone | Thomas Tuttle | |
Signed-off-by: Thomas Tuttle <ttuttle@chromium.org> | |||
2012-01-27 | time: implement ModemTime in ModemBase | Thomas Tuttle | |
Signed-off-by: Thomas Tuttle <ttuttle@chromium.org> | |||
2012-01-26 | test: add SMS get example/test | Dan Williams | |
2012-01-26 | test: add missing examples to Makefile.am | Dan Williams | |
2012-01-26 | test: rename SMS send example | Dan Williams | |
2012-01-25 | api: add Modem.Time introspection XML | Thomas Tuttle | |
Signed-off-by: Thomas Tuttle <ttuttle@chromium.org> | |||
2012-01-25 | time: implement MMModemTime boilerplate | Thomas Tuttle | |
Signed-off-by: Thomas Tuttle <ttuttle@chromium.org> |