aboutsummaryrefslogtreecommitdiff
path: root/libwmc/src
AgeCommit message (Collapse)Author
2012-05-30wmc: namespace stuff properlyDan Williams
2012-05-29wmc: add command for setting global modeDan Williams
2012-03-22wmc: increase estimate decapsulation buffer sizeM. I. Spozta
(dcbw) Some packets are much larger and require a lot more escaping than we thought so we need larger buffers here to be able to handle all packets. In this case, SMS receipt.
2012-01-23wmc: decode more of DEVICE_INFODan Williams
CDMA MIN, home SID, PRL & ERI version
2012-01-23wmc: add FIELD_TEST commandDan Williams
UML290 and UML190 both respond to the command but return all zeros, while the PC5740 returns valid data.
2012-01-23wmc: fix compile errorDan Williams
2012-01-23wmc: add LTE only global mode defineDan Williams
2012-01-23wmc: fix init commandDan Williams
Actually read what struct tm contains and use it correctly, and fix the init command struct size.
2012-01-21wmc: fix up for recent INIT and DEVICE_INFO changesDan Williams
Send current time to modem during init, and don't try to grab MCC/MNC where its not supported.
2012-01-21wmc: update INIT and NETWORK_INFO commands with timestampDan Williams
2012-01-21wmc: more protocol updatesDan Williams
2012-01-20wmc: add some more global mode definesDan Williams
2012-01-20wmc: global mode command is 3 bytes not 2Dan Williams
2012-01-19wmc: add some more commands and fix up network infoDan 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-19wmc: make warn macros more usefulDan Williams
2012-01-19wmc: fix stringification of wmc_xxx_if_fail() macrosDan Williams
Actually reading about preprocessor concatenation and stringification helps.
2012-01-19wmc: add Access Technology/Service definitions and Global Mode stuffDan 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-19wmc: STATUS is appears to be NETWORK_INFODan Williams
So rename it in various places.
2012-01-03wmc: remove usage of glibDan Williams
People have asked for leaner builds and glib isn't strictly required for the core library.
2011-11-14wmc: fix build after fixup of WMC field namesDan Williams
2011-11-14wmc: demystify some fields in the IP info replyDan Williams
2011-11-14wmc: demystify some more fields of the device info responseDan Williams
2011-11-11wmc: protocol and testcase updateDan Williams
2011-11-11libwmc: add testcases that talk to the deviceDan Williams
2011-10-17build: ensure all needed files are included in distAleksander Morgado
Added all needed headers to libwmc_la_SOURCES, so that they get into the dist tarball.
2011-10-04wmc: add initial command parsing and response handlingDan Williams
2011-09-27libwmc: simpler logging and error handlingDan Williams
2011-09-27libwmc: add more test code and start of com testsDan Williams
2011-09-19libwmc: add more tests including for UML290 quirksDan Williams
2011-09-17libwmc: beginning of bits for WMC-based devices like UML290Dan Williams