Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-22 | qcdm: fix guint8 result member retrieval | Dan Williams | |
2010-02-22 | qcdm: add command to get MDN (ie, phone number) | Dan Williams | |
2010-02-22 | qcdm: add DIAG_CMD_ESN | Dan Williams | |
2010-02-22 | qcdm: fix unref-ing result objects | Dan Williams | |
2010-02-22 | qcdm: handle more command error responses | Dan Williams | |
2010-02-22 | qcdm: fix QCDM packet decapsulation | Dan 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-16 | qcdm: whitespace fixes | Dan Williams | |
2010-02-16 | qcdm: implement command handling and minimal infrastructure | Dan Williams | |
2010-02-08 | qcdm: add DM protocol utilities and testcases | Dan Williams | |
Bits for CRC calculation and frame escaping/unescaping. |