Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-01-20 | wmc: add some more global mode defines | Dan Williams | |
2012-01-20 | decode: add another ignored packet type | Dan Williams | |
2012-01-20 | wmc: prettier printing of serial stream and WMC packets | Dan Williams | |
2012-01-20 | wmc: global mode command is 3 bytes not 2 | Dan Williams | |
2012-01-19 | wmc: add some more commands and fix up network info | Dan Williams | |
Add operator commands, and fix up the network info response handling for GSM/WCDMA capable devices like the UML190 when it's in GSM/WCDMA mode. | |||
2012-01-19 | wmc: make warn macros more useful | Dan Williams | |
2012-01-19 | wmc: fix stringification of wmc_xxx_if_fail() macros | Dan Williams | |
Actually reading about preprocessor concatenation and stringification helps. | |||
2012-01-19 | wmc: add Access Technology/Service definitions and Global Mode stuff | Dan Williams | |
Comparing dumps from UML190 in different modes, UML290, and PC5740 revealed what the 'service' bit was, which matches up nicely with the SERVICE_* strings in the Windows connection manager DLLs if you interpret them in reverse numerical order. For the global mode stuff, looking at USB wire captures shows that C8 03 and C8 04 get used right before the NETWORK_INFO (C8 0B) shows access technology changes, which means they are probably the commands that switch global mode around. | |||
2012-01-19 | decode: fix tab/space confusion in analyze.py | Dan Williams | |
2012-01-19 | wmc: STATUS is appears to be NETWORK_INFO | Dan Williams | |
So rename it in various places. |