summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-04-02Make function decode_scts publicYang Gu2-6/+9
2010-04-02Add parser for timer value objectsYang Gu2-0/+27
2010-04-02Refactor: Break out semi-octet decoderYang Gu2-6/+13
Refactor decode_scts to use this function
2010-04-02Add parser for timer identifier objectsYang Gu1-0/+11
2010-04-02Add parser for r-apdu objectsYang Gu2-0/+36
2010-04-02Add parser for c-apdu objectsYang Gu2-0/+59
2010-04-02Add parser for card atr objectsYang Gu2-0/+29
2010-04-02Add parser for card reader status objectsYang Gu1-0/+11
2010-04-02Fix: Regression in PIN validity checkingDenis Kenzior1-1/+1
2010-04-01Remove PPP CP event_queue handling and process events directlyMarcel Holtmann2-55/+4
2010-04-01Fix: Stop infinite attempts to registerDenis Kenzior1-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-01Add support for Option iCon 452Denis Kenzior1-0/+1
2010-04-01Remove obfuscation for some of the event handlingMarcel Holtmann2-42/+13
2010-04-01Move functions from ppp.c into gatppp.cMarcel Holtmann4-539/+503
2010-04-01Remove PPP event_queue handling and process events directlyMarcel Holtmann3-44/+27
2010-04-01Check FCS while unstuffing the byte streamMarcel Holtmann1-10/+11
2010-04-01Remove PPP recv_queue handling and process frames directlyMarcel Holtmann3-31/+22
2010-04-01Remove usage of AT+CGACT for nowMarcel Holtmann1-22/+5
2010-04-01Fix order of PPP frame recording and processingMarcel Holtmann1-1/+1
2010-04-01Add support for recording PPP sessions in pppdump formatMarcel Holtmann5-5/+62
2010-04-01Implement g_at_ppp_set_debug supportMarcel Holtmann5-15/+34
2010-04-01Add some debugging information to PPP authentication handlingMarcel Holtmann1-3/+6
2010-04-01Remove useless pppcp_protocol_data structureMarcel Holtmann5-40/+15
2010-04-01Remove forward declarations in PPP network handlingMarcel Holtmann1-81/+75
2010-04-01Add debugging for PPP LCP and IPCP optionsMarcel Holtmann4-8/+73
2010-03-31Use ppp%d as PPP interface name instead of tun%dMarcel Holtmann1-0/+1
2010-03-31Initial implementation of the PPP gprs contextDenis Kenzior1-88/+115
2010-03-31Fix: Introduce PPP data stateDenis Kenzior1-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-31Fix: Update gsm dial to the new GAtPPP APIDenis Kenzior1-17/+8
2010-03-31Refactor: Use GAtDisconnectFunc for ppp disconnectDenis Kenzior4-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-31Refactor: GAtPPP connect callbackDenis Kenzior3-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-31Update mbm to use two portsDenis Kenzior1-50/+85
The second port might be used for a second active context via ppp
2010-03-31Fix: MD300 uses two ACM ports, so set one to dataDenis Kenzior1-1/+4
2010-03-31Style: Whitespace damage due to spaces, not tabsDenis Kenzior1-7/+7
Also use proper indentation style
2010-03-31Refactor: Return a string from USSD Respond methodAndrzej Zaborowski2-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-31Fix ampersand commands checkAndrzej Zaborowski1-2/+2
Also remove a trailing tab.
2010-03-31doc: Explain VoicemailMessageCount value zero.Andrzej Zaborowski1-1/+4
2010-03-31Use stkutil named constants in sim.cAndrzej Zaborowski1-4/+4
2010-03-31Update property name in test-ussdAndrzej Zaborowski1-1/+1
2010-03-31Style: remove unneeded blank lineDenis Kenzior1-1/+0
2010-03-31Fix whitespace damage in PPP implementationMarcel Holtmann3-3/+4
2010-03-31Fix: Be more consistent with other boundary checksDenis Kenzior1-2/+2
2010-03-31Style: indentation fixesDenis Kenzior1-6/+6
2010-03-31Fix: Increate iterator when parsing failsYang Gu1-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-31Rename stk_icon_identifier to stk_icon_idYang Gu2-5/+5
2010-03-31Add parser for item icon identifier list objectsYang Gu2-0/+33
2010-03-31Add enum for icon qualifierYang Gu1-0/+5
2010-03-31Add parser for call control requested action objectsYang Gu2-0/+40
2010-03-31Add parser for transaction identifier objectsYang Gu2-0/+29
2010-03-31Add parser for location status objectsYang Gu2-0/+32