summaryrefslogtreecommitdiff
path: root/plugins/phonesim.c
Commit message (Collapse)AuthorAgeFilesLines
* phoneseim: Remove unneeded ifDenis Kenzior2019-04-291-3/+1
|
* phonesim: Fix memory leakDenis Kenzior2018-10-121-0/+1
|
* plugins: updated plugins using simauth moduleJames Prestwood2017-11-091-1/+1
| | | | The simauth creation API changed to not take the driver structure
* phonesim: Added sim-auth to phonesim pluginJames Prestwood2017-10-121-0/+2
|
* phonesim: Instantiate radio-settings in post_simDenis Kenzior2014-12-101-0/+2
|
* phonesim: Add minimal radio-settings functionalityDenis Kenzior2014-12-101-3/+29
|
* phonesim: Add skeleton of radio settings driverDenis Kenzior2014-12-101-0/+43
|
* phonesim: Fixup whitespaceDenis Kenzior2014-03-271-0/+1
|
* phonesim: Add conf file overrideJussi Pakkanen2014-03-271-2/+5
| | | | | OFONO_PHONESIM_CONFIG allows the configuration file location to be overriden from the default $CONFIGDIR/phonesim.conf (typically /etc)
* git: Fixup messed up permissionsDenis Kenzior2013-12-211-0/+0
|
* phonesim: Enable Siri atomKrzysztof Wilk2013-12-181-0/+2
|
* phonesim: Include hfp.hPaulo Borges2013-04-181-0/+1
|
* phonesim: Add support for SIM hotswapDenis Kenzior2013-01-011-5/+54
|
* phonesim: Add handsfree atom to localhfpDenis Kenzior2011-10-211-0/+2
|
* plugins: Update copyright informationMarcel Holtmann2011-10-101-1/+1
|
* sim-poll: Remove unused codeDenis Kenzior2011-08-141-1/+0
|
* phonesim: Fix minor whitespace mistakesMarcel Holtmann2011-08-091-5/+5
|
* hfpmodem: fix hf featuresFrédéric Danis2011-08-081-1/+1
| | | | check audio gateway version and only set right features
* phonesim: Implement 'local' hfp driverDenis Kenzior2011-07-211-22/+166
|
* phonesim: add support of +CBCFrédéric Danis2011-07-081-0/+64
| | | | | | | | PTS test TP/PSI/BV-03-I [Transfer Battery Level Indication] needs to change battery level and check that the battery level indication is received at the HF. So add support for +CBC in phonesim plugin, and force update of the battery indicator on HFP AG Emulator registration.
* phonesim: Create atoms in a different orderDenis Kenzior2011-05-111-2/+2
| | | | | | | | | | | This uncovers a valgrind condition: ==17231== Invalid read of size 8 ==17231== at 0x4A2461: gprs_context_unregister (gprs.c:2143) ==17231== by 0x46FEB0: __ofono_atom_unregister (modem.c:260) ==17231== by 0x4703C9: modem_change_state (modem.c:407) ==17231== by 0x470664: set_powered (modem.c:848) ==17231== by 0x4706BA: __ofono_modem_shutdown (modem.c:2137)
* gnss: fix broken buildOlivier Guiter2011-03-291-0/+1
|
* phonesim: add gnss supportDenis Kenzior2011-03-281-0/+1
|
* phonesim: Add support for ipv6 / dual contextsDenis Kenzior2011-03-151-2/+17
|
* phonesim: add IPv6 supportMika Liljeberg2011-03-151-7/+25
|
* ssn: remove SSN atom completelyAndras Domokos2011-03-111-2/+0
|
* plugins: remove NULL checkJeevaka Badrappan2011-01-291-12/+0
|
* phonesim: Move sms atom to post_sim stateDenis Kenzior2011-01-281-3/+4
|
* phonesim: Move call forwarding to post simJeevaka Badrappan2010-12-171-1/+2
|
* phonesim: Add modem reset triggerGustavo F. Padovan2010-12-071-0/+27
|
* plugins: explicitly compare pointers to NULLLucas De Marchi2010-11-291-11/+11
| | | | | | | | | | | | | | 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>
* phonesim: implement ctm atomLucas De Marchi2010-11-291-4/+146
|
* phonesim: Fix missing return from plugin initMarcel Holtmann2010-10-251-0/+2
|
* phonesim: Register modem driver before creating modemsMarcel Holtmann2010-10-251-5/+13
|
* phonesim: Support multiple contextsDenis Kenzior2010-10-251-4/+8
|
* phonesim: Enable dummy phonesim contextsDenis Kenzior2010-10-251-1/+129
|
* phonesim: Don't use modem.conf for phonesim modemsMarcel Holtmann2010-10-251-1/+102
|
* phonesim: Add missing ATE0 when in multiplexer modeMarcel Holtmann2010-10-191-0/+2
|
* phonesim: Fix multiplexer setup handling and modem powerMarcel Holtmann2010-10-191-0/+5
|
* phonesim: minor whitespace fixDenis Kenzior2010-10-141-1/+2
|
* phonesim: set character set to GSMJeevaka Badrappan2010-09-151-0/+2
|
* phonesim: Move the stk atom to post_sim stateDenis Kenzior2010-09-021-4/+4
|
* phonesim: Should use none_prefixDenis Kenzior2010-08-161-1/+1
| | | | When only OK is expected
* phonesim: Support set_online/post_onlineDenis Kenzior2010-08-121-6/+47
|
* phonesim: Don't use VENDOR_PHONESIM for calypsoAndrzej Zaborowski2010-08-061-2/+4
| | | | | Also move the STK initialisation to post-sim because it is more logical there (even if it makes no difference under phonesim).
* Use specific vendor for phonesim stkYang Gu2010-07-131-1/+1
|
* Fix: Remove easy uses of g_at_chat_shutdownDenis Kenzior2010-04-281-2/+0
|
* phonesim: Disable polling in phonesim for nowDenis Kenzior2010-04-201-3/+1
| | | | Seems that polling support in phonesim is less than working
* Rename ofono_atmodem_poll_enableDenis Kenzior2010-04-151-1/+1
| | | | This is not official oFono API
* Implement STATUS polling in atmodem driver.Andrzej Zaborowski2010-04-151-1/+4
|