summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-03-29TODO: set owner of Emergency Calls taskJeevaka Badrappan1-0/+1
2011-03-29TODO: remove E911 support ownerJarko Poutiainen1-1/+0
2011-03-29gnss: fix broken buildOlivier Guiter1-0/+1
2011-03-29gnss: fix broken buildOlivier Guiter1-1/+0
2011-03-28doc: update overview.txt: add gps / gnssBertrand Aygon1-0/+8
add GPS/Location Services feature information
2011-03-28gnss: Disable piecemeal CPOSR reportingDenis Kenzior1-1/+1
2011-03-28test: Rework the gnss test slightlyDenis Kenzior1-13/+15
Rework the test to avoid going over 80 characters / line, eliminate some unneded empty lines and use slightly simpler variable names
2011-03-28test: add test-gnssJarko Poutiainen2-1/+93
2011-03-28gnss: Minor style fixDenis Kenzior1-0/+1
2011-03-28phonesim: add gnss supportDenis Kenzior1-0/+1
2011-03-28ste: add support for gnssJarko Poutiainen1-2/+6
2011-03-28atmodem: add gnss driverJarko Poutiainen4-1/+289
2011-03-28gatchat: Add support for short prompt send variantDenis Kenzior1-13/+40
2011-03-28gatsyntax: support short prompt in v1 parserDenis Kenzior1-0/+24
2011-03-28gatsyntax: support short prompt for permissiveDenis Kenzior1-0/+25
2011-03-28gatchat: new hint to handle +CPOSJarko Poutiainen1-1/+2
2011-03-28gatchat: introduce send for +CPOSJarko Poutiainen1-0/+8
2011-03-28gnss: Rework logic flow for exceptional conditionsDenis Kenzior1-29/+23
2011-03-28gnss: Minor style fixDenis Kenzior1-7/+2
2011-03-28gnss: Tweak errorDenis Kenzior1-1/+1
2011-03-28gnss: No need to set this to FALSEDenis Kenzior1-1/+0
The structure is already zerod during g_try_new0
2011-03-28gnss: Minor style tweakDenis Kenzior1-5/+3
2011-03-28gnss: block send_element if we have no agentDenis Kenzior1-0/+3
2011-03-28ofono.conf: add positioning agent interfaceJarko Poutiainen1-0/+1
2011-03-28gnssagent: Unify sending functionsDenis Kenzior1-19/+14
2011-03-28gnssagent: Minor style tweaksDenis Kenzior1-9/+6
2011-03-28gnss: Remove unneeded parameter to gnss_agent_newDenis Kenzior3-9/+3
2011-03-28src: add gnss atom and agent implementationJarko Poutiainen4-1/+589
2011-03-28src: add atom type for gnssJarko Poutiainen1-0/+2
2011-03-28include: add gnss.h fileJarko Poutiainen2-1/+71
2011-03-28dbus: add gnss interface definitionJarko Poutiainen1-0/+2
2011-03-28gatsyntax: Support echo of empty linesDenis Kenzior1-1/+4
2011-03-28gatsyntax: Re-name enum a proper wayDenis Kenzior1-3/+3
2011-03-28build: Improve D-Bus checks for cross-compilationMarcel Holtmann1-0/+6
2011-03-28doc: Mark sim retry counters as doneBertrand Aygon1-1/+2
Update overview.txt: add SIM retry counter support information.
2011-03-28doc: update overview.txt: mark ipv6 as wipBertrand Aygon1-2/+4
update GPRS features with IPv6 context support in progress
2011-03-28doc: Update overview.txt: move USSD to implementedBertrand Aygon1-3/+6
move USSD from work in progress section to implemented section.
2011-03-28Revert dun: Add ATX command in emulator (X0 only)Denis Kenzior1-56/+1
This reverts commit 420ec0146a3757a013478337cf3aede6d04de730. ATX is already implemented in gatchat/gatserver.c
2011-03-25gatserver: add v250 ATL and ATM commandsOlivier Guiter1-0/+18
2011-03-25dun: Add ATX command in emulator (X0 only)Olivier Guiter1-1/+56
2011-03-24voicecall: fix voicecalls_release_queueFrédéric Danis1-2/+2
voicecalls_release_queue uses struct ofono_call instead of struct voicecall (which is used in "calls" list parameter and function voicecalls_release_next)
2011-03-24gatserver: add AT&F commandOlivier Guiter1-2/+27
2011-03-24TODO: remove me from ofono_sim_ready_notify()Pekka Pessi1-1/+0
__ofono_sim_recheck_pin() is fine by me
2011-03-24test: Don't go over 80 characters per lineDenis Kenzior1-1/+2
2011-03-24test: add a script to set any GPRS context propertyMika Liljeberg2-1/+40
2011-03-24gprs: fix memory leakMika Liljeberg1-0/+2
2011-03-24AUTHORS: Mention Philippe's contributionsDenis Kenzior1-0/+1
2011-03-24doc: Complete possible errors for stkPhilippe Nunes1-0/+7
2011-03-24isimodem: Fix indentation in SIM driverAki Niemi1-4/+4
2011-03-24isimodem/sim: added PIN and SIM state handlingPekka Pessi4-65/+634
Using PN_SECURITY resource to obtain PIN statuses. Using ofono_sim_ready_notify() aka __ofono_sim_recheck_pin() to report the ready state.