Bertrand Aygon [Tue, 8 Mar 2011 13:18:05 +0000 (14:18 +0100)]
doc: other typos in radio-settings-api
Bertrand Aygon [Tue, 8 Mar 2011 13:10:12 +0000 (14:10 +0100)]
doc: typo in radio-settings-api
Bertrand Aygon [Fri, 4 Mar 2011 10:25:28 +0000 (11:25 +0100)]
test: Add missing properties to test-call-settings
Bertrand Aygon [Fri, 4 Mar 2011 10:22:53 +0000 (11:22 +0100)]
test: Allow specifiying the modem
in test/test-call-settings
Denis Kenzior [Tue, 8 Mar 2011 19:18:34 +0000 (13:18 -0600)]
AUTHORS: Mention Bertrand's contributions
Bertrand Aygon [Fri, 4 Mar 2011 09:53:36 +0000 (10:53 +0100)]
test: Allow test/test-call-settings to exit
if new value is equal to actual value
Lucas De Marchi [Fri, 4 Mar 2011 13:10:13 +0000 (10:10 -0300)]
huawei: do not check for NULL pointer
cb_data_new() uses g_new0(), hence there's no need to check the return
value being NULL.
Lucas De Marchi [Fri, 4 Mar 2011 13:10:14 +0000 (10:10 -0300)]
mbmmodem: do not check for NULL pointer
cb_data_new() uses g_new0(), hence there's no need to check the return
value being NULL.
Antti Paila [Fri, 4 Mar 2011 08:28:44 +0000 (10:28 +0200)]
gisi: M6 coding style violation corrections
Lucas De Marchi [Thu, 3 Mar 2011 22:23:27 +0000 (19:23 -0300)]
mbmmodem: don't let chat open after fd is sent
Instead of using a GAtChat, just use a GIOChannel and close it as soon
as its fd is sent to core.
Marcel Holtmann [Thu, 3 Mar 2011 22:46:57 +0000 (14:46 -0800)]
doc: Add basic information about hardware support
Lasse Kunnasluoto [Thu, 3 Mar 2011 11:21:51 +0000 (13:21 +0200)]
ste: Add support for multiple AT channels
Denis Kenzior [Thu, 3 Mar 2011 19:38:32 +0000 (13:38 -0600)]
ste: Minor style fixes
Jussi Kangas [Thu, 3 Mar 2011 11:45:12 +0000 (13:45 +0200)]
ste: Reset have_sim appropriately
George Matveev [Tue, 1 Mar 2011 15:44:41 +0000 (16:44 +0100)]
isimodem: removed unused NETWORK_TIMEOUT
Aki Niemi [Thu, 3 Mar 2011 19:34:41 +0000 (21:34 +0200)]
isimodem: Use alignment helper macro
Jukka Saunamaki [Thu, 3 Mar 2011 08:47:24 +0000 (10:47 +0200)]
isiusb: add message-waiting
Aki Niemi [Thu, 3 Mar 2011 17:05:10 +0000 (19:05 +0200)]
gisi: Make cursor a 16bit unsigned
This is to match subblock length when long header format is in use.
Antti Paila [Thu, 3 Mar 2011 07:22:39 +0000 (09:22 +0200)]
gisi: Consumer functions for ISI message iterator
Aki Niemi [Thu, 3 Mar 2011 16:35:28 +0000 (18:35 +0200)]
isimodem: Fix call-forwarding driver
Message length was incorrectly calculated. Also some cleanups.
Aki Niemi [Thu, 3 Mar 2011 16:34:41 +0000 (18:34 +0200)]
isimodem: Add missing codepoints
Not used; mostly for debugging purposes.
Aki Niemi [Thu, 3 Mar 2011 13:39:06 +0000 (15:39 +0200)]
u8500: Create wgmodem2.5 drivers
Aki Niemi [Thu, 3 Mar 2011 13:37:52 +0000 (15:37 +0200)]
isimodem: Refactor SSN driver
Aki Niemi [Thu, 3 Mar 2011 13:37:38 +0000 (15:37 +0200)]
isimodem: Move SS related codepoints to ss.h
Aki Niemi [Thu, 3 Mar 2011 15:30:25 +0000 (17:30 +0200)]
isimodem: Use existing call SS codepoints
Jessica Nilsson [Wed, 23 Feb 2011 11:43:25 +0000 (12:43 +0100)]
isimodem: wgmodem2.5 added to ssn
Aki Niemi [Thu, 3 Mar 2011 11:25:25 +0000 (13:25 +0200)]
isimodem: Refactor call-forwarding driver
Aki Niemi [Thu, 3 Mar 2011 11:25:10 +0000 (13:25 +0200)]
isimodem: Fix nit in call-barring
Jessica Nilsson [Wed, 23 Feb 2011 11:43:24 +0000 (12:43 +0100)]
isimodem: wgmodem2.5 added to call-forwarding
Aki Niemi [Thu, 3 Mar 2011 08:46:23 +0000 (10:46 +0200)]
isimodem: Refactor call barring driver
Aki Niemi [Thu, 3 Mar 2011 08:45:21 +0000 (10:45 +0200)]
isimodem: Change type for BSC argument
Jessica Nilsson [Wed, 23 Feb 2011 11:43:23 +0000 (12:43 +0100)]
isimodem: SS_GSM_BARRING_INFO added
SS_GSM_BSC_INFO added.
Aki Niemi [Thu, 3 Mar 2011 08:14:32 +0000 (10:14 +0200)]
isimodem: Remove empty line in voicecall driver
Aki Niemi [Thu, 3 Mar 2011 08:08:45 +0000 (10:08 +0200)]
isiusb: Create wgmodem2.5 driver as well
Aki Niemi [Thu, 3 Mar 2011 07:39:29 +0000 (09:39 +0200)]
isimodem: Split voicecall into two drivers
These drivers share most of the modem ops, though, so they are still
in the same source file.
Jessica Nilsson [Wed, 23 Feb 2011 11:43:21 +0000 (12:43 +0100)]
isimodem: wgmodem2.5 added to voicecall
Aki Niemi [Wed, 2 Mar 2011 15:36:35 +0000 (17:36 +0200)]
isimodem: Refactor USSD driver
Clean up, and fix padding to be used always (does no harm).
Aki Niemi [Wed, 2 Mar 2011 15:34:00 +0000 (17:34 +0200)]
isimodem: Refactor and fix GPRS alignment
Aki Niemi [Wed, 2 Mar 2011 15:33:39 +0000 (17:33 +0200)]
isimodem: Add helper macro for 32bit alignment
Jessica Nilsson [Wed, 23 Feb 2011 11:43:22 +0000 (12:43 +0100)]
isimodem: wgmodem2.5 support in USSD
Aki Niemi [Wed, 2 Mar 2011 14:53:15 +0000 (16:53 +0200)]
isimodem: Add CLIP/COLP/COLR support
Based on patches from:
Jessica Nilsson <jessica.j.nilsson@stericsson.com>
Aki Niemi [Wed, 2 Mar 2011 14:51:54 +0000 (16:51 +0200)]
isimodem: Add missing SS codepoints
Andrzej Zaborowski [Sat, 19 Feb 2011 10:00:37 +0000 (11:00 +0100)]
stk: Handle Refresh if also performed by modem
Denis Kenzior [Thu, 3 Mar 2011 04:53:56 +0000 (22:53 -0600)]
AUTHORS: Mention Miia's contributions
Miia Leinonen [Wed, 2 Mar 2011 12:56:52 +0000 (14:56 +0200)]
atmodem: Add MBM vendor quirk for SIM record update
Jussi Kangas [Wed, 2 Mar 2011 15:20:22 +0000 (17:20 +0200)]
TODO: Mark pin check status task as done
Denis Kenzior [Thu, 3 Mar 2011 04:49:56 +0000 (22:49 -0600)]
AUTHORS: Mention Patrick's contributions
Patrick Porlan [Wed, 2 Mar 2011 10:15:35 +0000 (11:15 +0100)]
gatchat: Optimize ringbuffer modulo operations
Replace modulo operations in ringbuffer.c by masking operations. This
is possible because the size of the ring buffers is always a power of
two, and yields a small performance improvement.
The improvement should be mostly visible on processors that implement
division in microcode (Atom) or lack a division instruction (ARM).
Denis Kenzior [Thu, 3 Mar 2011 04:38:29 +0000 (22:38 -0600)]
udev: Fix detection of mbm with GPS capabilities
Marcel Holtmann [Wed, 2 Mar 2011 07:21:35 +0000 (23:21 -0800)]
Release 0.44
Marcel Holtmann [Wed, 2 Mar 2011 07:07:50 +0000 (23:07 -0800)]
build: Fix wrong include of public header
Denis Kenzior [Tue, 1 Mar 2011 21:48:55 +0000 (15:48 -0600)]
mbm: Allow mbm modems that don't have GPS
Lucas De Marchi [Mon, 28 Feb 2011 13:43:53 +0000 (10:43 -0300)]
location-reporting: don't add client-exit watch too early
Wait until driver gives us a file descriptor to start watching for
client exit. This fixes a race when client exits before the driver
calls location_reporting_enable_cb().
Lucas De Marchi [Tue, 1 Mar 2011 14:25:39 +0000 (11:25 -0300)]
TODO: set owner of 'Dial strings' task
Andrzej Zaborowski [Mon, 28 Feb 2011 00:58:55 +0000 (01:58 +0100)]
stk: Make sure to reset respond_on_exit
This fixes a crash spotted by Lasse Kunnasluoto documented at
http://lists.ofono.org/pipermail/ofono/2011-February/009211.html
Denis Kenzior [Mon, 28 Feb 2011 22:10:43 +0000 (16:10 -0600)]
gsmdial: Introduce data_mode
If we're in PPP mode, then don't send unsolicited notifications. Only a
NO CARRIER is really allowed.
Denis Kenzior [Mon, 28 Feb 2011 22:05:31 +0000 (16:05 -0600)]
gatserver: Tweak use of g_at_server_suspend/resume
Denis Kenzior [Mon, 28 Feb 2011 22:04:21 +0000 (16:04 -0600)]
test-server: Make sure to send CONNECT
Before starting the ppp session we should make sure that the CONNECT
response has been sent on the wire.
Denis Kenzior [Mon, 28 Feb 2011 20:29:07 +0000 (14:29 -0600)]
gatserver: Exit garbage state on HDLC frame end
Denis Kenzior [Mon, 28 Feb 2011 20:27:50 +0000 (14:27 -0600)]
gatppp: Try to detect no carrier conditions
Denis Kenzior [Mon, 28 Feb 2011 20:26:26 +0000 (14:26 -0600)]
gatppp: Delay signaling ppp_down
Delay signaling of ppp_down until we exit the GAtHDLC read handler.
Otherwise exchanging the read handler on GAtIO might lead to funny
double consumption problems.
Denis Kenzior [Mon, 28 Feb 2011 20:24:39 +0000 (14:24 -0600)]
gathdlc: Try to detect no carrier conditions
Sometimes we receive the no carrier embedded in a stream following the
PPP packets. This might be due to write scheduling on the remote side
or read scheduling locally. Try not to consume the no carrier condition
and assume the previous hdlc frames will result in closing of the ppp
stack.
Denis Kenzior [Mon, 28 Feb 2011 20:11:38 +0000 (14:11 -0600)]
TODO: Add PPP section
Denis Kenzior [Mon, 28 Feb 2011 18:28:50 +0000 (12:28 -0600)]
gatio: Remove stray empty line
Denis Kenzior [Mon, 28 Feb 2011 18:19:57 +0000 (12:19 -0600)]
gatio: update comment
Denis Kenzior [Mon, 28 Feb 2011 18:14:48 +0000 (12:14 -0600)]
gathdlc: Unregister read / write handlers
When GAtHDLC is being unregistered make sure to unregister read / write
handlers so as not to crash.
Denis Kenzior [Mon, 28 Feb 2011 18:13:56 +0000 (12:13 -0600)]
gathdlc: drain the last hdlc frame processed
If we're being destroyed, we should drain the last HDLC frame
Denis Kenzior [Mon, 28 Feb 2011 18:13:01 +0000 (12:13 -0600)]
gsmdial: register notification before resuming
Denis Kenzior [Sat, 26 Feb 2011 06:30:28 +0000 (00:30 -0600)]
ppp: Remove some g_prints
Denis Kenzior [Sat, 26 Feb 2011 06:25:24 +0000 (00:25 -0600)]
ppp_cp: Replace some left over g_prints with DBG
Denis Kenzior [Sat, 26 Feb 2011 06:18:27 +0000 (00:18 -0600)]
gatppp: Replace some left-over g_prints with DBG
Denis Kenzior [Sat, 26 Feb 2011 06:14:29 +0000 (00:14 -0600)]
gatppp: Send the final terminate ack
In the case where we're going down, but have a pending terminate ack,
delay signaling the upper layers until the ack has been put on the wire.
Denis Kenzior [Sat, 26 Feb 2011 06:13:42 +0000 (00:13 -0600)]
gatppp: Add a debug macro
Denis Kenzior [Sat, 26 Feb 2011 06:12:02 +0000 (00:12 -0600)]
gatio: Add write 'done' notifier
This allows external clients to get notified when GAtIO no longer has a
registered write watcher. E.g. no more data is currently pending.
Denis Kenzior [Sat, 26 Feb 2011 06:11:09 +0000 (00:11 -0600)]
test-server: Remove root user check
Denis Kenzior [Sat, 26 Feb 2011 02:36:15 +0000 (20:36 -0600)]
gatserver: Update the internal command parsers
commit
61b30c025d3d461bfd577de29f27f4f9a5546213 changed the way the
command callbacks are being called (namely the contents of the GAtResult
object). Most command callbacks were updated, but the internal ones
were forgotten. This patch fixes this issue.
Denis Kenzior [Fri, 25 Feb 2011 20:21:43 +0000 (14:21 -0600)]
AUTHORS: Mention Antoine's contributions
Antoine Reversat [Fri, 25 Feb 2011 19:23:18 +0000 (14:23 -0500)]
voicecall: Add CNAP debugging ofono voicecall
Antoine Reversat [Fri, 25 Feb 2011 19:23:17 +0000 (14:23 -0500)]
isi: Add CNAP support for isimodem
Antoine Reversat [Fri, 25 Feb 2011 19:23:16 +0000 (14:23 -0500)]
isi: Clean up isi_call_any_address_sb_proc
Denis Kenzior [Fri, 25 Feb 2011 17:53:10 +0000 (11:53 -0600)]
sim: Document fall through case in switchcase
Jussi Kangas [Fri, 25 Feb 2011 13:20:16 +0000 (15:20 +0200)]
sim: check lock state with call meter
Jussi Kangas [Fri, 25 Feb 2011 13:20:16 +0000 (15:20 +0200)]
sim: Expose the __ofono_sim_recheck_pin API
Jussi Kangas [Fri, 25 Feb 2011 13:20:16 +0000 (15:20 +0200)]
sim: Do not teardown SIM state when PIN2 is asked
We should not tear down the SIM state if PIN2 is being asked for, or if
PIN2 is blocked and PUK2 is being asked.
We also want to continue with SIM initialization if the modem requires
PIN2 / PUK2 for some reason.
Jarko Poutiainen [Fri, 25 Feb 2011 08:38:14 +0000 (10:38 +0200)]
TODO: ownership change of E911 support
Denis Kenzior [Thu, 24 Feb 2011 20:45:51 +0000 (14:45 -0600)]
gatchat: Fix minor style issues
Jessica Nilsson [Wed, 23 Feb 2011 11:43:26 +0000 (12:43 +0100)]
isimodem: code points for sms wgmodem2.5
Aki Niemi [Thu, 24 Feb 2011 09:09:49 +0000 (11:09 +0200)]
isimodem: Remove inter-driver API for now
Jessica Nilsson [Wed, 23 Feb 2011 11:43:18 +0000 (12:43 +0100)]
isimodem: code points uicc sim wgmodem2.5
Jessica Nilsson [Thu, 24 Feb 2011 08:47:11 +0000 (10:47 +0200)]
simutil: Add missing SIM enum
Jessica Nilsson [Wed, 23 Feb 2011 11:43:15 +0000 (12:43 +0100)]
plugins: add u8500 to udev
Frédéric Danis [Thu, 24 Feb 2011 17:16:06 +0000 (18:16 +0100)]
emulator: add support of void parameters in CMER
Frédéric Danis [Thu, 24 Feb 2011 17:16:05 +0000 (18:16 +0100)]
gatchat: add g_at_result_iter_next_number_default API
Paavo Leinonen [Thu, 24 Feb 2011 08:33:58 +0000 (10:33 +0200)]
common: '+' is not valid phone number anymore
Reject phone number if it contains only plus sign.
Denis Kenzior [Thu, 24 Feb 2011 15:46:28 +0000 (09:46 -0600)]
emulator: Remove unneeded parens
Denis Kenzior [Thu, 24 Feb 2011 01:06:07 +0000 (19:06 -0600)]
doc: Tweak location reporting API
Denis Kenzior [Wed, 23 Feb 2011 23:34:48 +0000 (17:34 -0600)]
gitignore: add get-location binary
Denis Kenzior [Wed, 23 Feb 2011 23:33:46 +0000 (17:33 -0600)]
get-location: fix compilation error
If fd-passing is not enabled, we get a compiler error.
Lucas De Marchi [Wed, 23 Feb 2011 19:49:44 +0000 (16:49 -0300)]
tools: add client to receive location reporting
As of now there's no support for fd-passing in D-Bus Python bindings,
hence a small C client is needed in order to test location-reporting
atom.
Rafael Ignacio Zurita [Tue, 22 Feb 2011 18:35:15 +0000 (15:35 -0300)]
location-reporting: add documentation