summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-01-14cdmamodem: fix to follow oFono probe rulesDara Spieker-Doyle1-2/+10
Not allowed to call register directly from probe, use g_idle_add instead for now
2011-01-14include: Clarify hold_all_active semanticsPekka Pessi1-1/+2
2011-01-14mbm: Remove data->reopen_source timer before setting up new oneTomasz Gregorek1-0/+3
Check if there is a timer running already and remove it before creating a new one. This will prevent calling reopen_callback() more than if mbm_disconnect() is called more than once.
2011-01-14mbm: Adding timer removal to mbm_remove()Tomasz Gregorek1-0/+5
In case the modem is disconnected during enabling process, mbm_disconnect() will set up data->reopen_source timer. This timer needs to be removed in mbm_remove() to stop execution of reopen_callback() after hardware disconnection.
2011-01-14ifx: add ctm create to ifx pluginJeevaka Badrappan1-0/+2
2011-01-14stemodem: Always run +CGACT? when we get +CGEV.Marit Henriksen1-7/+3
Remove checks for certain values of CGEV, and instead we will always run CGACT? to check what contexts that are active.
2011-01-14stemodem: Use macro for context status.Marit Henriksen1-1/+2
2011-01-14src: Added enum for PDP context status.Marit Henriksen1-0/+6
2011-01-14stemodem: Return immediately if not voice call.Marit Henriksen1-3/+3
2011-01-14stemodem: Use macro for clip validity.Marit Henriksen1-1/+1
2011-01-14stemodem: Removed defaults in switches.Marit Henriksen1-10/+7
Coding style guidline M12.
2011-01-14hfpmodem: Incorrect string length in dtmf buf.Helen Clemson1-3/+2
Strlen includes a NULL character.
2011-01-14stemodem: Incorrect string length in dtmf buf.Helen Clemson1-4/+2
Strlen includes a NULL character.
2011-01-14stemodem: Fix spelling mistake in error message.Helen Clemson1-1/+1
2011-01-14test: add disable-call-forwardingJarko Poutiainen2-1/+55
2011-01-14ifxmodem: change AT command for enabling SATKJeevaka Badrappan1-6/+5
2011-01-14ifxmodem: add enable/disable ctm supportJeevaka Badrappan4-1/+201
2011-01-13bluetooth: Add Btio library for DUNZhenhua Zhang4-2/+1407
Btio library is the low level socket API for BT RFCOMM connection. We share the same library among BlueZ, Obex and oFono. So make sure you synchronize to other two projects when you make changes to btio.[ch].
2011-01-13nokiacdma: Add CDMA devinfo supportDara Spieker-Doyle1-0/+2
2011-01-13cdmamodem: Add CDMA devinfo supportDara Spieker-Doyle4-1/+194
2011-01-13cdmamodem: M15 Coding style fixDara Spieker-Doyle2-4/+4
2011-01-13test: Add CDMA MO Call Support scriptsDara Spieker-Doyle4-1/+73
2011-01-13include: remove unused mpty from ofono_callJeevaka Badrappan1-1/+0
2011-01-13atutil: remove unused mptyJeevaka Badrappan1-1/+0
2011-01-13gps: add new interface to feature mapRafael Ignacio Zurita1-0/+1
2011-01-13gps: define new dbus interfaceRafael Ignacio Zurita1-0/+1
2011-01-13atmodem: fix +COLR parsingRémi Denis-Courmont1-1/+28
AT+COLR does not have a local presentation mode and thus it cannot be factored with the other commands. This partially reverts commit f2baa88d7577649358f1f8587e5a9b6aa730ca41.
2011-01-13test: show CalledLinePresentation propertyLucas De Marchi1-0/+2
2011-01-12atutil: Break out attribute parser into atutilDenis Kenzior3-39/+53
2011-01-12udev: Add nokiacdma deviceDara Spieker-Doyle1-0/+15
2011-01-12ofono-rules: Add nokiacdma deviceDara Spieker-Doyle1-0/+4
2011-01-12nokiacdma: Minor fixesDenis Kenzior1-2/+5
2011-01-12nokiacdma: Add plugin and CDMA MO Call SupportDara Spieker-Doyle2-0/+174
2011-01-12cdmamodem: Remove unneeded assignmentsDenis Kenzior1-2/+0
2011-01-12cdmamodem: Fix up namingDenis Kenzior3-29/+29
2011-01-12cdmamodem: Add CDMA MO Call supportDara Spieker-Doyle4-1/+169
2011-01-12stk: make use of ADD_ERROR_RESULT macroJeevaka Badrappan1-39/+30
2011-01-12stk: add additional info for terminal busy resultJeevaka Badrappan1-8/+37
As per the ETSI TS 102 223 specification 8.12.2, it is mandatory to provide additional information for the general result "ME currently unable to process command".
2011-01-12simfs: Add cache flushing functionsAndrzej Zaborowski2-17/+56
2011-01-12test: add set-call-forwardingJarko Poutiainen2-1/+66
2011-01-12TODO: Add task for main.confAki Niemi1-0/+8
2011-01-12TODO: set owner of Support HFP AG emulator taskFrederic Danis1-0/+2
2011-01-12isimodem: fix return from call control requestsPekka Pessi1-1/+1
2011-01-12gatchat: M15 coding styles fixesJeevaka Badrappan4-8/+8
2011-01-12unit: M15 coding style fixJeevaka Badrappan6-39/+39
2011-01-12plugins: M15 coding style fixJeevaka Badrappan4-8/+8
2011-01-12atmodem: M15 coding style fixJeevaka Badrappan17-67/+67
2011-01-12isimodem: M15 coding style fixJeevaka Badrappan17-66/+66
2011-01-12nwmodem: M15 coding style fixJeevaka Badrappan2-4/+4
2011-01-12hsomodem: M15 coding style fixJeevaka Badrappan3-8/+8