Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-19 | AUTHORS: Deduplicate | Andrzej Zaborowski | 1 | -2/+0 | |
As noted on IRC. | |||||
2011-02-18 | emulator: add dialing support | Gustavo F. Padovan | 1 | -0/+121 | |
It handles client ATD*99# request and then initiate the PPP negotiation. IP forward through the new ppp interface is not done yet. Initially based on patches from Zhenhua Zhang <zhenhua.zhang@intel.com> | |||||
2011-02-18 | sim: Check for SIM lockout condition | Denis Kenzior | 1 | -3/+12 | |
When a user tries to lock/unlock/change a PIN and enters it wrongly several times, it is possible to lock themselves out. In this case we should drop to a pre-sim state, wait for the user to enter the PUK and re-init the sim. | |||||
2011-02-18 | sim: Move stuff around and remove forward decl | Denis Kenzior | 1 | -24/+23 | |
2011-02-18 | sim: move stuff around | Denis Kenzior | 1 | -49/+49 | |
2011-02-18 | isimodem: Refactor gprs-context driver | Aki Niemi | 1 | -56/+46 | |
Use stack allocation for padding, and simplify message sending and failure handling. | |||||
2011-02-18 | isimodem: Context driver updates for wgmodem2.5 | Jessica Nilsson | 1 | -33/+62 | |
2011-02-18 | isiusb: Create also the wgmodem2.5 driver | Aki Niemi | 1 | -0/+1 | |
2011-02-18 | isimodem: Refactor netreg driver a bit more | Aki Niemi | 1 | -134/+119 | |
Split the driver into two separate drivers, one for each resource ID used. | |||||
2011-02-17 | bluetooth: add DBG() messages | Gustavo F. Padovan | 1 | -0/+4 | |
2011-02-17 | bluetooth: fix crash by removing record | Gustavo F. Padovan | 1 | -0/+12 | |
When bluetoothd is not running we should not call RemoveRecord() | |||||
2011-02-17 | bluetooth: change how we report DBus errors | Gustavo F. Padovan | 1 | -13/+20 | |
2011-02-17 | bluetooth: add a bluetoothd connect watch | Gustavo F. Padovan | 1 | -10/+14 | |
This fix a issue with sending DBus messages when bluetoothd is not up yet. | |||||
2011-02-17 | bluetooth: move find_adapter_cb to better place. | Gustavo F. Padovan | 1 | -26/+26 | |
2011-02-17 | stk: Partially handle Refresh command | Andrzej Zaborowski | 1 | -0/+65 | |
Only the four "NAA initialisation" modes are handled at the moment. | |||||
2011-02-17 | cbs: Set topics on EFcbmid change only if powered | Denis Kenzior | 1 | -5/+6 | |
2011-02-17 | cbs: Watch for changes to relevant SIM files | Andrzej Zaborowski | 1 | -1/+31 | |
2011-02-17 | network: Watch for changes to relevant SIM files | Andrzej Zaborowski | 1 | -0/+66 | |
2011-02-17 | voicecall: Watch for changes to relevant SIM files | Andrzej Zaborowski | 1 | -7/+17 | |
2011-02-17 | sim: Tweak the behavior of sim_refresh slightly | Denis Kenzior | 3 | -14/+14 | |
Instead of notifying everyone of sim_inserted condition, we should simply notify the modem directly. It is the only one interested in this particular change. This partly reverts an earlier commit: 9498ad6b5633e350eb529f8efbe08270d95c8003 | |||||
2011-02-17 | sim: Implement basic Refresh | Andrzej Zaborowski | 2 | -12/+155 | |
2011-02-17 | modem.c: Handle SIM Resets | Andrzej Zaborowski | 1 | -4/+8 | |
The assumption so far was that SIM state would only go from NOT_PRESENT -> INSERTED -> READY -> NOT_PRESENT because there's no method to unauthenticate from SIM without removing. We need to be able to switch to INSERTED when SIM is being reset, reinitialised, etc. because going to NOT_PRESENT and then immediately INSERTED would be logically wrong. | |||||
2011-02-17 | Release 0.43 | Marcel Holtmann | 2 | -1/+9 | |
2011-02-17 | test-server: Fix crash when remote disconnects | Guillaume Zajac | 1 | -0/+6 | |
If the remote side kills the connection when PPP is established, we should not try to resume the AT server. | |||||
2011-02-17 | emulator: always create emulators in offline state | Frédéric Danis | 3 | -1/+21 | |
this allows to fix problem when atom created in online state are destroyed when modem goes to offline state | |||||
2011-02-17 | bluetooth: remove unneeded g_io_channel_shutdown | Frédéric Danis | 1 | -6/+3 | |
2011-02-17 | hfp_ag: Minor style fix | Denis Kenzior | 1 | -0/+1 | |
2011-02-17 | hfp_ag: Do not close client fd on unref | Frédéric Dalleau | 1 | -9/+1 | |
2011-02-17 | emulator: unref GIOChannel after creation | Frédéric Dalleau | 1 | -0/+2 | |
2011-02-16 | udev: set Huawei EM770W modem device to 00 | Martin Xu | 1 | -1/+1 | |
Device 00 is ppp port. Setting it as 01, my Huawei EM770W modem PPP connection can't work | |||||
2011-02-16 | gsmdial: Fix minor style quirk | Denis Kenzior | 1 | -1/+1 | |
2011-02-16 | gsmdial: add option for Bluetooth DUN dialing | Gustavo F. Padovan | 1 | -3/+16 | |
2011-02-16 | PPP: Use default ACCM (0xffffffff) to trasmit | Martin Xu | 1 | -3/+5 | |
Using my Huawei EM770W modem, if set ACCM as 0x00000000, RXJ- event breaks PPP link, after IP package transmit for a while. Using default ACCM, the issue can be fixed. I tested it at China Unicom networks. | |||||
2011-02-16 | TODO: Add STK class 'e' tasks | Philippe Nunes | 1 | -0/+30 | |
2011-02-16 | linktop: power up the modem in 'offline' state | Amit Mendapara | 1 | -1/+1 | |
2011-02-16 | bluetooth: rename hfp.c in hpf_hf.c | Frédéric Danis | 2 | -1/+1 | |
2011-02-16 | AUTHORS: Mention Jan's contributions | Denis Kenzior | 1 | -0/+1 | |
2011-02-16 | ofono.rules: add ID for Sierra Wireless MC8790 | Jan Luebbe | 1 | -0/+1 | |
2011-02-16 | AUTHORS: Mention Paavo's contributions | Denis Kenzior | 1 | -0/+1 | |
2011-02-16 | test: fix parameter type error | Paavo Leinonen | 1 | -1/+1 | |
in 'test-advice-of-charge'-script | |||||
2011-02-16 | isimodem: Add MCE code points | Jessica Nilsson | 3 | -0/+94 | |
Updates required for wgmodem2.5. | |||||
2011-02-16 | devinfo: Handle BT DUN +GMI/+GMM/+GMR commands | Denis Kenzior | 1 | -0/+78 | |
2011-02-16 | hfp_ag: Create emulator with type HFP_AG | Frédéric Danis | 1 | -0/+17 | |
2011-02-16 | emulator: Handle multiple emulator types | Frédéric Danis | 2 | -2/+13 | |
2011-02-16 | emulator: add HFP emulator type | Frédéric Danis | 1 | -0/+1 | |
2011-02-16 | dun_gw: Reformat SDP record | Denis Kenzior | 1 | -33/+34 | |
2011-02-16 | dun_gw: Add DUN server plugin for oFono | Gustavo F. Padovan | 2 | -0/+167 | |
DUN server is probed when modem state changes to online. It registers DUN record to Bluetooth adapter and wait for incoming DUN connection. Based on a patch from Zhenhua Zhang <zhenhua.zhang@intel.com> | |||||
2011-02-16 | hfp_ag: Reformat SDP record | Denis Kenzior | 1 | -42/+42 | |
2011-02-16 | bluetooth: add HFP AG plugin | Frédéric Danis | 2 | -0/+174 | |
2011-02-16 | emulator: Initial public API implementation | Denis Kenzior | 1 | -0/+153 | |