Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-02 | Make function decode_scts public | Yang Gu | 2 | -6/+9 | |
2010-04-02 | Add parser for timer value objects | Yang Gu | 2 | -0/+27 | |
2010-04-02 | Refactor: Break out semi-octet decoder | Yang Gu | 2 | -6/+13 | |
Refactor decode_scts to use this function | |||||
2010-04-02 | Add parser for timer identifier objects | Yang Gu | 1 | -0/+11 | |
2010-04-02 | Add parser for r-apdu objects | Yang Gu | 2 | -0/+36 | |
2010-04-02 | Add parser for c-apdu objects | Yang Gu | 2 | -0/+59 | |
2010-04-02 | Add parser for card atr objects | Yang Gu | 2 | -0/+29 | |
2010-04-02 | Add parser for card reader status objects | Yang Gu | 1 | -0/+11 | |
2010-04-02 | Fix: Regression in PIN validity checking | Denis Kenzior | 1 | -1/+1 | |
2010-04-01 | Remove PPP CP event_queue handling and process events directly | Marcel Holtmann | 2 | -55/+4 | |
2010-04-01 | Fix: Stop infinite attempts to register | Denis Kenzior | 1 | -8/+11 | |
Sometimes if the modem firmware is particularly nutty we will see frequent cell-reselections at startup, resulting in us attempting to register multiple times. Try to stop this behavior by keeping track of what state we're in and hoping the hardware is at least somewhat sane. | |||||
2010-04-01 | Add support for Option iCon 452 | Denis Kenzior | 1 | -0/+1 | |
2010-04-01 | Remove obfuscation for some of the event handling | Marcel Holtmann | 2 | -42/+13 | |
2010-04-01 | Move functions from ppp.c into gatppp.c | Marcel Holtmann | 4 | -539/+503 | |
2010-04-01 | Remove PPP event_queue handling and process events directly | Marcel Holtmann | 3 | -44/+27 | |
2010-04-01 | Check FCS while unstuffing the byte stream | Marcel Holtmann | 1 | -10/+11 | |
2010-04-01 | Remove PPP recv_queue handling and process frames directly | Marcel Holtmann | 3 | -31/+22 | |
2010-04-01 | Remove usage of AT+CGACT for now | Marcel Holtmann | 1 | -22/+5 | |
2010-04-01 | Fix order of PPP frame recording and processing | Marcel Holtmann | 1 | -1/+1 | |
2010-04-01 | Add support for recording PPP sessions in pppdump format | Marcel Holtmann | 5 | -5/+62 | |
2010-04-01 | Implement g_at_ppp_set_debug support | Marcel Holtmann | 5 | -15/+34 | |
2010-04-01 | Add some debugging information to PPP authentication handling | Marcel Holtmann | 1 | -3/+6 | |
2010-04-01 | Remove useless pppcp_protocol_data structure | Marcel Holtmann | 5 | -40/+15 | |
2010-04-01 | Remove forward declarations in PPP network handling | Marcel Holtmann | 1 | -81/+75 | |
2010-04-01 | Add debugging for PPP LCP and IPCP options | Marcel Holtmann | 4 | -8/+73 | |
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 | |