summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
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
2010-03-31Refactor: GAtPPP connect callbackDenis Kenzior3-13/+34
2010-03-31Update mbm to use two portsDenis Kenzior1-50/+85
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
2010-03-31Refactor: Return a string from USSD Respond methodAndrzej Zaborowski2-8/+25
2010-03-31Fix ampersand commands checkAndrzej Zaborowski1-2/+2
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
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
2010-03-31Add parser for cause objectsYang Gu2-0/+34
2010-03-31Add parser for event list objectsYang Gu2-0/+53
2010-03-31Add parser for items next action indicator objectsYang Gu2-0/+29
2010-03-31Reorder the declarations of stk data objectsYang Gu1-17/+18
2010-03-31Add test implementation for CPBSZhenhua Zhang1-0/+24
2010-03-31Add test implementation to support SMSZhenhua Zhang1-0/+177
2010-03-31Refactor: Simplify V250 setting command functionsDenis Kenzior1-91/+30
2010-03-31Refactor: Simplify gatserver s-register functionsDenis Kenzior1-52/+16
2010-03-31Fix: Potential crash in modemconfDenis Kenzior1-0/+3
2010-03-31Fix echo command back even if don't process itZhenhua Zhang1-8/+8
2010-03-31Add Repeat last command supportZhenhua Zhang1-2/+7
2010-03-31Add implementation for ATE and other basic commandZhenhua Zhang1-4/+158
2010-03-31Add implementation for S3, S4, S5 commandZhenhua Zhang1-0/+133
2010-03-30Fix: Make sure we still increment read_countDenis Kenzior1-2/+2
2010-03-30Fix ignore incoming bytes during parsingZhenhua Zhang1-0/+4
2010-03-30Update test-server to the new APIDenis Kenzior1-5/+5
2010-03-30Simplify the send_info APIDenis Kenzior2-32/+18
2010-03-30Fix: Treat garbage as echoDenis Kenzior1-17/+5
2010-03-30Fix: Properly handle async final responsesDenis Kenzior1-6/+47
2010-03-30Fix: We need to preserve the original lineDenis Kenzior1-1/+3
2010-03-30Fix: Use VERSION define to generate CGMR responseDenis Kenzior1-1/+3
2010-03-30Fix: Record last received commandDenis Kenzior1-6/+11