summaryrefslogtreecommitdiffstats
path: root/plugins/phonesim.c
AgeCommit message (Collapse)AuthorFilesLines
2014-12-10phonesim: Instantiate radio-settings in post_simDenis Kenzior1-0/+2
2014-12-10phonesim: Add minimal radio-settings functionalityDenis Kenzior1-3/+29
2014-12-10phonesim: Add skeleton of radio settings driverDenis Kenzior1-0/+43
2014-03-27phonesim: Fixup whitespaceDenis Kenzior1-0/+1
2014-03-27phonesim: Add conf file overrideJussi Pakkanen1-2/+5
OFONO_PHONESIM_CONFIG allows the configuration file location to be overriden from the default $CONFIGDIR/phonesim.conf (typically /etc)
2013-12-21git: Fixup messed up permissionsDenis Kenzior1-0/+0
2013-12-18phonesim: Enable Siri atomKrzysztof Wilk1-0/+2
2013-04-18phonesim: Include hfp.hPaulo Borges1-0/+1
2013-01-01phonesim: Add support for SIM hotswapDenis Kenzior1-5/+54
2011-10-21phonesim: Add handsfree atom to localhfpDenis Kenzior1-0/+2
2011-10-10plugins: Update copyright informationMarcel Holtmann1-1/+1
2011-08-14sim-poll: Remove unused codeDenis Kenzior1-1/+0
2011-08-09phonesim: Fix minor whitespace mistakesMarcel Holtmann1-5/+5
2011-08-08hfpmodem: fix hf featuresFrédéric Danis1-1/+1
check audio gateway version and only set right features
2011-07-21phonesim: Implement 'local' hfp driverDenis Kenzior1-22/+166
2011-07-08phonesim: add support of +CBCFrédéric Danis1-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.
2011-05-11phonesim: Create atoms in a different orderDenis Kenzior1-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)
2011-03-29gnss: fix broken buildOlivier Guiter1-0/+1
2011-03-28phonesim: add gnss supportDenis Kenzior1-0/+1
2011-03-15phonesim: Add support for ipv6 / dual contextsDenis Kenzior1-2/+17
2011-03-15phonesim: add IPv6 supportMika Liljeberg1-7/+25
2011-03-11ssn: remove SSN atom completelyAndras Domokos1-2/+0
2011-01-29plugins: remove NULL checkJeevaka Badrappan1-12/+0
2011-01-28phonesim: Move sms atom to post_sim stateDenis Kenzior1-3/+4
2010-12-17phonesim: Move call forwarding to post simJeevaka Badrappan1-1/+2
2010-12-07phonesim: Add modem reset triggerGustavo F. Padovan1-0/+27
2010-11-29plugins: explicitly compare pointers to NULLLucas De Marchi1-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>
2010-11-29phonesim: implement ctm atomLucas De Marchi1-4/+146
2010-10-25phonesim: Fix missing return from plugin initMarcel Holtmann1-0/+2
2010-10-25phonesim: Register modem driver before creating modemsMarcel Holtmann1-5/+13
2010-10-25phonesim: Support multiple contextsDenis Kenzior1-4/+8
2010-10-25phonesim: Enable dummy phonesim contextsDenis Kenzior1-1/+129
2010-10-25phonesim: Don't use modem.conf for phonesim modemsMarcel Holtmann1-1/+102
2010-10-19phonesim: Add missing ATE0 when in multiplexer modeMarcel Holtmann1-0/+2
2010-10-19phonesim: Fix multiplexer setup handling and modem powerMarcel Holtmann1-0/+5
2010-10-14phonesim: minor whitespace fixDenis Kenzior1-1/+2
2010-09-15phonesim: set character set to GSMJeevaka Badrappan1-0/+2
2010-09-02phonesim: Move the stk atom to post_sim stateDenis Kenzior1-4/+4
2010-08-16phonesim: Should use none_prefixDenis Kenzior1-1/+1
When only OK is expected
2010-08-12phonesim: Support set_online/post_onlineDenis Kenzior1-6/+47
2010-08-06phonesim: Don't use VENDOR_PHONESIM for calypsoAndrzej Zaborowski1-2/+4
Also move the STK initialisation to post-sim because it is more logical there (even if it makes no difference under phonesim).
2010-07-13Use specific vendor for phonesim stkYang Gu1-1/+1
2010-04-28Fix: Remove easy uses of g_at_chat_shutdownDenis Kenzior1-2/+0
2010-04-20phonesim: Disable polling in phonesim for nowDenis Kenzior1-3/+1
Seems that polling support in phonesim is less than working
2010-04-15Rename ofono_atmodem_poll_enableDenis Kenzior1-1/+1
This is not official oFono API
2010-04-15Implement STATUS polling in atmodem driver.Andrzej Zaborowski1-1/+4
2010-04-15Add AT driver for STK atom.Andrzej Zaborowski1-0/+3
2010-04-15Drivers can notify core of SIM insertion / removalAndrzej Zaborowski1-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.
2010-03-26Add phonesim vendor quirkDenis Kenzior1-1/+2
2010-01-01Update copyright informationMarcel Holtmann1-1/+1