Commit Graph

4840 Commits

Author SHA1 Message Date
Marcel Holtmann 72ad6ccd40 Release 0.43 2011-02-17 11:55:30 -08:00
Guillaume Zajac 205d40db82 test-server: Fix crash when remote disconnects
If the remote side kills the connection when PPP is established, we
should not try to resume the AT server.
2011-02-17 11:30:47 -06:00
Frédéric Danis afe16ba22a emulator: always create emulators in offline state
this allows to fix problem when atom created in online state
are destroyed when modem goes to offline state
2011-02-17 11:25:27 -06:00
Frédéric Danis de02942e77 bluetooth: remove unneeded g_io_channel_shutdown 2011-02-17 11:15:48 -06:00
Denis Kenzior ba8000cadf hfp_ag: Minor style fix 2011-02-17 10:07:52 -06:00
Frédéric Dalleau 612fb11e16 hfp_ag: Do not close client fd on unref 2011-02-17 10:07:52 -06:00
Frédéric Dalleau 13cff03373 emulator: unref GIOChannel after creation 2011-02-17 10:07:52 -06:00
Martin Xu 61d1ff6b50 udev: set Huawei EM770W modem device to 00
Device 00 is ppp port. Setting it as 01, my Huawei EM770W modem PPP
connection can't work
2011-02-16 18:14:58 -08:00
Denis Kenzior 36056ddb38 gsmdial: Fix minor style quirk 2011-02-16 15:45:39 -06:00
Gustavo F. Padovan c57c78062e gsmdial: add option for Bluetooth DUN dialing 2011-02-16 15:45:34 -06:00
Martin Xu 694589f51d PPP: Use default ACCM (0xffffffff) to trasmit
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 12:01:39 -06:00
Philippe Nunes cd0ba48194 TODO: Add STK class 'e' tasks 2011-02-16 12:00:12 -06:00
Amit Mendapara 163e98ac06 linktop: power up the modem in 'offline' state 2011-02-16 11:57:58 -06:00
Frédéric Danis 150d27d698 bluetooth: rename hfp.c in hpf_hf.c 2011-02-16 11:56:58 -06:00
Denis Kenzior e699b3dbe8 AUTHORS: Mention Jan's contributions 2011-02-16 09:47:33 -06:00
Jan Luebbe 14941e11b6 ofono.rules: add ID for Sierra Wireless MC8790 2011-02-16 09:47:08 -06:00
Denis Kenzior dcc02c82a3 AUTHORS: Mention Paavo's contributions 2011-02-16 09:10:12 -06:00
Paavo Leinonen b3cd0b866b test: fix parameter type error
in 'test-advice-of-charge'-script
2011-02-16 09:09:46 -06:00
Jessica Nilsson beb72c921d isimodem: Add MCE code points
Updates required for wgmodem2.5.
2011-02-16 13:11:04 +02:00
Denis Kenzior 4406da382c devinfo: Handle BT DUN +GMI/+GMM/+GMR commands 2011-02-16 00:23:44 -06:00
Frédéric Danis 1bd752eb12 hfp_ag: Create emulator with type HFP_AG 2011-02-16 00:23:44 -06:00
Frédéric Danis 421c55bdac emulator: Handle multiple emulator types 2011-02-16 00:23:44 -06:00
Frédéric Danis b5969360d7 emulator: add HFP emulator type 2011-02-16 00:23:44 -06:00
Denis Kenzior de98d0b8bd dun_gw: Reformat SDP record 2011-02-16 00:23:44 -06:00
Gustavo F. Padovan 327d9f3c90 dun_gw: Add DUN server plugin for oFono
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 00:23:44 -06:00
Denis Kenzior 376a72bdc0 hfp_ag: Reformat SDP record 2011-02-16 00:23:44 -06:00
Frédéric Danis 4a75e91c09 bluetooth: add HFP AG plugin 2011-02-16 00:23:44 -06:00
Denis Kenzior 0fed733e9b emulator: Initial public API implementation 2011-02-16 00:23:44 -06:00
Denis Kenzior 2394a87cc4 emulator: Add additional APIs 2011-02-16 00:23:44 -06:00
Denis Kenzior 6eeaacc706 gatserver: Be more const correct 2011-02-16 00:23:44 -06:00
Andrzej Zaborowski db7a5a8171 Makefile: rerun genbuiltin on reconfigure.
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-15 15:43:42 -08:00
Denis Kenzior 55d54e377a test-server: Fix a few more occurrences 2011-02-15 16:05:02 -06:00
Denis Kenzior 1ded74f2df emulator: Add basic API for emulator 2011-02-15 15:47:32 -06:00
Denis Kenzior a6f910e27c gatserver: Change callback signature
Provide the originating GAtServer to the callback
2011-02-15 15:47:32 -06:00
Denis Kenzior a0cca0a970 gatserver: extend D with GSM/UMTS specifics 2011-02-15 15:47:32 -06:00
Denis Kenzior 5da299ad34 test-server: Behavior to match previous commit 2011-02-15 15:47:32 -06:00
Denis Kenzior 61b30c025d gatserver: Don't bother reporting command prefixes
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-15 15:47:32 -06:00
Andrzej Zaborowski 7d63b41ca5 configure: Check for bluez >= 4.30.
Earlier versions lack struct sockaddr_l2::l2_cid and/or
struct bt_security.
2011-02-15 12:57:01 -08:00
Denis Kenzior 817c1e2a34 AUTHORS: Mention Frédéric's contributions 2011-02-15 13:22:35 -06:00
Denis Kenzior 30ad67305d AUTHORS: Mention Frédéric's contributions 2011-02-15 13:21:15 -06:00
Denis Kenzior b7048692a7 bluetooth: Reset adapter_any_path to NULL in unref 2011-02-15 13:19:07 -06:00
Denis Kenzior 19aac08e32 bluetooth: style issues 2011-02-15 13:18:47 -06:00
Frédéric Dalleau e0c1c1557e bluetooth: single SDP record for all adapters 2011-02-15 13:14:45 -06:00
Jeevaka Badrappan f1396eaab6 atmodem: close the list in clvl_range_query 2011-02-14 14:36:15 -06:00
Martin Xu ad16e81aff PPP: Fix transmit ACCM and receive ACCM mixup
According to RFC1662 Section 7.1, ACCM Configuration Option is
used to inform the peer which control characters MUST remain
mapped when the peer sends them.
2011-02-14 14:22:32 -06:00
Denis Kenzior 96c2b40450 AUTHORS: Mention Amit's contributions 2011-02-14 13:51:57 -06:00
Amit Mendapara dfe561e0c2 udev: Add Teracom (Linktop/LW27x) device detection 2011-02-14 13:49:14 -06:00
Amit Mendapara 01ad21c4c0 udev: Handle Linktop data card 2011-02-14 13:48:09 -06:00
Denis Kenzior 50d8b11c43 linktop: Minor style issues 2011-02-14 13:47:20 -06:00
Amit Mendapara 7578062348 plugin: Add plugin for Linktop LW27x data cards 2011-02-14 13:17:42 -06:00