aboutsummaryrefslogtreecommitdiff
path: root/libwmc/src/utils.c
AgeCommit message (Collapse)Author
2019-04-02libwmc: remove itDan 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-23libqcdm,libwmc: use C99 sized types from stdint.hAleksander Morgado
2012-05-30wmc: namespace stuff properlyDan 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-03wmc: remove usage of glibDan Williams
People have asked for leaner builds and glib isn't strictly required for the core library.
2011-11-11libwmc: add testcases that talk to the deviceDan 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