summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-12-22gisi: Refactor the server APIAki Niemi2-284/+103
The new server API is a convenience wrapper on the modem API for servers.
2010-12-22gisi: Refactor the client APIAki Niemi2-817/+155
The new client API is a convenience wrapper on the modem API for clients.
2010-12-22gisi: Remove defunct fileAki Niemi1-166/+0
Resource reachability verification is now handled in the modem module.
2010-12-22gisi: Redesign ISI message processingAki Niemi2-13/+1029
This new modem API supercedes the old client and server APIs. It properly queues resource subscriptions and version queries, as well as caches reachability status for a given resource. Also, this is a complete redesign of ISI message handling, adding another layer of abstraction to multiplexing operations to a given modem resource.
2010-12-22gisi: Add convenience API for structsAki Niemi2-0/+11
2010-12-22gisi: Make subblock iterator use new message APIAki Niemi2-13/+19
2010-12-22gisi: Add separate file for common constantsAki Niemi1-0/+57
2010-12-22gisi: Add new API for ISI message handlingAki Niemi2-0/+185
2010-12-22isimodem: Remove from buildAki Niemi1-44/+0
Prepare for refactoring.
2010-12-22gisi: Remove from buildAki Niemi1-10/+0
Prepare for refactoring.
2010-12-21huawei: cancel poll when going to a valid stateLucas De Marchi1-0/+5
2010-12-21ste: Move radio_settings to post_simDenis Kenzior1-1/+1
2010-12-21novatel: Move radio_settings to post_simDenis Kenzior1-3/+12
2010-12-21n900: Move radio_settings to post_simDenis Kenzior1-1/+1
2010-12-21isigen: Move radio_settings to post_simDenis Kenzior1-1/+1
2010-12-21ifx: Move radio_settings to post_simDenis Kenzior1-1/+1
2010-12-21huawei: Move radio_settings to post_simDenis Kenzior1-3/+1
2010-12-21hso: Move radio_settings to post_simDenis Kenzior1-2/+1
2010-12-21huawei: Add support for radio settingsLucas De Marchi1-0/+4
2010-12-21huaweimodem: Add support for radio settingsLucas De Marchi4-1/+225
2010-12-21test: add scripts for setting frequency bandLucas De Marchi3-1/+53
2010-12-21sim: Set sane number len in empty EFmsisdn recordsAndrzej Zaborowski1-0/+2
Valid number length range is 1 - 11 bytes, other values, such as 0xff, could potentially crash external parsers.
2010-12-21test: Minor typo & style fixes to test-stk-menuDenis Kenzior1-2/+2
2010-12-21test: update STK test script for conformanceGuillaume Lucas1-25/+76
Update the STK test script to be able to use it for conformance test. Using 'agent' as parameter the script will now register a STK agent to be able to handle unsolicited proactive command. Without any parameter or with 'menu' the script will try to display the STK main menu of the (U)SIM.
2010-12-21huawei: fix SIM state notification when lockedLucas De Marchi1-0/+28
When SIM is locked, huawei modem does not send any notification about SIM state change because it does not differentiate 'invalid' from 'locked'. In order to be able to unlock the sim, this patch forces a notification of a valid state after a timeout.
2010-12-21build: Remove broken SET_MAKE handlingMarcel Holtmann1-2/+0
2010-12-21stemodem: Use RTNL to create network interfaces.Sjur Brændeland1-7/+36
2010-12-21stemodem: Create network interfaces staticallySjur Brændeland1-67/+82
2010-12-21udev: Fix warning in compilationAntti Paila1-1/+0
2010-12-20AUTHORS: Mention Neil's contributionsDenis Kenzior1-0/+1
2010-12-20udev: Handle calypso driverNeil Jerram1-0/+16
2010-12-20TODO: CDMA SMS and CDMA CMASLei Yu1-27/+89
2010-12-20huawei: set huawei em770 modem device to 01M. Dietrich1-1/+1
device 00 is ppp capable while 01 is not. 01 does everything else fine so ofono works with it flawlessly.
2010-12-20types: Add CDMA Phone NumberDara Spieker-Doyle1-0/+8
2010-12-20AUTHORS: Mention Dara's contributionsDenis Kenzior1-0/+1
2010-12-20dbus: Add CDMA Voicecall InterfaceDara Spieker-Doyle1-0/+3
2010-12-17modem: restore state when resetting the modemGustavo F. Padovan1-24/+36
2010-12-17TODO: Add CDMA Voicecall Support TasksDara Spieker-Doyle1-0/+58
2010-12-17AUTHORS: Mention Benoît's contributionsDenis Kenzior1-0/+1
2010-12-17test/list-modems : print Strength as an integerBenoît Monin1-1/+2
org.ofono.NetworkRegistration property Strength is an integer, so print it as such.
2010-12-17TODO: Marking the Read/Write EFcfis task as doneJeevaka Badrappan2-9/+5
2010-12-17doc: Add new property to call forwardingJeevaka Badrappan1-0/+5
2010-12-17phonesim: Move call forwarding to post simJeevaka Badrappan1-1/+2
2010-12-17plugins/n900: Move call forwarding to post simJeevaka Badrappan1-1/+1
2010-12-17isigen: Move call forwarding to post simJeevaka Badrappan1-1/+1
2010-12-17ifx: Move call forwarding to post simJeevaka Badrappan1-1/+1
2010-12-17call-forwarding: Properly signal changesDenis Kenzior1-0/+23
For the ForwardingFlagOnSim property
2010-12-17call-forwarding: Get rid of status_on_sim variableDenis Kenzior1-5/+12
2010-12-17call-forwarding: Simplify sim_set_cf_indicatorDenis Kenzior1-13/+21
2010-12-17call-forwarding: More style fixesDenis Kenzior1-6/+6