Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2009-11-18 | Fix: Report the current operator as current | Denis Kenzior | 1 | -1/+2 | |
2009-11-18 | Update network API | Denis Kenzior | 1 | -0/+13 | |
2009-11-18 | Add ProposeScan method | Denis Kenzior | 1 | -12/+65 | |
This is the replacement for automatic operator scanning | |||||
2009-11-18 | Fix: Use a different function for initial register | Denis Kenzior | 1 | -1/+10 | |
Just in case pending variable gets set to something | |||||
2009-11-18 | Refactor: Reshuffle bit flags | Denis Kenzior | 1 | -2/+2 | |
2009-11-18 | Refactor: Remove period operator scan | Denis Kenzior | 1 | -50/+0 | |
2009-11-18 | Refactor: Get rid of PENDING flag in netreg | Denis Kenzior | 1 | -9/+3 | |
2009-11-18 | Fix: modem _disable needs to send the CFUN | Denis Kenzior | 1 | -8/+9 | |
For PalmPre driver | |||||
2009-11-18 | Fix: modem _disable needs to send the CFUN | Denis Kenzior | 1 | -6/+6 | |
For Novatel driver | |||||
2009-11-18 | Fix: modem _disable needs to send the CFUN | Denis Kenzior | 1 | -5/+5 | |
For MBM driver | |||||
2009-11-18 | Fix: modem _disable needs to send the CFUN | Denis Kenzior | 1 | -6/+6 | |
For Huawei driver | |||||
2009-11-18 | Fix: modem _disable needs to send the CFUN | Denis Kenzior | 1 | -6/+6 | |
For HSO driver | |||||
2009-11-18 | Fix: modem _disable needs to send the CFUN | Denis Kenzior | 1 | -4/+5 | |
For G1 Driver | |||||
2009-11-18 | Add test script to deactivate a context | Marcel Holtmann | 2 | -2/+39 | |
2009-11-18 | Implement CGREG query | Denis Kenzior | 1 | -1/+21 | |
Some modems do not properly send CGREG notifications when the context is attached / detached. We manually query the registration state of GPRS to make sure that if the modem is indeed attached, the state is reflected properly | |||||
2009-11-18 | Refactor: Move functions up to avoid declaration | Denis Kenzior | 1 | -72/+75 | |
2009-11-18 | Fix: Again, uncross the wires | Denis Kenzior | 1 | -1/+1 | |
2009-11-18 | Fix: Uncross the wires | Denis Kenzior | 1 | -2/+2 | |
2009-11-18 | Support SonyEricsson MD300 | Denis Kenzior | 1 | -1/+2 | |
2009-11-18 | Show list of technologies in a simpler format | Marcel Holtmann | 1 | -1/+6 | |
2009-11-17 | Support Settings property of PrimaryContext | Denis Kenzior | 1 | -9/+206 | |
2009-11-17 | Update the MBM modem driver to the new API | Denis Kenzior | 1 | -7/+17 | |
2009-11-17 | Update the AT modem driver to the new API | Denis Kenzior | 1 | -7/+7 | |
2009-11-17 | Support returning settings from context activation | Denis Kenzior | 1 | -1/+5 | |
2009-11-17 | Add ofono_gprs_context_get_modem | Martin Xu | 2 | -0/+7 | |
2009-11-17 | Fix: Use Application port instead of Control | Denis Kenzior | 1 | -1/+1 | |
It seems Control port does not send CGREG unsolicited notifications | |||||
2009-11-16 | Fix: Don't drop dialing calls when call=0 signaled | Denis Kenzior | 1 | -23/+12 | |
2009-11-16 | Fix: Don't double-swap calls when 3-way dialing | Denis Kenzior | 1 | -0/+13 | |
2009-11-16 | Fix: Update the status to held properly | Denis Kenzior | 1 | -1/+1 | |
2009-11-16 | Refactor: Move repeated code to a function | Denis Kenzior | 1 | -24/+21 | |
2009-11-16 | Fix: Handle callsetup=0 when no waiting or dialing call | Zhenhua Zhang | 1 | -0/+5 | |
When call=1 and callsetup=0, if no waiting or dialing call, the call is active and no need to notify status change. | |||||
2009-11-16 | Fix: Typo | Denis Kenzior | 1 | -1/+1 | |