summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-02-28gsmdial: register notification before resumingDenis Kenzior1-1/+5
2011-02-28ppp: Remove some g_printsDenis Kenzior3-11/+0
2011-02-28ppp_cp: Replace some left over g_prints with DBGDenis Kenzior1-3/+3
2011-02-28gatppp: Replace some left-over g_prints with DBGDenis Kenzior1-4/+4
2011-02-28gatppp: Send the final terminate ackDenis Kenzior1-10/+42
In the case where we're going down, but have a pending terminate ack, delay signaling the upper layers until the ack has been put on the wire.
2011-02-28gatppp: Add a debug macroDenis Kenzior1-0/+7
2011-02-28gatio: Add write 'done' notifierDenis Kenzior2-0/+21
This allows external clients to get notified when GAtIO no longer has a registered write watcher. E.g. no more data is currently pending.
2011-02-28test-server: Remove root user checkDenis Kenzior1-5/+0
2011-02-28gatserver: Update the internal command parsersDenis Kenzior1-10/+3
commit 61b30c025d3d461bfd577de29f27f4f9a5546213 changed the way the command callbacks are being called (namely the contents of the GAtResult object). Most command callbacks were updated, but the internal ones were forgotten. This patch fixes this issue.
2011-02-25AUTHORS: Mention Antoine's contributionsDenis Kenzior1-0/+1
2011-02-25voicecall: Add CNAP debugging ofono voicecallAntoine Reversat1-2/+3
2011-02-25isi: Add CNAP support for isimodemAntoine Reversat1-1/+41
2011-02-25isi: Clean up isi_call_any_address_sb_procAntoine Reversat1-4/+10
2011-02-25sim: Document fall through case in switchcaseDenis Kenzior1-0/+2
2011-02-25sim: check lock state with call meterJussi Kangas1-0/+15
2011-02-25sim: Expose the __ofono_sim_recheck_pin APIJussi Kangas2-8/+9
2011-02-25sim: Do not teardown SIM state when PIN2 is askedJussi Kangas1-7/+24
We should not tear down the SIM state if PIN2 is being asked for, or if PIN2 is blocked and PUK2 is being asked. We also want to continue with SIM initialization if the modem requires PIN2 / PUK2 for some reason.
2011-02-25TODO: ownership change of E911 supportJarko Poutiainen1-1/+1
2011-02-25gatchat: Fix minor style issuesDenis Kenzior1-3/+3
2011-02-25isimodem: code points for sms wgmodem2.5Jessica Nilsson3-0/+91
2011-02-25isimodem: Remove inter-driver API for nowAki Niemi1-5/+0
2011-02-25isimodem: code points uicc sim wgmodem2.5Jessica Nilsson4-1/+353
2011-02-25simutil: Add missing SIM enumJessica Nilsson1-0/+1
2011-02-25plugins: add u8500 to udevJessica Nilsson2-0/+5
2011-02-24emulator: add support of void parameters in CMERFrédéric Danis1-12/+12
2011-02-24gatchat: add g_at_result_iter_next_number_default APIFrédéric Danis2-0/+32
2011-02-24common: '+' is not valid phone number anymorePaavo Leinonen1-0/+3
Reject phone number if it contains only plus sign.
2011-02-24emulator: Remove unneeded parensDenis Kenzior1-1/+1
2011-02-23doc: Tweak location reporting APIDenis Kenzior1-1/+1
2011-02-23gitignore: add get-location binaryDenis Kenzior1-0/+1
2011-02-23get-location: fix compilation errorDenis Kenzior1-0/+9
If fd-passing is not enabled, we get a compiler error.
2011-02-23tools: add client to receive location reportingLucas De Marchi2-1/+263
As of now there's no support for fd-passing in D-Bus Python bindings, hence a small C client is needed in order to test location-reporting atom.
2011-02-23location-reporting: add documentationRafael Ignacio Zurita2-1/+41
2011-02-23udev: add location-reporting device to mbmRafael Ignacio Zurita1-2/+3
2011-02-23mbm: add location-reporting atomRafael Ignacio Zurita1-0/+8
2011-02-23mbmmodem: add location-reporting driverRafael Ignacio Zurita4-1/+254
2011-02-23location-reporting: add atom implementationRafael Ignacio Zurita3-1/+396
2011-02-23location-reporting: add public headerRafael Ignacio Zurita2-1/+83
2011-02-23emulator: return if SLC is not yet establishedDenis Kenzior1-1/+3
2011-02-23emulator: add BRSF supportFrédéric Danis1-1/+44
2011-02-23emulator: add CMER supportFrédéric Danis1-2/+105
2011-02-23emulator: Reflow the code slightlyDenis Kenzior1-14/+12
2011-02-23emulator: add CIND supportFrédéric Danis1-0/+81
2011-02-23emulator: add support of indicatorsFrédéric Danis2-1/+150
2011-02-23emulator: add indicator support APIFrédéric Danis1-0/+11
2011-02-23emulator: Disable echo for hfp emulatorsFrédéric Dalleau1-0/+2
2011-02-23gatserver: Add function to enable/disable echoFrédéric Dalleau2-0/+11
2011-02-23u8500: Fix plugin descriptionAki Niemi1-1/+1
2011-02-23build: Add u8500 pluginJessica Nilsson1-0/+3
2011-02-23plugins: add plugin for u8500Jessica Nilsson1-0/+708