Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-01 | Fix: Remove duplicate atoms from calypso plugin | Denis Kenzior | 1 | -2/+0 | |
2009-12-01 | Fix: Simplify logic to use g_memdup | Denis Kenzior | 1 | -5/+3 | |
2009-12-01 | Fix: Disable echo on all calypso DLCs | Denis Kenzior | 1 | -1/+3 | |
2009-12-01 | Fix: Be more signed/unsigned correct | Denis Kenzior | 1 | -3/+3 | |
2009-12-01 | Style: Use unsigned int instead of unsigned | Denis Kenzior | 6 | -6/+8 | |
2009-11-26 | Fix: Reset call_ids when modem is powered off | Zhenhua Zhang | 1 | -0/+3 | |
2009-11-26 | Update calypso plugin to the new wakeup handling | Denis Kenzior | 1 | -2/+2 | |
2009-11-26 | Fix: Retry the wakeup command until the modem OKs | Denis Kenzior | 1 | -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-26 | Fix: Make Calypso handling a bit better | Denis Kenzior | 1 | -2/+4 | |
2009-11-26 | Fix: None of this seems necessary for the Calypso | Denis Kenzior | 1 | -5/+1 | |
2009-11-25 | Add udev rules for Option GI0201 and GTM382 modems | Marko Saukko | 1 | -0/+2 | |
2009-11-24 | Fix: Move CHLD from voicecall driver to plugin | Zhenhua Zhang | 3 | -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-24 | Fix: Order of CMER and CIND in SLC connection | Zhenhua Zhang | 1 | -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-24 | Fix: Add check for register_auto method | Zhenhua Zhang | 1 | -2/+5 | |
Add check for register_auto method to avoid crash. HFP backend does not provide implementation for register_auto. | |||||
2009-11-24 | Fix: handle weird Dell 5530 mbm card network name | Martin Xu | 1 | -1/+2 | |
2009-11-24 | Fix: Send all SMS segments | Zhigang Li | 1 | -1/+1 | |
2009-11-24 | Move g_at_chat_add_terminator after chat object is verified | Marcel Holtmann | 1 | -1/+2 | |
2009-11-24 | Support Huawei specific terminator | Yang Gu | 1 | -0/+1 | |
2009-11-24 | Framework to support non-standard terminator | Yang Gu | 2 | -10/+52 | |
2009-11-23 | Fix: Change order of init commands | Denis Kenzior | 1 | -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-23 | Fix: Make sure we don't gobble up unsolicited | Denis Kenzior | 1 | -2/+4 | |
2009-11-23 | Fix: Make sure we don't gobble up unsolicited | Denis Kenzior | 1 | -1/+2 | |
2009-11-23 | Fix: Try sending AT<CR> | Denis Kenzior | 1 | -1/+1 | |
Sometimes <CR> doesn't work | |||||
2009-11-24 | Release 0.11 | Marcel Holtmann | 2 | -1/+8 | |
2009-11-24 | Add first version of script for applying GPRS settings | Marcel Holtmann | 2 | -1/+62 | |
2009-11-24 | Get rid of the pointless checks before g_free in GPRS engine | Marcel Holtmann | 1 | -30/+11 | |
2009-11-24 | Add support bringing GPRS interfaces up and down as needed | Marcel Holtmann | 1 | -0/+50 | |
2009-11-23 | Emit settings signal before active signal | Martin Xu | 1 | -6/+7 | |
2009-11-23 | Add mpty field to ofono_call | Zhenhua Zhang | 2 | -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-20 | Fix: Poll CLCC to replace the code in call_held=1 | Zhenhua Zhang | 1 | -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-19 | Add pretty decoding for DomainNameServers settings | Marcel Holtmann | 1 | -1/+5 | |
2009-11-18 | Fix: warnings | Denis Kenzior | 1 | -3/+3 | |
2009-11-18 | Turn off echo on HSO modems | Denis Kenzior | 1 | -0/+3 | |
2009-11-18 | Get rid of a few debugs | Denis Kenzior | 1 | -4/+0 | |
2009-11-18 | Make HSO context driver use OWANCALL/OWANDATA | Denis Kenzior | 1 | -22/+83 | |
2009-11-18 | Add CALLBACK_WITH_SUCCESS | Denis Kenzior | 1 | -0/+8 | |
2009-11-18 | Parse the weird response of _OWANDATA | Denis Kenzior | 1 | -8/+24 | |
The strings are unquoted and preceded by space. Don't these people read specs? | |||||
2009-11-18 | Make HSO modem driver use App & Control ports | Denis Kenzior | 1 | -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-18 | Make HSO support detect Application & Control port | Denis Kenzior | 1 | -5/+13 | |
2009-11-18 | Fix: Use none_prefix | Denis Kenzior | 1 | -3/+5 | |
Do not eat up unsolicited notifications that might arrive as a result of CFUN=0 | |||||
2009-11-18 | Fix: Properly send & parse _OWANDATA | Denis Kenzior | 1 | -2/+2 | |
2009-11-18 | Fix: Send username and password properly | Denis Kenzior | 1 | -2/+2 | |
2009-11-18 | Add disable-modem script | Denis Kenzior | 1 | -0/+17 | |
2009-11-18 | Add initial HSO GPRS context driver | Denis Kenzior | 5 | -0/+412 | |
2009-11-18 | Decode the settings information of a context | Marcel Holtmann | 1 | -1/+8 | |
2009-11-18 | Add some extra pretty decoding to monitor script | Marcel Holtmann | 1 | -1/+9 | |
2009-11-18 | Update docs with new Errors | Denis Kenzior | 1 | -0/+2 | |
2009-11-18 | Report AttachInProgress Error | Denis Kenzior | 3 | -1/+9 | |
If one tries to activate a context and we're currently attaching or detaching from GPRS, report the AttachInProgress error | |||||
2009-11-18 | Refactor: Send NotAttached error | Denis Kenzior | 3 | -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-18 | Fix: Report status & tech in hfpmodem | Denis Kenzior | 1 | -0/+2 | |