Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-31 | Use ppp%d as PPP interface name instead of tun%d | Marcel Holtmann | 1 | -0/+1 | |
2010-03-31 | Initial implementation of the PPP gprs context | Denis Kenzior | 1 | -88/+115 | |
2010-03-31 | Fix: Introduce PPP data state | Denis Kenzior | 1 | -0/+13 | |
Some modems send PPP data introspersed along with the CONNECT final response. Fixup the parser so we can still detect the final response. | |||||
2010-03-31 | Fix: Update gsm dial to the new GAtPPP API | Denis Kenzior | 1 | -17/+8 | |
2010-03-31 | Refactor: Use GAtDisconnectFunc for ppp disconnect | Denis Kenzior | 4 | -10/+11 | |
The ppp argument to the current disconnect callback is useless as the ppp structure is most likely stored in user data anyway. | |||||
2010-03-31 | Refactor: GAtPPP connect callback | Denis Kenzior | 3 | -13/+34 | |
The connect callback was not giving enough information and the information it was providing was not in a convenient form. - Provide the ppp interface name (e.g. tun0) - Provide ip, dns1 & dns2 as strings - Do not send the ppp structure in the callback, it is most likely present in the user data anyway | |||||
2010-03-31 | Update mbm to use two ports | Denis Kenzior | 1 | -50/+85 | |
The second port might be used for a second active context via ppp | |||||
2010-03-31 | Fix: MD300 uses two ACM ports, so set one to data | Denis Kenzior | 1 | -1/+4 | |
2010-03-31 | Style: Whitespace damage due to spaces, not tabs | Denis Kenzior | 1 | -7/+7 | |
Also use proper indentation style | |||||
2010-03-31 | Refactor: Return a string from USSD Respond method | Andrzej Zaborowski | 2 | -8/+25 | |
Return network's USSD reponses from the Respond method instead of signaling over D-Bus. This should make the UI writer's job a little easier. | |||||
2010-03-31 | Fix ampersand commands check | Andrzej Zaborowski | 1 | -2/+2 | |
Also remove a trailing tab. | |||||
2010-03-31 | doc: Explain VoicemailMessageCount value zero. | Andrzej Zaborowski | 1 | -1/+4 | |
2010-03-31 | Use stkutil named constants in sim.c | Andrzej Zaborowski | 1 | -4/+4 | |
2010-03-31 | Update property name in test-ussd | Andrzej Zaborowski | 1 | -1/+1 | |
2010-03-31 | Style: remove unneeded blank line | Denis Kenzior | 1 | -1/+0 | |
2010-03-31 | Fix whitespace damage in PPP implementation | Marcel Holtmann | 3 | -3/+4 | |
2010-03-31 | Fix: Be more consistent with other boundary checks | Denis Kenzior | 1 | -2/+2 | |
2010-03-31 | Style: indentation fixes | Denis Kenzior | 1 | -6/+6 | |
2010-03-31 | Fix: Increate iterator when parsing fails | Yang Gu | 1 | -10/+6 | |
If the comprehension TLV tag matches the expected handler, and the handler fails to parse the tag, then increase the iterator. | |||||
2010-03-31 | Rename stk_icon_identifier to stk_icon_id | Yang Gu | 2 | -5/+5 | |
2010-03-31 | Add parser for item icon identifier list objects | Yang Gu | 2 | -0/+33 | |
2010-03-31 | Add enum for icon qualifier | Yang Gu | 1 | -0/+5 | |
2010-03-31 | Add parser for call control requested action objects | Yang Gu | 2 | -0/+40 | |
2010-03-31 | Add parser for transaction identifier objects | Yang Gu | 2 | -0/+29 | |
2010-03-31 | Add parser for location status objects | Yang Gu | 2 | -0/+32 | |
2010-03-31 | Add parser for cause objects | Yang Gu | 2 | -0/+34 | |
2010-03-31 | Add parser for event list objects | Yang Gu | 2 | -0/+53 | |
2010-03-31 | Add parser for items next action indicator objects | Yang Gu | 2 | -0/+29 | |
2010-03-31 | Reorder the declarations of stk data objects | Yang Gu | 1 | -17/+18 | |
2010-03-31 | Add test implementation for CPBS | Zhenhua Zhang | 1 | -0/+24 | |
2010-03-31 | Add test implementation to support SMS | Zhenhua Zhang | 1 | -0/+177 | |
2010-03-31 | Refactor: Simplify V250 setting command functions | Denis Kenzior | 1 | -91/+30 | |
2010-03-31 | Refactor: Simplify gatserver s-register functions | Denis Kenzior | 1 | -52/+16 | |
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 | |