Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-02 | libwmc: remove it | Dan Williams | |
The WMC protocol was only present on older Panasonic/Verizon devices from the 2006 - 2011 timeframe. The last device to support WMC was the UML290 which also supported QMI (which is much more functional). ModemManager also never used WMC support and it was never significantly reverse engineered. So remove WMC code from git; it'll still be in the history if anyone cares in the future. | |||
2016-11-23 | libqcdm,libwmc: use C99 sized types from stdint.h | Aleksander Morgado | |
2012-05-29 | wmc: add command for setting global mode | Dan Williams | |
2012-01-23 | wmc: decode more of DEVICE_INFO | Dan Williams | |
CDMA MIN, home SID, PRL & ERI version | |||
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-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 | wmc: more protocol updates | 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: STATUS is appears to be NETWORK_INFO | Dan Williams | |
So rename it in various places. | |||
2012-01-03 | wmc: remove usage of glib | Dan Williams | |
People have asked for leaner builds and glib isn't strictly required for the core library. | |||
2011-11-14 | wmc: fix build after fixup of WMC field names | Dan Williams | |
2011-11-11 | wmc: protocol and testcase update | Dan Williams | |
2011-11-11 | libwmc: add testcases that talk to the device | Dan Williams | |
2011-10-04 | wmc: add initial command parsing and response handling | Dan Williams | |