summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-03-30modem: Only find registered atomsDenis Kenzior1-1/+1
Change the semantics of __ofono_modem_find_atom to only return registered atoms.
2011-03-30devinfo: Register the devinfo atomDenis Kenzior1-5/+19
2011-03-30voicecall: set call_list to NULLDenis Kenzior1-0/+1
2011-03-30network: Notify only registered emulator atomsDenis Kenzior1-10/+17
2011-03-30modem: Add __ofono_modem_foreach_registered_atomDenis Kenzior2-0/+29
2011-03-30modem: Remove more un-needed codeDenis Kenzior1-7/+0
2011-03-30network: Remove un-needed codeDenis Kenzior1-3/+0
With the new add_atom_watch semantics the foreach statement is not needed.
2011-03-30atmodem: remove redundant codeMika Liljeberg1-12/+1
2011-03-30core: remove redundant codeMika Liljeberg7-52/+0
2011-03-30core: notify watches of already registered atomsMika Liljeberg1-1/+15
2011-03-30test: Add DisplayAction method in test-stk-menuPhilippe Nunes1-0/+10
2011-03-30stk: Handle user termination for Send DTMFPhilippe Nunes1-5/+21
2011-03-30stkagent: typedef renaming from previous commitDenis Kenzior2-4/+4
2011-03-30stkagent: Add stk_agent_display_action methodPhilippe Nunes2-0/+70
2011-03-30doc: Introduce DisplayAction method to stk-apiPhilippe Nunes1-0/+11
2011-03-30doc: Reformat the dialup architecture layout a bitMarcel Holtmann1-6/+7
2011-03-30doc: add dialup-overview.txtGuillaume Zajac1-0/+47
2011-03-29TODO: set owner of HSP taskFrédéric Dalleau1-0/+1
2011-03-29include: Remove unused typedefDenis Kenzior1-5/+0
2011-03-29netreg: add +COPS support for HFP emulatorFrédéric Danis1-11/+68
2011-03-29gatserver: add tone and pulse dialing AT commandsOlivier Guiter1-0/+38
2011-03-29doc: add Modem Emulator to wip sectionBertrand Aygon1-1/+7
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