Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-01 | voicecall: save last dialed number | Frédéric Danis | 1 | -0/+45 | |
2011-06-01 | voicecall: create generic dial function | Frédéric Danis | 1 | -27/+55 | |
split manager_dial between generic and dbus parts | |||||
2011-05-31 | stk: Cancel pending DTMF tones if session is ended | Denis Kenzior | 1 | -13/+25 | |
The Send DTMF command is special in its use of DisplayAction method of STK agent. This allows the user to send a 'User Terminated Session' response to the SIM. If the user performs this action, then any pending DTMFs should also be canceled as soon as possible. | |||||
2011-05-31 | stk: simplify respond_on_exit flag handling | Philippe Nunes | 1 | -25/+2 | |
respond_on_exit flag is set by commands which are dispatched to the agent, so that if the agent exits prematurely, a 'User Terminated Session' response is sent to the SIM. There were a couple of corner cases not quite handled correctly: - During Set Up Call, if the user confirmation phase succeeded and the call was dispatched to voicecall atom successfully, and the agent exited at this point, then no terminal response would be sent until the call succeeded / failed. Now the agent termination results in an 'User Terminated Session' response being sent immediately, but the call setup proceeding. | |||||
2011-05-31 | TODO: set owner of call forwarding state handling | Nicolas Bertrand | 1 | -0/+1 | |
2011-05-31 | bluetooth: Initialize GError properly | Denis Kenzior | 1 | -1/+1 | |
2011-05-31 | netreg: Remove unused variable | Denis Kenzior | 1 | -6/+1 | |
2011-05-29 | smsutil: Mark variable properly as unused | Marcel Holtmann | 1 | -4/+1 | |
2011-05-28 | Release 0.49 | Marcel Holtmann | 2 | -1/+10 | |
2011-05-25 | emulator: Fix make distcheck | Denis Kenzior | 1 | -1/+0 | |
2011-05-27 | btio: Add workaround for not defined BT_FLUSHABLE | Marcel Holtmann | 1 | -0/+4 | |
2011-05-27 | btio: Fix unused variable warning | Johan Hedberg | 1 | -2/+4 | |
2011-05-27 | btio: Fix compilation warning | Anderson Briglia | 1 | -1/+1 | |
This patch fixes a compilation warning regarding btio/btio.c. Actually this warning seems a false positive by Ubuntu Natty GCC version. A new bug on Ubuntu bug system was opened but if you do not want to wait until it is analyzed, just apply this minor fix. btio/btio.c: In function 'bt_io_get': btio/btio.c:803:11: warning: 'flushable' may be used uninitialized in this function | |||||
2011-05-27 | btio: Add BT_FLUSHABLE support to BtIO | Johan Hedberg | 2 | -5/+54 | |
This patch adds support for the BT_FLUSHABLE L2CAP socket option through BtIO. This can be used to mark data from specific L2CAP sockets to have the flushable flag set in their corresponding ACL packets. | |||||
2011-05-27 | btio: Fix error message when getting SCO connection handle | Luiz Augusto von Dentz | 1 | -2/+2 | |
Error message should indicate the transport correctly which is SCO not RFCOMM. | |||||
2011-05-27 | bluetooth: Remove usage of unused variable | Marcel Holtmann | 1 | -2/+1 | |
2011-05-27 | sierra: Remove usage of unused gprs variable | Marcel Holtmann | 1 | -2/+1 | |
2011-05-27 | huawei: Remove usage of unused netreg variable | Marcel Holtmann | 1 | -3/+1 | |
2011-05-27 | gisi: Remove unused code for PN netlink address handling | Marcel Holtmann | 1 | -34/+0 | |
2011-05-27 | tools: Fix missing handling of signalfd read results | Marcel Holtmann | 1 | -0/+3 | |
2011-05-27 | tools: Fix unused variable for Huawei audio settings | Marcel Holtmann | 1 | -0/+7 | |
2011-05-27 | gdbus: Remove unused result variable from g_dbus_pending_success | Szymon Janc | 1 | -2/+1 | |
2011-05-27 | gatchat: Fix unused variable cases | Marcel Holtmann | 2 | -0/+17 | |
2011-05-27 | smsutil: Fix missing error handling for strtol function | Marcel Holtmann | 1 | -1/+3 | |
2011-05-25 | gsmdial: Send escape sequence followed by ATH/ATO | Denis Kenzior | 1 | -0/+49 | |
This functionality can be triggered by sending SIGUSR1 / SIGUSR2 to gsmdial. e.g. kill -10 <pid> and kill -12 <pid> | |||||
2011-05-25 | ppp_net: Keep valgrind happy | Denis Kenzior | 1 | -1/+2 | |
2011-05-25 | gathdlc: Fix memory leak | Denis Kenzior | 1 | -0/+2 | |
2011-05-25 | gatppp: Set the suspend function in open / listen | Denis Kenzior | 1 | -12/+18 | |
In case it was set before calling these functions | |||||
2011-05-25 | emulator: Reflow ato implementation logic | Denis Kenzior | 1 | -11/+4 | |
2011-05-25 | emulator: add ATO implementation | Guillaume Zajac | 1 | -0/+53 | |
2011-05-24 | emulator: Make sure to cleanup on forceful exit | Denis Kenzior | 1 | -0/+8 | |
2011-05-24 | emulator: simplify ath callback | Denis Kenzior | 1 | -10/+7 | |
2011-05-24 | examples: Add a simple private-network driver | Denis Kenzior | 2 | -0/+140 | |
2011-05-24 | include: Declare typedef as a function pointer | Denis Kenzior | 1 | -1/+1 | |
2011-05-24 | emulator: Update to the new GAtPPP API | Denis Kenzior | 1 | -66/+27 | |
2011-05-24 | test-server: Update to the new GAtPPP API | Denis Kenzior | 1 | -20/+22 | |
2011-05-24 | cdmamodem: Update to the new GAtPPP API | Denis Kenzior | 1 | -2/+2 | |
2011-05-24 | atmodem: Update to new GAtPPP api | Denis Kenzior | 1 | -2/+2 | |
2011-05-24 | gsmdial: Update to new API | Denis Kenzior | 1 | -2/+2 | |
2011-05-24 | gatppp: Refactor PPP API | Denis Kenzior | 2 | -98/+43 | |
Remove the series of constructors which take a GIOChannel directly. These weren't used. This change also allows the construction of the PPP object and filling in various pertinent information without starting the HDLC processing. The client must now use g_at_ppp_open() for the client side or g_at_ppp_listen() for the server side to start the true PPP session. The previous owner of the GAtIO object must be suspended beforehand. | |||||
2011-05-24 | gatppp: Make sure to clean up guard_timeout_source | Denis Kenzior | 1 | -0/+5 | |
2011-05-24 | gatppp: Rename guard_timeout_src to _source | Denis Kenzior | 1 | -5/+4 | |
2011-05-24 | gatppp: Do not call disconnect func if suspended | Guillaume Zajac | 1 | -2/+3 | |
2011-05-24 | gatppp: Add GAtPPP suspend API | Guillaume Zajac | 2 | -0/+41 | |
2011-05-24 | gatppp: Add GAtPPP resume functionality | Guillaume Zajac | 2 | -0/+20 | |
2011-05-24 | ppp_net: add ppp_net_resume_interface() API | Guillaume Zajac | 2 | -0/+11 | |
2011-05-24 | gathdlc: Squash unneeded function | Denis Kenzior | 1 | -6/+1 | |
2011-05-24 | gathdlc: add g_at_hdlc_resume() API | Guillaume Zajac | 2 | -0/+17 | |
2011-05-24 | emulator: Send a NO CARRIER where appropriate | Denis Kenzior | 1 | -0/+3 | |
2011-05-24 | emulator: Get rid of return at the end of func | Denis Kenzior | 1 | -2/+0 | |