summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
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