summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-02-17stk: Partially handle Refresh commandAndrzej Zaborowski1-0/+65
Only the four "NAA initialisation" modes are handled at the moment.
2011-02-17cbs: Set topics on EFcbmid change only if poweredDenis Kenzior1-5/+6
2011-02-17cbs: Watch for changes to relevant SIM filesAndrzej Zaborowski1-1/+31
2011-02-17network: Watch for changes to relevant SIM filesAndrzej Zaborowski1-0/+66
2011-02-17voicecall: Watch for changes to relevant SIM filesAndrzej Zaborowski1-7/+17
2011-02-17sim: Tweak the behavior of sim_refresh slightlyDenis Kenzior3-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-17sim: Implement basic RefreshAndrzej Zaborowski2-12/+155
2011-02-17modem.c: Handle SIM ResetsAndrzej Zaborowski1-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-17Release 0.43Marcel Holtmann2-1/+9
2011-02-17test-server: Fix crash when remote disconnectsGuillaume Zajac1-0/+6
If the remote side kills the connection when PPP is established, we should not try to resume the AT server.
2011-02-17emulator: always create emulators in offline stateFrédéric Danis3-1/+21
this allows to fix problem when atom created in online state are destroyed when modem goes to offline state
2011-02-17bluetooth: remove unneeded g_io_channel_shutdownFrédéric Danis1-6/+3
2011-02-17hfp_ag: Minor style fixDenis Kenzior1-0/+1
2011-02-17hfp_ag: Do not close client fd on unrefFrédéric Dalleau1-9/+1
2011-02-17emulator: unref GIOChannel after creationFrédéric Dalleau1-0/+2
2011-02-16udev: set Huawei EM770W modem device to 00Martin Xu1-1/+1
Device 00 is ppp port. Setting it as 01, my Huawei EM770W modem PPP connection can't work
2011-02-16gsmdial: Fix minor style quirkDenis Kenzior1-1/+1
2011-02-16gsmdial: add option for Bluetooth DUN dialingGustavo F. Padovan1-3/+16
2011-02-16PPP: Use default ACCM (0xffffffff) to trasmitMartin Xu1-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-16TODO: Add STK class 'e' tasksPhilippe Nunes1-0/+30
2011-02-16linktop: power up the modem in 'offline' stateAmit Mendapara1-1/+1
2011-02-16bluetooth: rename hfp.c in hpf_hf.cFrédéric Danis2-1/+1
2011-02-16AUTHORS: Mention Jan's contributionsDenis Kenzior1-0/+1
2011-02-16ofono.rules: add ID for Sierra Wireless MC8790Jan Luebbe1-0/+1
2011-02-16AUTHORS: Mention Paavo's contributionsDenis Kenzior1-0/+1
2011-02-16test: fix parameter type errorPaavo Leinonen1-1/+1
in 'test-advice-of-charge'-script
2011-02-16isimodem: Add MCE code pointsJessica Nilsson3-0/+94
Updates required for wgmodem2.5.
2011-02-16devinfo: Handle BT DUN +GMI/+GMM/+GMR commandsDenis Kenzior1-0/+78
2011-02-16hfp_ag: Create emulator with type HFP_AGFrédéric Danis1-0/+17
2011-02-16emulator: Handle multiple emulator typesFrédéric Danis2-2/+13
2011-02-16emulator: add HFP emulator typeFrédéric Danis1-0/+1
2011-02-16dun_gw: Reformat SDP recordDenis Kenzior1-33/+34
2011-02-16dun_gw: Add DUN server plugin for oFonoGustavo F. Padovan2-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-16hfp_ag: Reformat SDP recordDenis Kenzior1-42/+42
2011-02-16bluetooth: add HFP AG pluginFrédéric Danis2-0/+174
2011-02-16emulator: Initial public API implementationDenis Kenzior1-0/+153
2011-02-16emulator: Add additional APIsDenis Kenzior1-0/+7
2011-02-16gatserver: Be more const correctDenis Kenzior2-2/+2
2011-02-15Makefile: rerun genbuiltin on reconfigure.Andrzej Zaborowski1-1/+1
Make builtin.h depend on config.status to force regeneration when plugins may have been enabled or disabled. There may be a better way to do that. The dependency on builtin_sources is not needed.
2011-02-15test-server: Fix a few more occurrencesDenis Kenzior1-11/+10
2011-02-15emulator: Add basic API for emulatorDenis Kenzior1-0/+33
2011-02-15gatserver: Change callback signatureDenis Kenzior3-105/+86
Provide the originating GAtServer to the callback
2011-02-15gatserver: extend D with GSM/UMTS specificsDenis Kenzior1-3/+9
2011-02-15test-server: Behavior to match previous commitDenis Kenzior1-8/+6
2011-02-15gatserver: Don't bother reporting command prefixesDenis Kenzior1-2/+10
The command line parser knows where the actual command line parameters begin, so there's no need to make the callback skip the prefix and the additional separator characters.
2011-02-15configure: Check for bluez >= 4.30.Andrzej Zaborowski1-2/+2
Earlier versions lack struct sockaddr_l2::l2_cid and/or struct bt_security.
2011-02-15AUTHORS: Mention Frédéric's contributionsDenis Kenzior1-0/+1
2011-02-15AUTHORS: Mention Frédéric's contributionsDenis Kenzior1-0/+1
2011-02-15bluetooth: Reset adapter_any_path to NULL in unrefDenis Kenzior1-0/+1
2011-02-15bluetooth: style issuesDenis Kenzior1-3/+3