Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-22 | isimodem: Add missing CBS codepoint | Aki Niemi | 2 | -0/+2 | |
2010-12-22 | isimodem: Adapt and refactor voicecall driver | Aki Niemi | 1 | -706/+678 | |
2010-12-22 | isimodem: Adapt and refactor sim driver | Aki Niemi | 1 | -159/+148 | |
2010-12-22 | isimodem: Adapt and refactor phonebook driver | Aki Niemi | 1 | -133/+132 | |
2010-12-22 | isimodem: Adapt and refactor netreg driver | Aki Niemi | 1 | -495/+380 | |
2010-12-22 | isimodem: Add convenience macro for version debug | Aki Niemi | 1 | -0/+7 | |
2010-12-22 | isimodem: Adapt and refactor infoserver | Aki Niemi | 1 | -52/+72 | |
2010-12-22 | isimodem: Adapt and refactor devinfo driver | Aki Niemi | 1 | -91/+61 | |
2010-12-22 | isimodem: Adapt and refactor debugging | Aki Niemi | 2 | -60/+37 | |
2010-12-22 | isimodem: Adapt and refactor call forwarding | Aki Niemi | 1 | -319/+204 | |
2010-12-22 | isimodem: Adapt and refactor call barring driver | Aki Niemi | 1 | -125/+81 | |
2010-12-22 | isimodem: Adapt and refactor audio settings driver | Aki Niemi | 1 | -48/+27 | |
2010-12-22 | gisi: Adapt and refactor socket module | Aki Niemi | 2 | -24/+18 | |
Clean up and fix naming. | |||||
2010-12-22 | gisi: Add include guards to pep module | Aki Niemi | 1 | -1/+16 | |
2010-12-22 | gisi: Adapt and refactor pipe module | Aki Niemi | 2 | -115/+155 | |
Make use of the new client API and refactor the code. | |||||
2010-12-22 | gisi: Adapt and refactor netlink module | Aki Niemi | 2 | -80/+73 | |
Adapt to using new modem API and clean up naming and coding conventions. | |||||
2010-12-22 | gisi: Refactor the server API | Aki Niemi | 2 | -284/+103 | |
The new server API is a convenience wrapper on the modem API for servers. | |||||
2010-12-22 | gisi: Refactor the client API | Aki Niemi | 2 | -817/+155 | |
The new client API is a convenience wrapper on the modem API for clients. | |||||
2010-12-22 | gisi: Remove defunct file | Aki Niemi | 1 | -166/+0 | |
Resource reachability verification is now handled in the modem module. | |||||
2010-12-22 | gisi: Redesign ISI message processing | Aki Niemi | 2 | -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-22 | gisi: Add convenience API for structs | Aki Niemi | 2 | -0/+11 | |
2010-12-22 | gisi: Make subblock iterator use new message API | Aki Niemi | 2 | -13/+19 | |
2010-12-22 | gisi: Add separate file for common constants | Aki Niemi | 1 | -0/+57 | |
2010-12-22 | gisi: Add new API for ISI message handling | Aki Niemi | 2 | -0/+185 | |
2010-12-22 | isimodem: Remove from build | Aki Niemi | 1 | -44/+0 | |
Prepare for refactoring. | |||||
2010-12-22 | gisi: Remove from build | Aki Niemi | 1 | -10/+0 | |
Prepare for refactoring. | |||||
2010-12-21 | huawei: cancel poll when going to a valid state | Lucas De Marchi | 1 | -0/+5 | |
2010-12-21 | ste: Move radio_settings to post_sim | Denis Kenzior | 1 | -1/+1 | |
2010-12-21 | novatel: Move radio_settings to post_sim | Denis Kenzior | 1 | -3/+12 | |
2010-12-21 | n900: Move radio_settings to post_sim | Denis Kenzior | 1 | -1/+1 | |
2010-12-21 | isigen: Move radio_settings to post_sim | Denis Kenzior | 1 | -1/+1 | |
2010-12-21 | ifx: Move radio_settings to post_sim | Denis Kenzior | 1 | -1/+1 | |
2010-12-21 | huawei: Move radio_settings to post_sim | Denis Kenzior | 1 | -3/+1 | |
2010-12-21 | hso: Move radio_settings to post_sim | Denis Kenzior | 1 | -2/+1 | |
2010-12-21 | huawei: Add support for radio settings | Lucas De Marchi | 1 | -0/+4 | |
2010-12-21 | huaweimodem: Add support for radio settings | Lucas De Marchi | 4 | -1/+225 | |
2010-12-21 | test: add scripts for setting frequency band | Lucas De Marchi | 3 | -1/+53 | |
2010-12-21 | sim: Set sane number len in empty EFmsisdn records | Andrzej Zaborowski | 1 | -0/+2 | |
Valid number length range is 1 - 11 bytes, other values, such as 0xff, could potentially crash external parsers. | |||||
2010-12-21 | test: Minor typo & style fixes to test-stk-menu | Denis Kenzior | 1 | -2/+2 | |
2010-12-21 | test: update STK test script for conformance | Guillaume Lucas | 1 | -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-21 | huawei: fix SIM state notification when locked | Lucas De Marchi | 1 | -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-21 | build: Remove broken SET_MAKE handling | Marcel Holtmann | 1 | -2/+0 | |
2010-12-21 | stemodem: Use RTNL to create network interfaces. | Sjur Brændeland | 1 | -7/+36 | |
2010-12-21 | stemodem: Create network interfaces statically | Sjur Brændeland | 1 | -67/+82 | |
2010-12-21 | udev: Fix warning in compilation | Antti Paila | 1 | -1/+0 | |
2010-12-20 | AUTHORS: Mention Neil's contributions | Denis Kenzior | 1 | -0/+1 | |
2010-12-20 | udev: Handle calypso driver | Neil Jerram | 1 | -0/+16 | |
2010-12-20 | TODO: CDMA SMS and CDMA CMAS | Lei Yu | 1 | -27/+89 | |
2010-12-20 | huawei: set huawei em770 modem device to 01 | M. Dietrich | 1 | -1/+1 | |
device 00 is ppp capable while 01 is not. 01 does everything else fine so ofono works with it flawlessly. | |||||
2010-12-20 | types: Add CDMA Phone Number | Dara Spieker-Doyle | 1 | -0/+8 | |