summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-01-18call-settings: apply rule M11 of coding styleLucas De Marchi1-17/+17
2011-01-18doc: add CalledLinePresentation to CallSettingsLucas De Marchi1-0/+15
2011-01-18atmodem: add cdip to call-settingsLucas De Marchi1-0/+26
2011-01-18call-settings: add support for cdipLucas De Marchi1-2/+71
2011-01-18include: add method for querying cdip supportLucas De Marchi1-0/+2
2011-01-18doc: add CalledLineIdentification to VoicecallLucas De Marchi1-0/+9
2011-01-18voicecall: add support for cdipLucas De Marchi1-2/+36
Enable oFono to show the identification informed with CDIP.
2011-01-18include: add cdip field in ofono_callLucas De Marchi1-0/+1
2011-01-18gisi: remove g_isi_pending_from_msg()Pekka Pessi2-11/+0
2011-01-18gisi: simplify pending managementPekka Pessi4-233/+107
Client or server mark their pending objects with the function g_isi_pending_set_owner(). When client or server get destroyed or reset the pending objects are removed with the function g_isi_remove_pending_by_owner(). As a client or server always uses only a particular resource, all the pending objects are conveniently stored into a single list.
2011-01-18isimodem: fix crash in gprsPekka Pessi1-0/+3
There was a crash if gprs was removed while creating context.
2011-01-18isimodem: Style fix in gprs, M12Aki Niemi1-6/+6
2011-01-18gisi: remove before notifyPekka Pessi2-27/+48
Just in case, remove pending operations before calling notifys. The notify function can remove client, service or modem.
2011-01-18doc: Fix a small typoMarcel Holtmann1-1/+1
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