Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> | |||
2012-01-25 | api: add firmware interface XML file to introspection/Makefile.am | Thomas Tuttle | |
Signed-off-by: Thomas Tuttle <ttuttle@chromium.org> | |||
2012-01-25 | trivial: sort introspection/Makefile.am and all.xml | Thomas Tuttle | |
To make things neater, sort the files listed in instrospection's Makefile alphabetically, and sort the files listed in all.xml alphabetically within logical groups. Signed-off-by: Thomas Tuttle <ttuttle@chromium.org> | |||
2012-01-24 | qcdm: fix some build errors when building standalone | Dan Williams | |
2012-01-24 | wmc: allow building libwmc standalone | Dan Williams | |
2012-01-23 | decode: update WMC for DEVICE_INFO changes | Dan Williams | |
2012-01-23 | wmc: harmonize buffer dumper with decode.py | Dan Williams | |
Makes it easier to compare the output. | |||
2012-01-23 | wmc: decode more of DEVICE_INFO | Dan Williams | |
CDMA MIN, home SID, PRL & ERI version | |||
2012-01-23 | decode: fix WMC decoder for PC5740 dumps | Dan Williams | |
2012-01-23 | wmc: add FIELD_TEST command | Dan Williams | |
UML290 and UML190 both respond to the command but return all zeros, while the PC5740 returns valid data. | |||
2012-01-23 | decode: add another USB function | Dan Williams | |
2012-01-23 | core: fix copy & paste error | Dan Williams | |
2012-01-23 | wmc: fix compile error | Dan Williams | |
2012-01-23 | wmc: add LTE only global mode define | Dan Williams | |
2012-01-23 | wmc: fix init command | Dan Williams | |
Actually read what struct tm contains and use it correctly, and fix the init command struct size. | |||
2012-01-23 | wmc: fix segfault in testcase | Dan Williams | |
2012-01-23 | ussd: ensure coded string is valid before stripping quotes | Aleksander Morgado | |
2012-01-23 | ussd: plug a leak | Aleksander Morgado | |
2012-01-23 | wmc: fix compilation error in tests | Aleksander Morgado | |
g_print() expects format + arguments; or compilation will fail when -Werror=format-security being used. | |||
2012-01-21 | wmc: fix up for recent INIT and DEVICE_INFO changes | Dan Williams | |
Send current time to modem during init, and don't try to grab MCC/MNC where its not supported. | |||
2012-01-21 | decode: fix some formatting | Dan Williams | |
2012-01-21 | decode: update for WMC timestamps | Dan Williams | |
2012-01-21 | wmc: update INIT and NETWORK_INFO commands with timestamp | Dan Williams | |
2012-01-21 | decode: parse URB timestamps too | Dan Williams | |
2012-01-21 | decode: updates all around | Dan Williams | |
Rewrite packet handling so packets can span multiple USB URBs (which sometimes happens with WMC) and also add a bunch more WMC decoding stuff. | |||
2012-01-21 | wmc: more protocol updates | Dan Williams | |
2012-01-21 | qcdm: clarify IMxI conversions a bit; fix up WCDMA L1 states | Dan Williams | |
2012-01-20 | decode: decode more WMC commands and fix some command names | Dan Williams | |