platform/upstream/ofono.git
15 years agoAdd quirk for network-registration for calypso
Denis Kenzior [Fri, 4 Sep 2009 04:05:18 +0000 (23:05 -0500)]
Add quirk for network-registration for calypso

Support calypso-specific AT%CSQ notifications

15 years agoAdd unquoted string capability
Denis Kenzior [Fri, 4 Sep 2009 04:03:42 +0000 (23:03 -0500)]
Add unquoted string capability

This is completely broken according to the standard, but some vendors
use this in their "special" commands.

15 years agoGet rid of stupid debug message
Denis Kenzior [Thu, 3 Sep 2009 20:31:25 +0000 (15:31 -0500)]
Get rid of stupid debug message

15 years agoAdd support for SIM atom to HSO driver
Marcel Holtmann [Thu, 3 Sep 2009 17:13:40 +0000 (10:13 -0700)]
Add support for SIM atom to HSO driver

15 years agoAdd support for SIM atom to MBM driver
Marcel Holtmann [Thu, 3 Sep 2009 17:07:20 +0000 (10:07 -0700)]
Add support for SIM atom to MBM driver

15 years agoAdd basic support for Option HSO based devices
Marcel Holtmann [Thu, 3 Sep 2009 08:10:40 +0000 (01:10 -0700)]
Add basic support for Option HSO based devices

15 years agoAdd basic support for Novatel based devices
Marcel Holtmann [Thu, 3 Sep 2009 07:50:47 +0000 (00:50 -0700)]
Add basic support for Novatel based devices

15 years agoAdd basic support for Huawei based devices
Marcel Holtmann [Thu, 3 Sep 2009 07:22:06 +0000 (00:22 -0700)]
Add basic support for Huawei based devices

15 years agoAdd Ericsson MBM device detection to udev plugin
Marcel Holtmann [Thu, 3 Sep 2009 06:49:52 +0000 (23:49 -0700)]
Add Ericsson MBM device detection to udev plugin

15 years agoAdd udev rules to identify modem driver
Marcel Holtmann [Thu, 3 Sep 2009 05:21:42 +0000 (22:21 -0700)]
Add udev rules to identify modem driver

15 years agoUpdate AUTHORS file with ones we missed
Denis Kenzior [Thu, 3 Sep 2009 04:32:34 +0000 (23:32 -0500)]
Update AUTHORS file with ones we missed

15 years agoRelease 0.4 0.4
Marcel Holtmann [Thu, 3 Sep 2009 03:36:27 +0000 (20:36 -0700)]
Release 0.4

15 years agoFix some minor issues with storage directory
Marcel Holtmann [Thu, 3 Sep 2009 03:11:30 +0000 (20:11 -0700)]
Fix some minor issues with storage directory

15 years agoSome minor coding style cleanups for G1 plugin
Marcel Holtmann [Thu, 3 Sep 2009 02:59:19 +0000 (19:59 -0700)]
Some minor coding style cleanups for G1 plugin

15 years agoParse and use Address and Port options from modem.conf
Marcel Holtmann [Thu, 3 Sep 2009 02:48:02 +0000 (19:48 -0700)]
Parse and use Address and Port options from modem.conf

15 years agoFixing missing vendor.h in distribution
Marcel Holtmann [Thu, 3 Sep 2009 02:40:17 +0000 (19:40 -0700)]
Fixing missing vendor.h in distribution

15 years agoParse and use Device option from modem.conf
Marcel Holtmann [Thu, 3 Sep 2009 02:37:55 +0000 (19:37 -0700)]
Parse and use Device option from modem.conf

15 years agoRemove generic_at plugin
Marcel Holtmann [Thu, 3 Sep 2009 02:30:21 +0000 (19:30 -0700)]
Remove generic_at plugin

15 years agoFix some broken DOS newline messup
Marcel Holtmann [Thu, 3 Sep 2009 02:27:47 +0000 (19:27 -0700)]
Fix some broken DOS newline messup

