Commit Graph

13 Commits

Author SHA1 Message Date
root 6a7ff31f0f big re-write.. copy quectel.. copy cinterion..
be more struct in when we update what.. deal with enable or disable
actually failing.. and leaking the atchat

create netreg only after we have moved to the online state.. this
avoids crashes in case the sim is partially initialized.

Use +WIND only for the SIM ready/inserted state.. We can probably
try to use AT+CFUN=1,0 on the initial startup.. only tested with the
SL8xxx modem bank and serial.. let's see how AT+CFUN=1,1 behaves on
a true USB device..
2016-03-13 20:32:04 +01:00
root 24ba6f8923 wavecom: Always disable the modem when enabling it
we don't want to deal with any stale state, e.g. if the modem was
already powered up and in CFUN=1 state at the time ofonod was started.
2016-01-12 19:34:29 +01:00
root a5d5dd4adf Don't go to modem state OFFLINE when entering SIM_STATE_READY
for some strange reason, SIM_STATE_READY wants to be entered only
some 30 seconds after our wavecom modems come up.  At this point,
cycling throug modem state OFFLINE would cause all existing and functional
interfaces to disappear.
2016-01-12 19:15:50 +01:00
root a168638337 WIP: Wavecom SL8082 support 2016-01-12 16:29:00 +01:00
Holger Hans Peter Freyther 6cacafe138 wavecom: Add peculiar CPIN as terminator behavior 2012-11-01 04:58:14 -05:00
Pablo Neira Ayuso 8d319d0cca wavecom: add support for Wavecom Q2403/Q2686 modems 2012-05-31 09:47:27 -05:00
Marcel Holtmann c867c9f9bf plugins: Update copyright information 2011-10-10 13:39:54 -07:00
Andras Domokos 4a36b93d6a ssn: remove SSN atom completely 2011-03-11 13:08:51 -06:00
Lucas De Marchi 67f78f680d plugins: explicitly compare pointers to NULL
This patch was generated by the following semantic patch
(http://coccinelle.lip6.fr/)

// <smpl>
@fix disable is_null,isnt_null1@
expression *E;
@@

- !E
+ E == NULL
// </smpl>
2010-11-29 12:55:49 -06:00
Marcel Holtmann be1912fe9c Make debug handling with OFONO_AT_DEBUG a bit more consistent 2010-09-24 14:14:04 +09:00
Denis Kenzior 1442b0af46 wavecom: Trivial comment update 2010-04-20 11:54:25 -05:00
Denis Kenzior 9d58e01d96 wavecom: Braces are not necessary 2010-04-20 11:54:25 -05:00
Matthias Günther d8e1a68264 Added Wavecom modem plugin.
The Wavecom WMP100 is a serial based modem, however it assumes CPIN to
be the final response.  This requires some quirking in the sim driver.

Refer to commit 6d28f82dc1 for details.
2010-04-20 11:54:25 -05:00