summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-11-18Fix: Report the current operator as currentDenis Kenzior1-1/+2
2009-11-18Update network APIDenis Kenzior1-0/+13
2009-11-18Add ProposeScan methodDenis Kenzior1-12/+65
This is the replacement for automatic operator scanning
2009-11-18Fix: Use a different function for initial registerDenis Kenzior1-1/+10
Just in case pending variable gets set to something
2009-11-18Refactor: Reshuffle bit flagsDenis Kenzior1-2/+2
2009-11-18Refactor: Remove period operator scanDenis Kenzior1-50/+0
2009-11-18Refactor: Get rid of PENDING flag in netregDenis Kenzior1-9/+3
2009-11-18Fix: modem _disable needs to send the CFUNDenis Kenzior1-8/+9
For PalmPre driver
2009-11-18Fix: modem _disable needs to send the CFUNDenis Kenzior1-6/+6
For Novatel driver
2009-11-18Fix: modem _disable needs to send the CFUNDenis Kenzior1-5/+5
For MBM driver
2009-11-18Fix: modem _disable needs to send the CFUNDenis Kenzior1-6/+6
For Huawei driver
2009-11-18Fix: modem _disable needs to send the CFUNDenis Kenzior1-6/+6
For HSO driver
2009-11-18Fix: modem _disable needs to send the CFUNDenis Kenzior1-4/+5
For G1 Driver
2009-11-18Add test script to deactivate a contextMarcel Holtmann2-2/+39
2009-11-18Implement CGREG queryDenis Kenzior1-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-18Refactor: Move functions up to avoid declarationDenis Kenzior1-72/+75
2009-11-18Fix: Again, uncross the wiresDenis Kenzior1-1/+1
2009-11-18Fix: Uncross the wiresDenis Kenzior1-2/+2
2009-11-18Support SonyEricsson MD300Denis Kenzior1-1/+2
2009-11-18Show list of technologies in a simpler formatMarcel Holtmann1-1/+6
2009-11-17Support Settings property of PrimaryContextDenis Kenzior1-9/+206
2009-11-17Update the MBM modem driver to the new APIDenis Kenzior1-7/+17
2009-11-17Update the AT modem driver to the new APIDenis Kenzior1-7/+7
2009-11-17Support returning settings from context activationDenis Kenzior1-1/+5
2009-11-17Add ofono_gprs_context_get_modemMartin Xu2-0/+7
2009-11-17Fix: Use Application port instead of ControlDenis Kenzior1-1/+1
It seems Control port does not send CGREG unsolicited notifications
2009-11-16Fix: Don't drop dialing calls when call=0 signaledDenis Kenzior1-23/+12
2009-11-16Fix: Don't double-swap calls when 3-way dialingDenis Kenzior1-0/+13
2009-11-16Fix: Update the status to held properlyDenis Kenzior1-1/+1
2009-11-16Refactor: Move repeated code to a functionDenis Kenzior1-24/+21
2009-11-16Fix: Handle callsetup=0 when no waiting or dialing callZhenhua Zhang1-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-16Fix: TypoDenis Kenzior1-1/+1
2009-11-16Fix: Ignore repeated CCWAs in atmodem as wellDenis Kenzior1-0/+5
2009-11-16Fix: Ignore repeated CCWA notify if haveZhenhua Zhang1-0/+6
Some phone like iPhone repeats CCWA notify. So we need to ignore it when we already have waiting call.
2009-11-16Fix: Set current element properlyDenis Kenzior1-1/+4
When removing an element from the list, the current iterator was not being updated properly. Most likely leading to double free.
2009-11-16Style: SpacingDenis Kenzior1-1/+1
2009-11-16add Settings property description to dataconnectionmanger-api.txtMartin Xu1-12/+23
2009-11-14Release 0.10Marcel Holtmann2-1/+10
2009-11-13Add three-way calling support to HFP voice driverDenis Kenzior1-93/+503
2009-11-13Fix: Make sure we don't dial with an incoming callDenis Kenzior1-0/+3
2009-11-13Refactor: Simplify code and add have_incomingDenis Kenzior1-12/+12
2009-11-13Make sure the atmodem handles ATD properlyDenis Kenzior1-0/+12
The driver must set any existing active calls to held
2009-11-13Update some internal documentationDenis Kenzior1-0/+12
2009-11-13Revert: Go back to the old dial behaviorDenis Kenzior1-64/+4
The driver has a better idea of how to handle ATD being invoked when a waiting/held/active call(s) is/are already present. Generally most modems will swap the call automatically preserving the state of the waiting call. We do block dialing another call while a dial is still in progress.
2009-11-13Fix: Fill in the phone number info for outgoing callZhenhua Zhang1-30/+123
There're two cases of outgoing call: dial from HF or dial from phone. We could receive callsetup=2 indicator in both case. So adding AT+CLCC query to sync the outgoing call. In the first case, we only need to sync the phone number. In the second case, the phone is dialing from phone and we know nothing. Create a new call and notify the core. If phone does not support AT+CLCC and there's no call dialing from HF, we fake a new call for it.
2009-11-13Fix: Add support for Option Icon 401Denis Kenzior1-0/+1
2009-11-13Fix: Remove yet another duplicate atomDenis Kenzior1-1/+0
2009-11-13Fix: Remove duplicate SMS atom from HSO pluginDenis Kenzior1-1/+0
2009-11-13Style: add new lineDenis Kenzior1-0/+1
2009-11-13Fix issue with missing masking of AT%CHLDMarcel Holtmann1-1/+1
drivers/calypsomodem/voicecall.c: In function ‘calypso_release_specific’: drivers/calypsomodem/voicecall.c:162: error: too few arguments for format