Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-28 | gatchat: get_channel should return one from GAtIO | Denis Kenzior | 1 | -2/+2 | |
2010-04-28 | gatchat: Channel is now setup by GAtIO | Denis Kenzior | 1 | -2/+0 | |
2010-04-28 | gatchat: Better re-entrancy handling | Denis Kenzior | 1 | -6/+13 | |
2010-04-28 | gsmdial: Get rid of g_at_chat_shutdown usage | Denis Kenzior | 1 | -9/+16 | |
2010-04-28 | gsmdial: Unref the chat instead of using shutdown | Denis Kenzior | 1 | -2/+2 | |
2010-04-28 | gatmux: Unref the chat instead of using shutdown | Denis Kenzior | 1 | -1/+2 | |
2010-04-28 | Fix: For now calling g_at_chat_unref is fine | Denis Kenzior | 1 | -1/+1 | |
Same as g_at_chat_shutdown in this case | |||||
2010-04-28 | Fix: g_at_chat_shutdown usage in test-mux | Denis Kenzior | 1 | -1/+0 | |
2010-04-28 | Fix: Remove easy uses of g_at_chat_shutdown | Denis Kenzior | 8 | -12/+0 | |
2010-04-28 | gatchat: Only set debug on IO if we have it | Denis Kenzior | 1 | -1/+2 | |
2010-04-28 | gatchat: Replace shutdown by suspend/resume | Denis Kenzior | 2 | -13/+29 | |
Shutdown was actually pointless and according to Marcel he only had it in mind for PPP useage. | |||||
2010-04-28 | gatchat: port gatchat to use gatio | Denis Kenzior | 1 | -112/+41 | |
2010-04-28 | gatio: Remove g_at_io_shutdown | Denis Kenzior | 2 | -18/+13 | |
2010-04-28 | gatio: Get re-entrancy correct | Denis Kenzior | 1 | -3/+6 | |
2010-04-28 | gatio: Style fix for gsource id comparisons | Denis Kenzior | 1 | -2/+2 | |
2010-04-28 | gatio: Kill the reader when no more space | Denis Kenzior | 1 | -0/+4 | |
2010-04-28 | gatchat: Remove g_at_chat_set_syntax | Denis Kenzior | 2 | -14/+0 | |
Never used and too unsafe in its current form | |||||
2010-04-28 | gatchat: Add initial GAtIO implementation | Denis Kenzior | 3 | -0/+326 | |
2010-04-27 | Add sane default to dial-number script | Aki Niemi | 1 | -1/+4 | |
2010-04-27 | gisi: remove misplaced define | Aki Niemi | 1 | -2/+0 | |
2010-04-27 | gisi: refactor client implementation | Aki Niemi | 2 | -214/+313 | |
2010-04-27 | Fix typo in gprs driver | Aki Niemi | 1 | -1/+1 | |
2010-04-27 | Fix faulty logic in netreg driver | Aki Niemi | 1 | -24/+21 | |
Also add missing tech param. | |||||
2010-04-27 | Fix remove ops in isimodem drivers | Aki Niemi | 8 | -31/+42 | |
2010-04-27 | Fix style issues in isimodem | Aki Niemi | 14 | -53/+61 | |
2010-04-27 | stkutil: Make get inkey parser use its own struct | Yang Gu | 2 | -5/+11 | |
2010-04-27 | stkutil: Use char* instead of char** | Yang Gu | 1 | -14/+14 | |
char ** should only be used for character arrays that are allocated by the parser. Static buffers should be passed as char* | |||||
2010-04-27 | test-stkutil: Add unit test for more time parser | Yang Gu | 1 | -0/+38 | |
2010-04-27 | stkutil: Add 'more time' proactive command parser | Yang Gu | 1 | -0/+15 | |
2010-04-27 | test-stkutil: Refactor display text unit tests | Yang Gu | 1 | -51/+109 | |
2010-04-27 | stkutil: Use struct to represent frame id | Yang Gu | 2 | -13/+12 | |
Use a field has_id to indicate if we have frame id or not. Originally we use 0xFF to indicate we don't have frame id. But in that way, we have to initialize each test case of proactive command when it doesn't have this comprehension tlv to be 0xFF. To use has_id will save this effort, and keep consistency with other implementations. | |||||
2010-04-27 | stkutil: Move advance of ctlv to parse_dataobj | Yang Gu | 1 | -3/+5 | |
Not all the proactive commands have comprehension tlv other than command details and device identities. So the appropriate code should be moved to parse_dataobj() from stk_command_new_from_pdu(). | |||||
2010-04-26 | ppp: use default ACCM when sending LCP codes 1-7 | Kristen Carlson Accardi | 3 | -0/+20 | |
According to the spec, you must transmit all Link Configuration, Termination, and Code-Reject packets as if no options had been negotiated. This requires that when encoding we use the default ACCM of 0xffffffff when sending these types of packets. | |||||
2010-04-26 | ppp: discard non-LCP packets in ESTABLISHMENT phase | Kristen Carlson Accardi | 1 | -0/+7 | |
2010-04-26 | stkutil: Fix the assignment to minimum set | Yang Gu | 1 | -1/+1 | |
2010-04-24 | Fix: transaction id usage in gisi/server.c | Pekka Pessi | 1 | -57/+54 | |
2010-04-24 | Fix broken HDLC flag handling | Marcel Holtmann | 1 | -2/+13 | |
2010-04-24 | Fix wrong escape character check in HDLC transmit | Marcel Holtmann | 1 | -2/+2 | |
2010-04-24 | Allow real wrapping around of HDLC transmit ring buffer | Marcel Holtmann | 1 | -2/+2 | |
2010-04-24 | Add offset parameter to ring_buffer_write_ptr() function | Marcel Holtmann | 5 | -10/+12 | |
2010-04-24 | Add support for wrapping of HDLC transmit ring buffer | Marcel Holtmann | 1 | -30/+57 | |
2010-04-23 | stkutil: Add parser for broadcast network info | Yang Gu | 2 | -0/+44 | |
2010-04-23 | stkutil: Add parser for activate descriptor | Yang Gu | 1 | -0/+22 | |
2010-04-23 | stkutil: Add parser for registry app data objects | Yang Gu | 2 | -0/+35 | |
2010-04-23 | stkutil: Add parser for last envelope objects | Yang Gu | 1 | -0/+10 | |
2010-04-23 | stkutil: Add parser for MMS notification objects | Yang Gu | 1 | -0/+10 | |
2010-04-23 | stkutil: Add parser for mm cid objects | Yang Gu | 2 | -0/+29 | |
2010-04-23 | stkutil: Add parser for MMS transfer status | Yang Gu | 2 | -0/+29 | |
2010-04-23 | stkutil: Add parser for MMS identifier objects | Yang Gu | 2 | -0/+29 | |
2010-04-23 | stkutil: Add parser for MMS reference objects | Yang Gu | 2 | -0/+29 | |