15 years agoUpdate the modem.conf example one more time
Marcel Holtmann [Thu, 3 Sep 2009 02:24:09 +0000 (19:24 -0700)]
Update the modem.conf example one more time

15 years agoRemove the async TTY open helper and just use a blocking one
Marcel Holtmann [Thu, 3 Sep 2009 02:18:41 +0000 (19:18 -0700)]
Remove the async TTY open helper and just use a blocking one

15 years agoG1: Add an SMS quirk for CNMI mode
Andres Salomon [Wed, 2 Sep 2009 23:35:40 +0000 (19:35 -0400)]
G1: Add an SMS quirk for CNMI mode

The G1 doesn't support mode2, despite advertising it.

The G1 chokes w/ an "Error 303" when we specify NMI mode 2.  Adding a
quirk to drop that mode from the supported list (just use mode 1) allows
the G1 to properly deal with SMS.

15 years agoUse proper debug calls for pure debugging output
Marcel Holtmann [Thu, 3 Sep 2009 02:04:21 +0000 (19:04 -0700)]
Use proper debug calls for pure debugging output

15 years agoAdd a separate plugin for connection to phone simulator
Marcel Holtmann [Thu, 3 Sep 2009 01:56:46 +0000 (18:56 -0700)]
Add a separate plugin for connection to phone simulator

15 years agoUpdate modem.conf example
Marcel Holtmann [Thu, 3 Sep 2009 01:53:14 +0000 (18:53 -0700)]
Update modem.conf example

15 years agoFix emitting Modems Property in the wrong place
Denis Kenzior [Thu, 3 Sep 2009 00:48:33 +0000 (19:48 -0500)]
Fix emitting Modems Property in the wrong place

15 years agoMention Andres' contributions
Marcel Holtmann [Wed, 2 Sep 2009 23:20:17 +0000 (16:20 -0700)]
Mention Andres' contributions

15 years agoG1: Add a G1 syntax for parsing
Andres Salomon [Tue, 25 Aug 2009 22:07:28 +0000 (18:07 -0400)]
G1: Add a G1 syntax for parsing

This is based on the generic_at parser, with unnecessary stuff removed.

The G1 routinely screws up CRLFs, so the parser needs to account for
that.  This parser ignores leading CRLFs (which is what reference-ril
does as well), as well as trailing LFs (which are sometimes left out).
CRs are used as end-of-message indicators.  Since we're not bothering
tracking CRLFs, there's also no need for a GARBAGE state, or MULTILINE
stuff.

15 years agoG1: Add initial HTC G1 modem support
Andres Salomon [Tue, 25 Aug 2009 20:04:48 +0000 (16:04 -0400)]
G1: Add initial HTC G1 modem support

G1 plugin is based on generic_at, with a bunch of stuff dropped
and simplified.  We use AT+CFUN=1 for powering on rather than having
a configurable init string.  We also manually set the default state
during init (the G1 appears to start in mode V0 by default).  The
device (/dev/smd0) is hardcoded.

15 years agoSquash compiler warning
Denis Kenzior [Wed, 2 Sep 2009 22:37:28 +0000 (17:37 -0500)]
Squash compiler warning

15 years agoUpdate modemconf driver to the new ofono_modem_create
Denis Kenzior [Wed, 2 Sep 2009 22:37:17 +0000 (17:37 -0500)]
Update modemconf driver to the new ofono_modem_create

15 years agoChange plugins to the new ofono_modem_create api
Denis Kenzior [Wed, 2 Sep 2009 22:35:29 +0000 (17:35 -0500)]
Change plugins to the new ofono_modem_create api

15 years agoGet rid of node argument in ofono_modem_create
Denis Kenzior [Wed, 2 Sep 2009 22:35:18 +0000 (17:35 -0500)]
Get rid of node argument in ofono_modem_create

15 years agoAdd simple utility to validate paths
Denis Kenzior [Wed, 2 Sep 2009 22:34:31 +0000 (17:34 -0500)]
Add simple utility to validate paths

