Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-29 | TODO: set owner of Emergency Calls task | Jeevaka Badrappan | 1 | -0/+1 | |
2011-03-29 | TODO: remove E911 support owner | Jarko Poutiainen | 1 | -1/+0 | |
2011-03-29 | gnss: fix broken build | Olivier Guiter | 1 | -0/+1 | |
2011-03-29 | gnss: fix broken build | Olivier Guiter | 1 | -1/+0 | |
2011-03-28 | doc: update overview.txt: add gps / gnss | Bertrand Aygon | 1 | -0/+8 | |
add GPS/Location Services feature information | |||||
2011-03-28 | gnss: Disable piecemeal CPOSR reporting | Denis Kenzior | 1 | -1/+1 | |
2011-03-28 | test: Rework the gnss test slightly | Denis Kenzior | 1 | -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-28 | test: add test-gnss | Jarko Poutiainen | 2 | -1/+93 | |
2011-03-28 | gnss: Minor style fix | Denis Kenzior | 1 | -0/+1 | |
2011-03-28 | phonesim: add gnss support | Denis Kenzior | 1 | -0/+1 | |
2011-03-28 | ste: add support for gnss | Jarko Poutiainen | 1 | -2/+6 | |
2011-03-28 | atmodem: add gnss driver | Jarko Poutiainen | 4 | -1/+289 | |
2011-03-28 | gatchat: Add support for short prompt send variant | Denis Kenzior | 1 | -13/+40 | |
2011-03-28 | gatsyntax: support short prompt in v1 parser | Denis Kenzior | 1 | -0/+24 | |
2011-03-28 | gatsyntax: support short prompt for permissive | Denis Kenzior | 1 | -0/+25 | |
2011-03-28 | gatchat: new hint to handle +CPOS | Jarko Poutiainen | 1 | -1/+2 | |
2011-03-28 | gatchat: introduce send for +CPOS | Jarko Poutiainen | 1 | -0/+8 | |
2011-03-28 | gnss: Rework logic flow for exceptional conditions | Denis Kenzior | 1 | -29/+23 | |
2011-03-28 | gnss: Minor style fix | Denis Kenzior | 1 | -7/+2 | |
2011-03-28 | gnss: Tweak error | Denis Kenzior | 1 | -1/+1 | |
2011-03-28 | gnss: No need to set this to FALSE | Denis Kenzior | 1 | -1/+0 | |
The structure is already zerod during g_try_new0 | |||||
2011-03-28 | gnss: Minor style tweak | Denis Kenzior | 1 | -5/+3 | |
2011-03-28 | gnss: block send_element if we have no agent | Denis Kenzior | 1 | -0/+3 | |
2011-03-28 | ofono.conf: add positioning agent interface | Jarko Poutiainen | 1 | -0/+1 | |
2011-03-28 | gnssagent: Unify sending functions | Denis Kenzior | 1 | -19/+14 | |
2011-03-28 | gnssagent: Minor style tweaks | Denis Kenzior | 1 | -9/+6 | |
2011-03-28 | gnss: Remove unneeded parameter to gnss_agent_new | Denis Kenzior | 3 | -9/+3 | |
2011-03-28 | src: add gnss atom and agent implementation | Jarko Poutiainen | 4 | -1/+589 | |
2011-03-28 | src: add atom type for gnss | Jarko Poutiainen | 1 | -0/+2 | |
2011-03-28 | include: add gnss.h file | Jarko Poutiainen | 2 | -1/+71 | |
2011-03-28 | dbus: add gnss interface definition | Jarko Poutiainen | 1 | -0/+2 | |
2011-03-28 | gatsyntax: Support echo of empty lines | Denis Kenzior | 1 | -1/+4 | |
2011-03-28 | gatsyntax: Re-name enum a proper way | Denis Kenzior | 1 | -3/+3 | |
2011-03-28 | build: Improve D-Bus checks for cross-compilation | Marcel Holtmann | 1 | -0/+6 | |
2011-03-28 | doc: Mark sim retry counters as done | Bertrand Aygon | 1 | -1/+2 | |
Update overview.txt: add SIM retry counter support information. | |||||
2011-03-28 | doc: update overview.txt: mark ipv6 as wip | Bertrand Aygon | 1 | -2/+4 | |
update GPRS features with IPv6 context support in progress | |||||
2011-03-28 | doc: Update overview.txt: move USSD to implemented | Bertrand Aygon | 1 | -3/+6 | |
move USSD from work in progress section to implemented section. | |||||
2011-03-28 | Revert dun: Add ATX command in emulator (X0 only) | Denis Kenzior | 1 | -56/+1 | |
This reverts commit 420ec0146a3757a013478337cf3aede6d04de730. ATX is already implemented in gatchat/gatserver.c | |||||
2011-03-25 | gatserver: add v250 ATL and ATM commands | Olivier Guiter | 1 | -0/+18 | |
2011-03-25 | dun: Add ATX command in emulator (X0 only) | Olivier Guiter | 1 | -1/+56 | |
2011-03-24 | voicecall: fix voicecalls_release_queue | Frédéric Danis | 1 | -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-24 | gatserver: add AT&F command | Olivier Guiter | 1 | -2/+27 | |
2011-03-24 | TODO: remove me from ofono_sim_ready_notify() | Pekka Pessi | 1 | -1/+0 | |
__ofono_sim_recheck_pin() is fine by me | |||||
2011-03-24 | test: Don't go over 80 characters per line | Denis Kenzior | 1 | -1/+2 | |
2011-03-24 | test: add a script to set any GPRS context property | Mika Liljeberg | 2 | -1/+40 | |
2011-03-24 | gprs: fix memory leak | Mika Liljeberg | 1 | -0/+2 | |
2011-03-24 | AUTHORS: Mention Philippe's contributions | Denis Kenzior | 1 | -0/+1 | |
2011-03-24 | doc: Complete possible errors for stk | Philippe Nunes | 1 | -0/+7 | |
2011-03-24 | isimodem: Fix indentation in SIM driver | Aki Niemi | 1 | -4/+4 | |
2011-03-24 | isimodem/sim: added PIN and SIM state handling | Pekka Pessi | 4 | -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. |