Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-17 | isimodem: Add baseline for UICC driver | Aki Niemi | 4 | -0/+503 | |
2011-06-17 | isimodem: Add missing codepoints and debugs | Aki Niemi | 2 | -0/+32 | |
2011-06-17 | isimodem: Fix style in UICC definitions | Aki Niemi | 1 | -16/+20 | |
2011-06-15 | emulator: fix request tests | Frédéric Danis | 1 | -2/+2 | |
2011-06-15 | Release 0.50 | Marcel Holtmann | 2 | -1/+8 | |
2011-06-14 | udev: add initial Telit support | Bernhard Guillon | 2 | -0/+57 | |
2011-06-14 | isimodem: Improper handling of missed call | Arun Ravindran | 1 | -4/+28 | |
2011-06-12 | mbmmodem: Fix not setting IPv4 Gateway | Denis Kenzior | 1 | -0/+1 | |
2011-06-12 | cdma-voicecall: Fix for crash when unregistering atom | Dara Spieker-Doyle | 1 | -0/+14 | |
2011-06-08 | telit: Use more generic error decoding | Denis Kenzior | 1 | -4/+3 | |
2011-06-08 | telit: Make sure to clean up the source | Denis Kenzior | 1 | -1/+12 | |
2011-06-08 | telit: Update copyright | Denis Kenzior | 1 | -1/+1 | |
2011-06-08 | plugins: Add initial telit UC864-G support | Bernhard Guillon | 2 | -0/+382 | |
2011-06-06 | ifxmodem: Remove unneeded code | Denis Kenzior | 1 | -7/+0 | |
2011-06-06 | ifxmodem: Fix minor style issue | Denis Kenzior | 1 | -1/+2 | |
2011-06-06 | ifxmodem: emergency number list support | Jeevaka Badrappan | 1 | -0/+95 | |
2011-06-06 | AUTHORS: Mention Bernhard's contributions | Denis Kenzior | 1 | -0/+1 | |
2011-06-06 | network-registration.c: add telit support | Bernhard Guillon | 1 | -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-06 | atmodem/vendor.h: add OFONO_VENDOR_TELIT | Bernhard Guillon | 1 | -0/+1 | |
2011-06-06 | test: Add modem argument to initiate-ussd | Bertrand Aygon | 1 | -3/+9 | |
2011-06-06 | test: Add modem argument to cancel-ussd | Bertrand Aygon | 1 | -1/+4 | |
2011-06-06 | test: Add modem argument to test-ussd | Bertrand Aygon | 1 | -4/+12 | |
2011-06-06 | bluetooth: Remove usage of ofono.h | Denis Kenzior | 1 | -1/+3 | |
2011-06-05 | cdma-smsutil: Fix uninitialized var on gcc >= 4.5 | Denis Kenzior | 1 | -1/+1 | |
2011-06-05 | TODO: Set owner on ACFC and PFC PPP options | Guillaume Zajac | 1 | -0/+2 | |
2011-06-02 | huawei: NDIS port doesn't depend on modem port | Caiwen Zhang | 1 | -4/+3 | |
When creating the NDIS gprs context, do not check the existence of the modem port. | |||||
2011-06-02 | huawei: Minor tweaks to debug messages | Denis Kenzior | 1 | -2/+4 | |
2011-06-02 | huawei: reopen once if open device failed | Caiwen Zhang | 1 | -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-02 | sim: Make sure only PINs can be sent to EnterPin | Denis Kenzior | 1 | -0/+3 | |
2011-06-02 | gprs: Unify logic inside registration_status_cb | Denis Kenzior | 1 | -11/+12 | |
And delay reseting the ATTACHING flag until we had a chance to query the CGREG status. | |||||
2011-06-03 | tools: Use mobile-broadband-provider-info database location if present | Marcel Holtmann | 1 | -3/+5 | |
2011-06-03 | build: Check for mobile-broadband-provider-info database | Marcel Holtmann | 1 | -1/+9 | |
2011-06-01 | emulator: Don't try to release in case of error | Denis Kenzior | 1 | -2/+4 | |
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 | |