15 years agoAdd modem property capability
Denis Kenzior [Wed, 2 Sep 2009 21:58:34 +0000 (16:58 -0500)]
Add modem property capability

Add ofono_modem_set_string & ofono_modem_get_string
Add ofono_modem_set_integer & ofono_modem_get_integer

15 years agoUse OFONO_AT_DEBUG even for MBM plugin
Marcel Holtmann [Wed, 2 Sep 2009 22:43:10 +0000 (15:43 -0700)]
Use OFONO_AT_DEBUG even for MBM plugin

15 years agoUnset the driver data when MBM driver is removed
Marcel Holtmann [Wed, 2 Sep 2009 22:22:30 +0000 (15:22 -0700)]
Unset the driver data when MBM driver is removed

15 years agoAdd example for modem.conf and install it if requested
Marcel Holtmann [Wed, 2 Sep 2009 22:18:10 +0000 (15:18 -0700)]
Add example for modem.conf and install it if requested

15 years agoAdd really simple modem configuration parsing
Marcel Holtmann [Wed, 2 Sep 2009 21:56:14 +0000 (14:56 -0700)]
Add really simple modem configuration parsing

15 years agoAdd skeleton for plugin to handle static modem configurations
Marcel Holtmann [Wed, 2 Sep 2009 21:40:50 +0000 (14:40 -0700)]
Add skeleton for plugin to handle static modem configurations

15 years agoUpdate makefile.am with new doc files
Denis Kenzior [Wed, 2 Sep 2009 19:27:26 +0000 (14:27 -0500)]
Update makefile.am with new doc files

15 years agoAdd call-settings api doc
Denis Kenzior [Wed, 2 Sep 2009 19:25:09 +0000 (14:25 -0500)]
Add call-settings api doc

15 years agoAdd call-meter api doc
Denis Kenzior [Wed, 2 Sep 2009 19:22:26 +0000 (14:22 -0500)]
Add call-meter api doc

15 years agoAdd call-forwarding api doc
Denis Kenzior [Wed, 2 Sep 2009 19:20:14 +0000 (14:20 -0500)]
Add call-forwarding api doc

15 years agoAdd address & netmask properties to GPRS api
Denis Kenzior [Wed, 2 Sep 2009 18:48:40 +0000 (13:48 -0500)]
Add address & netmask properties to GPRS api

15 years agoUpdate GPRS api with context use type
Denis Kenzior [Wed, 2 Sep 2009 14:59:41 +0000 (09:59 -0500)]
Update GPRS api with context use type

15 years agoAdd test script for listing all operator details
Marcel Holtmann [Wed, 2 Sep 2009 10:58:27 +0000 (03:58 -0700)]
Add test script for listing all operator details

15 years agoAdd test script to monitor all PropertyChanged signals
Marcel Holtmann [Wed, 2 Sep 2009 10:48:46 +0000 (03:48 -0700)]
Add test script to monitor all PropertyChanged signals

15 years agoAdd two extra test programs for modem interface
Marcel Holtmann [Wed, 2 Sep 2009 10:35:09 +0000 (03:35 -0700)]
Add two extra test programs for modem interface

15 years agoAdd initial plugin for Ericsson MBM devices
Marcel Holtmann [Wed, 2 Sep 2009 10:19:02 +0000 (03:19 -0700)]
Add initial plugin for Ericsson MBM devices

15 years agoRename isi drivers to isimodem
Denis Kenzior [Wed, 2 Sep 2009 03:35:14 +0000 (22:35 -0500)]
Rename isi drivers to isimodem

Be more consistent with directory naming

15 years agoRename generic_at drivers to atmodem
Denis Kenzior [Wed, 2 Sep 2009 03:33:05 +0000 (22:33 -0500)]
Rename generic_at drivers to atmodem

Be more consistent with directory naming

15 years agopopulate should return void
Denis Kenzior [Wed, 2 Sep 2009 03:29:02 +0000 (22:29 -0500)]
populate should return void

