aboutsummaryrefslogtreecommitdiff
path: root/libwmc/src/commands.c
AgeCommit message (Collapse)Author
2012-05-29wmc: add command for setting global modeDan Williams
2012-01-23wmc: decode more of DEVICE_INFODan Williams
CDMA MIN, home SID, PRL & ERI version
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: more protocol updatesDan 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: 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-11wmc: protocol and testcase updateDan Williams
2011-11-11libwmc: add testcases that talk to the deviceDan Williams
2011-10-04wmc: add initial command parsing and response handlingDan Williams