summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-01-18gatchat: Turn off buffering of GAtChat IO channelsDenis Kenzior1-0/+2
After commit d83da353702c8533c36e06ead14aaec5ba900cf4 this was causing the command queue to never run.
2011-01-18AUTHORS: Mention Jessica's contributionsDenis Kenzior1-0/+1
2011-01-18ste: Use UTF-8 as a default character setLasse Kunnasluoto1-0/+4
2011-01-18simutil: Sort sim_fileid in numerical orderDenis Kenzior1-5/+5
2011-01-18simutil: M9, M11, Minor style fixes and indentationJessica Nilsson1-5/+5
2011-01-18gatserver: ATS6 command handler addedOlivier Guiter1-0/+10
2011-01-18atmodem: fix signal strength issue with ifxJeevaka Badrappan1-2/+2
2011-01-18doc: Add AT command set for Dialup NetworkingOlivier Guiter1-0/+45
2011-01-18doc: Add Bluetooth Dial-up Networking Profile specsOlivier Guiter1-0/+4
2011-01-18atmodem: coding style fixJeevaka Badrappan1-1/+1
2011-01-18TODO: claim IPv6 taskMika Liljeberg1-1/+2
2011-01-18doc: Add short mention of CPHS under standardsAki Niemi1-0/+9
2011-01-18gatchat: Use g_io_channel_read_chars and g_io_channel_write_charsMarcel Holtmann1-7/+9
2011-01-18build: Use -DG_DISABLE_DEPRECATED compiler defineMarcel Holtmann1-0/+1
2011-01-18TODO: Add task for adding EFcsp supportAki Niemi1-0/+13
This task will add support for CPHS Customer Service Profile (CSP), specifically for the CSP PLMN mode bit therein.
2011-01-18netreg: Remove default statementAki Niemi1-2/+2
2011-01-18netreg: Fix userdata -> user_dataAki Niemi1-10/+10
This convention has been advertized on the mailing list.
2011-01-18simutil: Style fixes, M12Aki Niemi1-29/+29
2011-01-18netreg: Style fixes, M12Aki Niemi1-8/+8
2011-01-18common: Style fixes, M12Aki Niemi1-57/+57
2011-01-17test: add Retries property to list-modemsJeevaka Badrappan1-0/+5
2011-01-17Fix crash in isimodem call forwarding.Pekka Pessi1-5/+8
2011-01-17sim: fix issue with sizeof callJeevaka Badrappan1-1/+1
In some compilers, sizeof the functional argument is not returning the actual sizeof the argument.
2011-01-17doc: missing spaceRémi Denis-Courmont1-1/+1
2011-01-17doc: TypoRémi Denis-Courmont1-1/+1
2011-01-15build: Make Bluetooth library requirement conditionalMarcel Holtmann2-16/+26
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