15 years agoMake remove functions not return anything
Denis Kenzior [Wed, 2 Sep 2009 03:27:08 +0000 (22:27 -0500)]
Make remove functions not return anything

15 years agochange int vendor to unsigned int vendor
Denis Kenzior [Wed, 2 Sep 2009 02:39:02 +0000 (21:39 -0500)]
change int vendor to unsigned int vendor

15 years agoAdd first steps for a udev based modem detection plugin
Marcel Holtmann [Wed, 2 Sep 2009 01:54:27 +0000 (18:54 -0700)]
Add first steps for a udev based modem detection plugin

15 years agoUpdate D-Bus configuration options and check for udev
Marcel Holtmann [Wed, 2 Sep 2009 01:41:16 +0000 (18:41 -0700)]
Update D-Bus configuration options and check for udev

15 years agoAdd ofono_modem_get_powered
Denis Kenzior [Wed, 2 Sep 2009 01:09:40 +0000 (20:09 -0500)]
Add ofono_modem_get_powered

15 years agoAdd proposed data connection manager API
Denis Kenzior [Tue, 1 Sep 2009 23:05:11 +0000 (18:05 -0500)]
Add proposed data connection manager API

15 years agoAdd stub vendor.h file
Denis Kenzior [Tue, 1 Sep 2009 23:04:20 +0000 (18:04 -0500)]
Add stub vendor.h file

15 years agoAdd vendor flag capability to voicecalls
Denis Kenzior [Tue, 1 Sep 2009 23:03:52 +0000 (18:03 -0500)]
Add vendor flag capability to voicecalls

15 years agoAdd vendor flag capability to ussd
Denis Kenzior [Tue, 1 Sep 2009 23:00:58 +0000 (18:00 -0500)]
Add vendor flag capability to ussd

15 years agoAdd vendor flag capability to ssn
Denis Kenzior [Tue, 1 Sep 2009 22:53:31 +0000 (17:53 -0500)]
Add vendor flag capability to ssn

15 years agoAdd vendor flag capability for sms
Denis Kenzior [Tue, 1 Sep 2009 22:39:29 +0000 (17:39 -0500)]
Add vendor flag capability for sms

15 years agoAdd vendor flag capability to sim
Denis Kenzior [Tue, 1 Sep 2009 22:36:27 +0000 (17:36 -0500)]
Add vendor flag capability to sim

15 years agoAdd vendor flag capability to phonebook
Denis Kenzior [Tue, 1 Sep 2009 22:32:07 +0000 (17:32 -0500)]
Add vendor flag capability to phonebook

15 years agoAdd vendor flag capability to netreg
Denis Kenzior [Tue, 1 Sep 2009 22:22:26 +0000 (17:22 -0500)]
Add vendor flag capability to netreg

15 years agoAdd vendor flag capability to devinfo
Denis Kenzior [Tue, 1 Sep 2009 22:18:42 +0000 (17:18 -0500)]
Add vendor flag capability to devinfo

15 years agoAdd vendor flag to call-settings
Denis Kenzior [Tue, 1 Sep 2009 22:14:58 +0000 (17:14 -0500)]
Add vendor flag to call-settings

15 years agoAdd vendor parameter to call-meter
Denis Kenzior [Tue, 1 Sep 2009 22:08:37 +0000 (17:08 -0500)]
Add vendor parameter to call-meter

15 years agoAdd vendor flag to call-forwarding
Denis Kenzior [Tue, 1 Sep 2009 22:03:43 +0000 (17:03 -0500)]
Add vendor flag to call-forwarding

15 years agoIntroduce vendor parameter to call-barring
Denis Kenzior [Tue, 1 Sep 2009 21:57:24 +0000 (16:57 -0500)]
Introduce vendor parameter to call-barring

15 years agogisi: Getter function for pipe handle
Ismo Puustinen [Tue, 1 Sep 2009 09:07:51 +0000 (12:07 +0300)]
gisi: Getter function for pipe handle

15 years agoFix being able to set powered after failure
Denis Kenzior [Tue, 1 Sep 2009 03:59:39 +0000 (22:59 -0500)]
Fix being able to set powered after failure

