summaryrefslogtreecommitdiff
path: root/plugins/ste.c
Commit message (Collapse)AuthorAgeFilesLines
* ste: signal sim initialized on EPEVDenis Kenzior2017-11-081-0/+12
|
* ste: Fix out-of-order freeDenis Kenzior2015-05-131-2/+1
| | | | CALLBACK_WITH_FAILURE used data structure freed just beforehand
* plugins: Update copyright informationMarcel Holtmann2011-10-101-2/+2
|
* ste: Fix minor whitespace mistakesMarcel Holtmann2011-08-091-2/+2
|
* ste: add support for gnssJarko Poutiainen2011-03-281-2/+6
|
* ssn: remove SSN atom completelyAndras Domokos2011-03-111-2/+0
|
* ste: Add support for multiple AT channelsLasse Kunnasluoto2011-03-031-52/+92
|
* ste: Minor style fixesDenis Kenzior2011-03-031-2/+2
|
* ste: Reset have_sim appropriatelyJussi Kangas2011-03-031-0/+1
|
* ste: Fix various style issues with previous patchDenis Kenzior2011-02-221-2/+5
|
* ste: preparation for hotswapJussi Kangas2011-02-221-32/+85
|
* ste: Add support for multiple pdp contexts.Marit Henriksen2011-02-211-5/+12
|
* ste: Add support for CBS interfaceLasse Kunnasluoto2011-02-011-0/+2
| | | | STE modems support standard AT commands in CBS
* plugins: remove NULL checkJeevaka Badrappan2011-01-291-4/+0
|
* ste: Move SMS support into post_sim stageMarcel Holtmann2011-01-291-1/+2
|
* ste: Use UTF-8 as a default character setLasse Kunnasluoto2011-01-181-0/+4
|
* ste: Move radio_settings to post_simDenis Kenzior2010-12-211-1/+1
|
* ste: Minor style fixesDenis Kenzior2010-12-031-1/+3
|
* ste: Restructure caif channel creationHelen Clemson2010-12-031-12/+28
| | | | | | | This is restructuring the caif channel creation, so that at a later date multiple AT channels can be supported. This effectively moves the channel creation from ste_enable, into its own function, ste_create_channel.
* plugins: explicitly compare pointers to NULLLucas De Marchi2010-11-291-6/+6
| | | | | | | | | | | | | | 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>
* Make debug handling with OFONO_AT_DEBUG a bit more consistentMarcel Holtmann2010-09-241-2/+4
|
* ste: implement Online propertyPekka Pessi2010-09-091-3/+48
|
* ste: Use MBM quirk for network registrationMarcel Holtmann2010-08-201-1/+1
|
* ste: Use MBM quirk instead of a STE specific oneMarcel Holtmann2010-08-201-2/+2
|
* stemodem: Add polling for SIM ready statusSjur Brændeland2010-08-171-2/+50
| | | | Interim solution until support for SIM 'ready' notification is supported.
* ste: Use SOCK_STREAM for CAIF and enable interface specificationSjur Brændeland2010-08-171-1/+19
|
* ste: Add Radio-SettingsSjur Brændeland2010-08-171-0/+2
|
* ste: Add AT Channel configurationsSjur Brændeland2010-08-171-1/+2
|
* ste: SIM - STE registers as MBM to utilize mbm quirksSjur Brændeland2010-08-171-1/+1
|
* ste: Include STK support from MBM driverSjur Brændeland2010-08-161-0/+2
|
* Fix: Remove easy uses of g_at_chat_shutdownDenis Kenzior2010-04-281-1/+0
|
* Drivers can notify core of SIM insertion / removalAndrzej Zaborowski2010-04-151-1/+5
| | | | | | | | | | Add ofono_sim_inserted_notify function to notify the core of SIM insertion / removal. Make every plugin generate a sim inserted event on start. For devices with removable card, the event should be emitted after the plugin detects such event. For devices that need to wait for SIM card initialization, they can emit this event later.
* Use blocking GAtChat objects for STE modemsMarcel Holtmann2010-01-301-1/+1
| | | | | Due to some missing implementation of POLLOUT, the access to the CAIF channels of the STE modems have to be done in a blocking fashion.
* Add support for using old CAIF subsystem with character devicesMarcel Holtmann2010-01-301-18/+33
|
* Add STE voice call support.Sjur Brændeland2010-01-281-1/+1
|
* Some minor style cleanups for STE supportMarcel Holtmann2010-01-281-3/+8
|
* Add STE modem support for GPRS PDP ContextsSjur Brændeland2010-01-271-1/+1
|
* Add STE modem pluginSjur Brændeland2010-01-251-0/+253