Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-11 | gsm: fix for parsing malformed Gobi CREG response | Dan Williams | |
From an HP un2400; GMR: D1020-SUUAASFA-4352 1 [Apr 14 2008 18:00:00] GMM: 88 | |||
2011-01-23 | core: rework logging | Dan Williams | |
Make it more flexible, add logging to a file, and absolute and relative timestamps. | |||
2011-01-11 | gsm: correctly parse Samsung S8500 Wave CREG response | Michał Sroczyński | |
(testcases by dcbw) | |||
2010-12-21 | test: fix CIND test index checking | Dan Williams | |
CIND indexes returned from helper are 1-based, not 0-based, because that makes it easier to match against the modem's unsolicited CIND message. | |||
2010-11-30 | gsm: prefer AT+CIND signal quality for modems that support it (lp:682282) ↵ | Dan Williams | |
(bgo #636040) Some devices always reply with 99 for AT+CSQ when in UMTS mode (Linktop LW273) so if the modem supports it, use CIND/CIEV instead. | |||
2010-11-28 | core: add index to CIND helper | Dan Williams | |
2010-11-28 | core: add +CIND parsing helpers | Dan Williams | |
2010-11-03 | trivial: avoid build warning by using g_message() correctly | Dan Williams | |
2010-10-22 | trivial: fix formatting | Dan Williams | |
2010-10-22 | core: use hardware IDs as part of DeviceIdentifier | Dan Williams | |
Pass the device's hardware IDs through modem creation and use them when calculating the device's identifier. Add a bunch of testcases for real hardware to ensure we don't break the device ID in the future unless we really want to. | |||
2010-10-14 | core: add more QCDM frame marker testcases | Dan Williams | |
2010-10-14 | core: add basic QCDM serial port unit tests | Dan Williams | |
Test that a Version Info request/response works as expected, and add a testcase for a bug where specific Sierra CnS responses to the Version Info request do not properly return an error when attempting to parse the response as a QCDM packet. Fix for the second thing forthcoming. | |||
2010-09-27 | test: add CGREG repsonse test for X220D | Dan Williams | |
To test spaces between some members of the response. | |||
2010-09-04 | trivial: remove unused code | Dan Williams | |
2010-09-04 | trivial: whitespace fixup | Dan Williams | |
2010-09-04 | gsm: add GSM 03.38 pack/unpack functions and testcases | Dan Williams | |
2010-09-02 | gsm: add GSM 03.38 encoding/decoding functions and testcases | Dan Williams | |
2010-08-09 | build: fix build with glib >= 2.25.12 (bgo #626421) | Vincent Untz | |
Work around an API break in glib. | |||
2010-05-25 | test: add a few more CREG/CGREG responses | Dan Williams | |
2010-04-09 | gsm: fix CSCS=? parsing and add testcases | Dan Williams | |
Some devices (at least one Blackberry we know about) don't include the () around the response. Handle that and add testcases for it. | |||
2010-03-09 | gsm: fix CREG/CGREG parsing with multiple responses | Dan Williams | |
When a modem sends both CREG and CGREG in the same response packet, the parser was failing to correctly distinguish which response was being parsed, since the string passed to g_regex_match() is the whole response including both CREG + CGREG. | |||
2010-03-05 | gsm: indicate CREG vs. CGREG | Dan Williams | |
2010-03-05 | gsm: common CREG/CGREG parsing function and testcases | Dan Williams | |
2010-02-08 | test: add SE K600i COPS response testcase | Dan Williams | |
2010-01-05 | test: add Gobi COPS response testcase | Dan Williams | |
2010-01-05 | test: add Nokia 2720 COPS response testcase | Dan Williams | |
2010-01-05 | test: add Novatel XU870 and Option GT Ultra Express COPS response testcases | Dan Williams | |
2010-01-05 | test: add +COPS response testcases for E1550, MF622, and E226 | Dan Williams | |
2010-01-05 | gsm: add testcase for invalid +COPS response | Dan Williams | |
2010-01-05 | gsm: correctly parse Nokia N80 +COPS response | Dan Williams | |
2010-01-05 | gsm: split out +COPS response parsing and add testcases | Dan Williams | |