If enable failed, subsequent attempts will also fail.

15 years agoAdd PDU listing support
Denis Kenzior [Tue, 1 Sep 2009 03:59:22 +0000 (22:59 -0500)]
Add PDU listing support

15 years agoDon't return sdn numbers until ready
Denis Kenzior [Mon, 31 Aug 2009 20:08:40 +0000 (15:08 -0500)]
Don't return sdn numbers until ready

15 years agoSimplify EFsdn reading code
Denis Kenzior [Mon, 31 Aug 2009 20:06:06 +0000 (15:06 -0500)]
Simplify EFsdn reading code

15 years agoRename MNCLength to MobileNetworkCodeLength
Denis Kenzior [Mon, 31 Aug 2009 19:14:55 +0000 (14:14 -0500)]
Rename MNCLength to MobileNetworkCodeLength

15 years agoRefactor sim mnc length
Denis Kenzior [Mon, 31 Aug 2009 19:13:12 +0000 (14:13 -0500)]
Refactor sim mnc length

15 years agoStyle Fix
Denis Kenzior [Mon, 31 Aug 2009 18:42:54 +0000 (13:42 -0500)]
Style Fix

15 years agoSimplify nested ifs
Denis Kenzior [Mon, 31 Aug 2009 19:33:24 +0000 (14:33 -0500)]
Simplify nested ifs

15 years agoSimplify overly complicated code
Denis Kenzior [Mon, 31 Aug 2009 19:24:48 +0000 (14:24 -0500)]
Simplify overly complicated code

15 years agoExpose service dialling numbers stored on SIM through SimManager.
Andrzej Zaborowski [Wed, 26 Aug 2009 02:27:04 +0000 (04:27 +0200)]
Expose service dialling numbers stored on SIM through SimManager.

15 years agoDecode and encode alpha-identifier fields
Andrzej Zaborowski [Wed, 26 Aug 2009 01:14:06 +0000 (03:14 +0200)]
Decode and encode alpha-identifier fields

Add identifier argument to sim_adn_parse and sim_adn_build.

Also fix the number length passed to extract_bcd_number in sim_adn_parse.

15 years agoRead EFad and expose the IMSI MNC length (2-3)
Andrzej Zaborowski [Wed, 26 Aug 2009 00:36:45 +0000 (02:36 +0200)]
Read EFad and expose the IMSI MNC length (2-3)

15 years agoReformat comments a little
Denis Kenzior [Sun, 30 Aug 2009 20:32:08 +0000 (15:32 -0500)]
Reformat comments a little

15 years agodriver callback naming
Andres Salomon [Sun, 30 Aug 2009 20:00:26 +0000 (16:00 -0400)]
driver callback naming

On Sun, 30 Aug 2009 13:45:45 -0500
Denis Kenzior <denkenz@gmail.com> wrote:

> Hi Andres,
>
> > static struct ofono_modem_driver g1_driver = {
> >         .name = "HTC G1",
> >         .probe = g1_probe,
> >         .enable = g1_enable,
> >         .disable = g1_disable,
> >         .remove = g1_remove,
> >         .populate = g1_populate,
> > };
> >
>
> So the current intention:
> .probe - Detect whether device is really supported by the plugin,
> initialize any data structures specific to the device
> .remove - Destroy data structures
> .enable - Perform power up
> .disable - Perform power down
> .populate - Populate the atoms supported by this device (e.g. netreg,
> voicecall, etc)  This is called by the core after every power cycle,
> when the device is brought up.
>

Thanks!  See patch below.

> >
> > Of course, I'm also wondering why there needs to be two separate
> > layers of calls in the first place.  Why not have drivers register
> > everything from within probe, call ofono_set_powered(modem, TRUE)
> > once the device is ready, and be done with it?
>
> The reason for this is e.g. airplane mode, where you physically want
> to turn off the device.  Another case is for battery / power reasons,
> e.g. a netbook with a USB modem that is not being used.
>

