summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-12-01Fix: Remove duplicate atoms from calypso pluginDenis Kenzior1-2/+0
2009-12-01Fix: Simplify logic to use g_memdupDenis Kenzior1-5/+3
2009-12-01Fix: Disable echo on all calypso DLCsDenis Kenzior1-1/+3
2009-12-01Fix: Be more signed/unsigned correctDenis Kenzior1-3/+3
2009-12-01Style: Use unsigned int instead of unsignedDenis Kenzior6-6/+8
2009-11-26Fix: Reset call_ids when modem is powered offZhenhua Zhang1-0/+3
2009-11-26Update calypso plugin to the new wakeup handlingDenis Kenzior1-2/+2
2009-11-26Fix: Retry the wakeup command until the modem OKsDenis Kenzior1-16/+38
The calypso is weird where it doesn't actually wakeup on the first try, we need to bang its head a few times until it responds
2009-11-26Fix: Make Calypso handling a bit betterDenis Kenzior1-2/+4
2009-11-26Fix: None of this seems necessary for the CalypsoDenis Kenzior1-5/+1
2009-11-25Add udev rules for Option GI0201 and GTM382 modemsMarko Saukko1-0/+2
2009-11-24Fix: Move CHLD from voicecall driver to pluginZhenhua Zhang3-58/+70
According HFP v1.5 spec, AT+CHLD=? should be a part of SLC connection. So we should not do it after SLC connection is created.
2009-11-24Fix: Order of CMER and CIND in SLC connectionZhenhua Zhang1-20/+20
According to the HFP 1.5 specification the order of commands is actually important. The required sequence is to use CIND=?, CIND? and then CMER. Currently oFono issues commands in the order of CIND=?, CMER, CIND?
2009-11-24Fix: Add check for register_auto methodZhenhua Zhang1-2/+5
Add check for register_auto method to avoid crash. HFP backend does not provide implementation for register_auto.
2009-11-24Fix: handle weird Dell 5530 mbm card network nameMartin Xu1-1/+2
2009-11-24Fix: Send all SMS segmentsZhigang Li1-1/+1
2009-11-24Move g_at_chat_add_terminator after chat object is verifiedMarcel Holtmann1-1/+2
2009-11-24Support Huawei specific terminatorYang Gu1-0/+1
2009-11-24Framework to support non-standard terminatorYang Gu2-10/+52
2009-11-23Fix: Change order of init commandsDenis Kenzior1-1/+1
This seems to make the calypso return from ATD right away instead of waiting for connect/busy to be returned. It should now be possible to hangup alerting calls.
2009-11-23Fix: Make sure we don't gobble up unsolicitedDenis Kenzior1-2/+4
2009-11-23Fix: Make sure we don't gobble up unsolicitedDenis Kenzior1-1/+2
2009-11-23Fix: Try sending AT<CR>Denis Kenzior1-1/+1
Sometimes <CR> doesn't work
2009-11-24Release 0.11Marcel Holtmann2-1/+8
2009-11-24Add first version of script for applying GPRS settingsMarcel Holtmann2-1/+62
2009-11-24Get rid of the pointless checks before g_free in GPRS engineMarcel Holtmann1-30/+11
2009-11-24Add support bringing GPRS interfaces up and down as neededMarcel Holtmann1-0/+50
2009-11-23Emit settings signal before active signalMartin Xu1-6/+7
2009-11-23Add mpty field to ofono_callZhenhua Zhang2-1/+4
A field 'mpty' is added to ofono_call so that we can know whether the call belongs to multiparty call or not. According to 27.007 7.18, it is a defined return value of AT+CLCC.
2009-11-20Fix: Poll CLCC to replace the code in call_held=1Zhenhua Zhang1-44/+6
When using CHLD=2x in multiparty call, call_held is 1 and we should not swap all active->held. So we cannot save this pull in private chat.
2009-11-19Add pretty decoding for DomainNameServers settingsMarcel Holtmann1-1/+5
2009-11-18Fix: warningsDenis Kenzior1-3/+3
2009-11-18Turn off echo on HSO modemsDenis Kenzior1-0/+3
2009-11-18Get rid of a few debugsDenis Kenzior1-4/+0
2009-11-18Make HSO context driver use OWANCALL/OWANDATADenis Kenzior1-22/+83
2009-11-18Add CALLBACK_WITH_SUCCESSDenis Kenzior1-0/+8
2009-11-18Parse the weird response of _OWANDATADenis Kenzior1-8/+24
The strings are unquoted and preceded by space. Don't these people read specs?
2009-11-18Make HSO modem driver use App & Control portsDenis Kenzior1-29/+59
The Application port gets all unsolicited notifications except for OWANCALL notifications. In turn only the Control port gets OWANCALL notifications. This means that we run GPRS Context control on the Control port and network registration / sms on the application port
2009-11-18Make HSO support detect Application & Control portDenis Kenzior1-5/+13
2009-11-18Fix: Use none_prefixDenis Kenzior1-3/+5
Do not eat up unsolicited notifications that might arrive as a result of CFUN=0
2009-11-18Fix: Properly send & parse _OWANDATADenis Kenzior1-2/+2
2009-11-18Fix: Send username and password properlyDenis Kenzior1-2/+2
2009-11-18Add disable-modem scriptDenis Kenzior1-0/+17
2009-11-18Add initial HSO GPRS context driverDenis Kenzior5-0/+412
2009-11-18Decode the settings information of a contextMarcel Holtmann1-1/+8
2009-11-18Add some extra pretty decoding to monitor scriptMarcel Holtmann1-1/+9
2009-11-18Update docs with new ErrorsDenis Kenzior1-0/+2
2009-11-18Report AttachInProgress ErrorDenis Kenzior3-1/+9
If one tries to activate a context and we're currently attaching or detaching from GPRS, report the AttachInProgress error
2009-11-18Refactor: Send NotAttached errorDenis Kenzior3-3/+10
If one tries to activate the context and we're currently not attached to GPRS, report a NotAttached error instead of a failure
2009-11-18Fix: Report status & tech in hfpmodemDenis Kenzior1-0/+2