aboutsummaryrefslogtreecommitdiff
path: root/libqcdm/src
AgeCommit message (Collapse)Author
2010-02-22qcdm: fix guint8 result member retrievalDan Williams
2010-02-22qcdm: add command to get MDN (ie, phone number)Dan Williams
2010-02-22qcdm: add DIAG_CMD_ESNDan Williams
2010-02-22qcdm: fix unref-ing result objectsDan Williams
2010-02-22qcdm: handle more command error responsesDan Williams
2010-02-22qcdm: fix QCDM packet decapsulationDan Williams
Rename and document the encapsulate/decapsulate functions, CRC-check the incoming packet, and make callers aware of the difference in how big the decapsulated packet is versus how many bytes they should discard from the buffer (since the decapsulated packet is at least 3 bytes shorter than the incoming packet due to the CRC + framing).
2010-02-16qcdm: whitespace fixesDan Williams
2010-02-16qcdm: implement command handling and minimal infrastructureDan Williams
2010-02-08qcdm: add DM protocol utilities and testcasesDan Williams
Bits for CRC calculation and frame escaping/unescaping.