Fair enough.  In the kernel, we have callbacks named suspend/resume
to handle that.

> > The only reason why this doesn't blow up in the generic_at plugin is
> > because the driver_data is leaked.  If one were to free it from
> > generic_at_exit in the wrong place (since it's allocated from
> > generic_at_init, it would make sense to free it in generic_at_exit),
> > one would see the same SEGV/SIGBUS/SIGILL errors upon ctrl-c.
>
> So the leak has now been fixed.
>
> I think you're being unnecessarily harsh here.  To be fair, the
> generic_at driver does something like this at init:

My criticism is simply w/ the naming.  'enable'/'disable' doesn't imply
anything about power.  powerup/powerdown, poweron/poweroff,
suspend/resume would all imply power state changes (at least the latter
would be familiar to those who do kernel stuff).  Having comments that
describe what the callbacks do would also work, though.

>From 80a7b54d52201dfd7d8b590457450ae0a4f72888 Mon Sep 17 00:00:00 2001
From: Andres Salomon <dilinger@collabora.co.uk>
Date: Sun, 30 Aug 2009 15:56:16 -0400
Subject: [PATCH] Add comments to ofono_modem_driver struct

Document what all the callbacks do.

15 years agoFix memory leak in generic_at driver
Denis Kenzior [Sun, 30 Aug 2009 18:29:11 +0000 (13:29 -0500)]
Fix memory leak in generic_at driver

15 years agoAdd debug to modem_create
Denis Kenzior [Sun, 30 Aug 2009 18:28:52 +0000 (13:28 -0500)]
Add debug to modem_create

15 years agoMake history drivers work again
Denis Kenzior [Wed, 26 Aug 2009 22:08:40 +0000 (17:08 -0500)]
Make history drivers work again

15 years agoFix a problem with CtrlZ echo
Denis Kenzior [Sat, 29 Aug 2009 15:44:44 +0000 (10:44 -0500)]
Fix a problem with CtrlZ echo

When a PDU is submitted and echoed by the modem, the CtrlZ character
is also echoed back.  Fix the parser to handle this case appropriately.

15 years agogisi: return GPRS interface index/name
Rémi Denis-Courmont [Fri, 28 Aug 2009 11:53:56 +0000 (14:53 +0300)]
gisi: return GPRS interface index/name

15 years agogisi: Fix indication debugging
Aki Niemi [Tue, 25 Aug 2009 15:26:24 +0000 (18:26 +0300)]
gisi: Fix indication debugging

15 years agoRename all files under drivers/isimodem/
Aki Niemi [Tue, 25 Aug 2009 11:04:42 +0000 (14:04 +0300)]
Rename all files under drivers/isimodem/

15 years agoFix typo in technology name
Aki Niemi [Mon, 24 Aug 2009 16:19:11 +0000 (19:19 +0300)]
Fix typo in technology name

15 years agoConvert to fully non-recursive build system
Marcel Holtmann [Tue, 25 Aug 2009 06:49:40 +0000 (23:49 -0700)]
Convert to fully non-recursive build system

15 years agoUse script to generate list of builtin plugin symbols
Marcel Holtmann [Tue, 25 Aug 2009 02:05:41 +0000 (19:05 -0700)]
Use script to generate list of builtin plugin symbols

15 years agoUse proper variables for various commands
Marcel Holtmann [Tue, 25 Aug 2009 01:51:39 +0000 (18:51 -0700)]
Use proper variables for various commands

15 years agoAdd straw-man for rest of ISI modem driver
Aki Niemi [Mon, 24 Aug 2009 12:47:17 +0000 (15:47 +0300)]
Add straw-man for rest of ISI modem driver

15 years agoFix broken dependency on include/ofono/*.h files
Rémi Denis-Courmont [Mon, 24 Aug 2009 10:24:08 +0000 (13:24 +0300)]
Fix broken dependency on include/ofono/*.h files

The fact that the directory exists does not prove that (all of) the
header file symbolic links have been created. This is particularly
annoying when a new header file gets added.