Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-31 | Fix: Potential crash in modemconf | Denis Kenzior | 1 | -0/+3 | |
2010-03-31 | Fix echo command back even if don't process it | Zhenhua Zhang | 1 | -8/+8 | |
2010-03-31 | Add Repeat last command support | Zhenhua Zhang | 1 | -2/+7 | |
2010-03-31 | Add implementation for ATE and other basic command | Zhenhua Zhang | 1 | -4/+158 | |
2010-03-31 | Add implementation for S3, S4, S5 command | Zhenhua Zhang | 1 | -0/+133 | |
2010-03-30 | Fix: Make sure we still increment read_count | Denis Kenzior | 1 | -2/+2 | |
2010-03-30 | Fix ignore incoming bytes during parsing | Zhenhua Zhang | 1 | -0/+4 | |
Server processes one command line at one time, so ignore the rest incoming bytes during the command parsing. | |||||
2010-03-30 | Update test-server to the new API | Denis Kenzior | 1 | -5/+5 | |
2010-03-30 | Simplify the send_info API | Denis Kenzior | 2 | -32/+18 | |
2010-03-30 | Fix: Treat garbage as echo | Denis Kenzior | 1 | -17/+5 | |
2010-03-30 | Fix: Properly handle async final responses | Denis Kenzior | 1 | -6/+47 | |
2010-03-30 | Fix: We need to preserve the original line | Denis Kenzior | 1 | -1/+3 | |
2010-03-30 | Fix: Use VERSION define to generate CGMR response | Denis Kenzior | 1 | -1/+3 | |
2010-03-30 | Fix: Record last received command | Denis Kenzior | 1 | -6/+11 | |
2010-03-30 | Fix: Send an ERROR on A/ | Denis Kenzior | 1 | -1/+1 | |
2010-03-30 | Add test implementation for CFUN | Denis Kenzior | 1 | -1/+33 | |
2010-03-30 | Fix: Make sure g_print is followed by a newline | Denis Kenzior | 1 | -2/+2 | |
2010-03-30 | Add initial implementation of cgmr/cgmi/cgmm/cgsn | Denis Kenzior | 1 | -5/+66 | |
2010-03-30 | Fix: SO_REUSEADDR should be set before bind | Denis Kenzior | 1 | -2/+2 | |
2010-03-30 | Refactor: Simplify extended command parsing logic | Denis Kenzior | 1 | -9/+6 | |
2010-03-30 | Refactor: Add a single-line response function | Denis Kenzior | 2 | -2/+15 | |
2010-03-30 | Add API stubs for unsolicited / final responses | Zhenhua Zhang | 2 | -6/+76 | |
2010-03-30 | Add stubs for test server commands | Denis Kenzior | 1 | -0/+25 | |
2010-03-30 | Refactor: tty creation | Denis Kenzior | 1 | -9/+8 | |
2010-03-30 | Refactor: Text / Default text parsing | Denis Kenzior | 1 | -55/+35 | |
2010-03-30 | Refactor: Break out the STK text decoding utility | Denis Kenzior | 1 | -0/+35 | |
This can be used for other data objects than text and default text | |||||
2010-03-30 | Refactor: generic boolean parsers | Denis Kenzior | 1 | -11/+6 | |
2010-03-30 | Refactor: Don't repeat tag checking ad naseum | Denis Kenzior | 1 | -73/+5 | |
The tag checking can be done safely once inside the main parsing function, no need to repeat it in the individual object parsers. | |||||
2010-03-30 | Style: More consistent indentation | Denis Kenzior | 1 | -5/+5 | |
2010-03-29 | Fix use of g_checksum_get_digest() inout argument | Marcel Holtmann | 1 | -2/+2 | |
2010-03-29 | Fix: measurement results are binary data | Denis Kenzior | 1 | -1/+1 | |
2010-03-29 | Add parser for network measurement results objects | Yang Gu | 1 | -0/+26 | |
2010-03-29 | Add call-forwarding to mbm driver | Denis Kenzior | 1 | -0/+2 | |
2010-03-29 | Fix: simplify isimodem call-barring driver. | Pekka Pessi | 2 | -175/+120 | |
Add support for lock codes AG and AC (MMI codes 333 and 353, respectively). Use decimal MMI codes in <ss.h>. | |||||
2010-03-29 | Check for capabilities support via libcap-ng | Marcel Holtmann | 4 | -4/+23 | |
2010-03-29 | Style: braces are not needed | Denis Kenzior | 1 | -1/+1 | |
2010-03-29 | Fix: Use tech reported by MBM erinfo | Denis Kenzior | 1 | -0/+33 | |
2010-03-28 | Fix: Handle 2 and 3 argument versions of ERINFO | Denis Kenzior | 1 | -3/+23 | |
2010-03-28 | Move erinfo notify to atmodem netreg driver | Denis Kenzior | 2 | -23/+27 | |
2010-03-28 | Enable PPP session suport for AT+CGDATA command | Marcel Holtmann | 1 | -16/+16 | |
2010-03-26 | ppp: send PPP_FAIL when authentication fails | Kristen Carlson Accardi | 1 | -1/+2 | |
2010-03-26 | Add phonesim vendor quirk | Denis Kenzior | 3 | -1/+10 | |
2010-03-26 | Add mbm vendor | Denis Kenzior | 2 | -1/+3 | |
2010-03-26 | Refactor: Use CIND as default strength reporting | Denis Kenzior | 1 | -31/+99 | |
Many vendors seem to use CIND instead of CSQ / proprietary extensions. | |||||
2010-03-26 | Update atmodem gprs driver to the new API | Denis Kenzior | 1 | -10/+10 | |
2010-03-26 | Refactor: Simplify the internal GPRS API | Denis Kenzior | 2 | -14/+9 | |
We no longer expose lac/ci/tech attributes obtained from CGREG (some modems, like ISI, do not even report them for GPRS separately). Simplify the internal gprs driver api to only report the registration status (e.g. home, roaming, searching, not registered, etc) | |||||
2010-03-26 | Refactor: Get rid of DCM properties | Denis Kenzior | 1 | -114/+1 | |
Be conformant with the API changes from the previous commit | |||||
2010-03-26 | Change the DataConnectionManager API | Denis Kenzior | 1 | -30/+0 | |
The various attributes obtained from CGREG are actually completely useless and are not used internally for anything except computing the Attached status. It makes sense to get rid of these properties since they will be the same as reported by CREG in Dual-Transfer-Mode devices. The only difference might be how hardware reports the technology used, but frequently a vendor specific command is required anyway | |||||
2010-03-26 | Fix some comments in dialer example | Marcel Holtmann | 1 | -3/+3 | |
2010-03-26 | Allow empty secrets for CHAP authentication | Marcel Holtmann | 1 | -1/+2 | |