summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-06-08plugins: Add initial telit UC864-G supportBernhard Guillon2-0/+382
2011-06-06ifxmodem: Remove unneeded codeDenis Kenzior1-7/+0
2011-06-06ifxmodem: Fix minor style issueDenis Kenzior1-1/+2
2011-06-06ifxmodem: emergency number list supportJeevaka Badrappan1-0/+95
2011-06-06AUTHORS: Mention Bernhard's contributionsDenis Kenzior1-0/+1
2011-06-06network-registration.c: add telit supportBernhard Guillon1-5/+34
*add support for CIND=? tokens like ("signal",(0-7,99)) *add telit quirk for token encapsulation e.g. (("one",(0-7,99)),("two",(0-7,99)))
2011-06-06atmodem/vendor.h: add OFONO_VENDOR_TELITBernhard Guillon1-0/+1
2011-06-06test: Add modem argument to initiate-ussdBertrand Aygon1-3/+9
2011-06-06test: Add modem argument to cancel-ussdBertrand Aygon1-1/+4
2011-06-06test: Add modem argument to test-ussdBertrand Aygon1-4/+12
2011-06-06bluetooth: Remove usage of ofono.hDenis Kenzior1-1/+3
2011-06-05cdma-smsutil: Fix uninitialized var on gcc >= 4.5Denis Kenzior1-1/+1
2011-06-05TODO: Set owner on ACFC and PFC PPP optionsGuillaume Zajac1-0/+2
2011-06-02huawei: NDIS port doesn't depend on modem portCaiwen Zhang1-4/+3
When creating the NDIS gprs context, do not check the existence of the modem port.
2011-06-02huawei: Minor tweaks to debug messagesDenis Kenzior1-2/+4
2011-06-02huawei: reopen once if open device failedCaiwen Zhang1-1/+35
Sometimes when we try to open the modem (PPP) device, it may fail. If opening the tty failed, retry once one second later.
2011-06-02sim: Make sure only PINs can be sent to EnterPinDenis Kenzior1-0/+3
2011-06-02gprs: Unify logic inside registration_status_cbDenis Kenzior1-11/+12
And delay reseting the ATTACHING flag until we had a chance to query the CGREG status.
2011-06-03tools: Use mobile-broadband-provider-info database location if presentMarcel Holtmann1-3/+5
2011-06-03build: Check for mobile-broadband-provider-info databaseMarcel Holtmann1-1/+9
2011-06-01emulator: Don't try to release in case of errorDenis Kenzior1-2/+4
2011-06-01voicecall: save last dialed numberFrédéric Danis1-0/+45
2011-06-01voicecall: create generic dial functionFrédéric Danis1-27/+55
split manager_dial between generic and dbus parts
2011-05-31stk: Cancel pending DTMF tones if session is endedDenis Kenzior1-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-31stk: simplify respond_on_exit flag handlingPhilippe Nunes1-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-31TODO: set owner of call forwarding state handlingNicolas Bertrand1-0/+1
2011-05-31bluetooth: Initialize GError properlyDenis Kenzior1-1/+1
2011-05-31netreg: Remove unused variableDenis Kenzior1-6/+1
2011-05-29smsutil: Mark variable properly as unusedMarcel Holtmann1-4/+1
2011-05-28Release 0.49Marcel Holtmann2-1/+10
2011-05-25emulator: Fix make distcheckDenis Kenzior1-1/+0
2011-05-27btio: Add workaround for not defined BT_FLUSHABLEMarcel Holtmann1-0/+4
2011-05-27btio: Fix unused variable warningJohan Hedberg1-2/+4
2011-05-27btio: Fix compilation warningAnderson Briglia1-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-27btio: Add BT_FLUSHABLE support to BtIOJohan Hedberg2-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-27btio: Fix error message when getting SCO connection handleLuiz Augusto von Dentz1-2/+2
Error message should indicate the transport correctly which is SCO not RFCOMM.
2011-05-27bluetooth: Remove usage of unused variableMarcel Holtmann1-2/+1
2011-05-27sierra: Remove usage of unused gprs variableMarcel Holtmann1-2/+1
2011-05-27huawei: Remove usage of unused netreg variableMarcel Holtmann1-3/+1
2011-05-27gisi: Remove unused code for PN netlink address handlingMarcel Holtmann1-34/+0
2011-05-27tools: Fix missing handling of signalfd read resultsMarcel Holtmann1-0/+3
2011-05-27tools: Fix unused variable for Huawei audio settingsMarcel Holtmann1-0/+7
2011-05-27gdbus: Remove unused result variable from g_dbus_pending_successSzymon Janc1-2/+1
2011-05-27gatchat: Fix unused variable casesMarcel Holtmann2-0/+17
2011-05-27smsutil: Fix missing error handling for strtol functionMarcel Holtmann1-1/+3
2011-05-25gsmdial: Send escape sequence followed by ATH/ATODenis Kenzior1-0/+49
This functionality can be triggered by sending SIGUSR1 / SIGUSR2 to gsmdial. e.g. kill -10 <pid> and kill -12 <pid>
2011-05-25ppp_net: Keep valgrind happyDenis Kenzior1-1/+2
2011-05-25gathdlc: Fix memory leakDenis Kenzior1-0/+2
2011-05-25gatppp: Set the suspend function in open / listenDenis Kenzior1-12/+18
In case it was set before calling these functions
2011-05-25emulator: Reflow ato implementation logicDenis Kenzior1-11/+4