summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-08-12stedriver: Copy caif_socket.h from 2.6.36 RCSjur Brændeland1-84/+123
Copied include/linux/caif/caif_socket.h and added AF_CAIF, PF_CAIF and SOL_CAIF definitions found in linux/include/socket.h.
2010-08-12stedriver: remove unsupported CAIF socket ioctlsSjur Brændeland1-46/+2
2010-08-12voicecall: Don't hangup waiting callsDenis Kenzior1-1/+8
During hangup_all operation. For multiparty hangups, waiting calls are not part of the mpty call.
2010-08-12voicecall: Make logic bit cleanerDenis Kenzior1-4/+4
2010-08-12voicecall: Minor style issuesDenis Kenzior1-3/+2
2010-08-12voicecall: Reflow the logic of voicecall_hangupDenis Kenzior1-33/+38
2010-08-12voicecall: Add support for function hangup_allSjur Brændeland2-13/+45
This patch fixes problem for modems that cannot terminate DIALING/ALERTING calls with CHUP=1X. The main change is that voicecall driver's hangup function is split into the functions hangup_all and hangup_active. Changes: - In cases where hangup previously was used, hangup_all is used if implemented otherwise hangup_active is used. - Call in state DIALING/ALERTING is released with hangup_active if implemented. - manager_hangup_all will simply call hangup_all if implemented. - manager_hangup_all will release calls in state ALERTING/DIALING/INCOMING using hangup_active otherwise release_specific.
2010-08-12voicecall: Rename hangup to hangup_activeSjur Brændeland6-7/+7
2010-08-11doc: Update connection manager API (GPRS context)Marcel Holtmann1-14/+30
2010-08-11doc: Rename message manager API documentationMarcel Holtmann1-2/+2
2010-08-11doc: Update network registration and operator APIMarcel Holtmann1-11/+14
Change the network registration API to reflect simplification in the operator selection and scanning handling for applications.
2010-08-11doc: update voice call API documentationMarcel Holtmann2-16/+26
Reflect required changes to simplify the voice call API usage.
2010-08-11Add extra debug statements to MBM STK atom driverMarcel Holtmann1-0/+24
2010-08-11Add a few debug statements to STK coreMarcel Holtmann1-4/+22
2010-08-10Use permissive parser for MBM since otherwise STK causes problemsMarcel Holtmann1-1/+1
2010-08-10Add SimToolkitAgent interface to D-Bus configurationMarcel Holtmann1-0/+1
2010-08-10Build CAIF plugin only when AT modem support is enabledMarcel Holtmann1-3/+3
2010-08-10Always built and include the modemconf pluginMarcel Holtmann1-9/+7
2010-08-10Fix context processing test script when no gateway is providedMarcel Holtmann2-2/+5
2010-08-10Fix GPRS context IP configuration issue with ISI modemsMarcel Holtmann1-2/+5
2010-08-09Fix isimodem call forwarding.Pekka Pessi1-3/+2
2010-08-09Add test scripts to to lock and unlock pinKalle Valo3-1/+57
2010-08-09gprs: Fix release cid in gprs_deactive_for_removeZhenhua Zhang1-0/+3
Similiar to pri_deactive_callback, we should release the context id in gprs_deactive_for_remove() as well.
2010-08-06calypso: Couple of minor style issuesDenis Kenzior1-6/+11
2010-08-06calypso: Remove un-needed includesDenis Kenzior1-2/+0
2010-08-06calypso: Create STK atom and reorder initialisationAndrzej Zaborowski1-27/+54
See comment in the code. The Sim Toolkit apps seem to work rather reliably with this, tested on both PIN-enabled and unprotected cards.
2010-08-06atutil: Parse CMS and CME error codesAndrzej Zaborowski1-0/+6
2010-08-06calypso: Enable AT extended error codesAndrzej Zaborowski1-0/+2
The STK driver tries to interpret the codes.
2010-08-06calypso: Add a Calypso STK driverAndrzej Zaborowski4-1/+286
2010-08-06calypso: Check if SIM is present on modem startupAndrzej Zaborowski1-3/+33
Like in case of MBM modem, the SIM slot is not easily accessible while the device is running so we assume there's no need to check for SIM presence after startup.
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-08-05huawei: Fix SIM state logicJoão Paulo Rechi Vita1-25/+51
Add support for voice-only SIM cards and enable phonebook atom for non-voice modems.
2010-08-05doc: Update coding-style.txt for enumsDenis Kenzior1-0/+24
2010-08-05sms: struct tx_queue_entry: add a destructorInaky Perez-Gonzalez1-6/+22
Introduce a destructor function to encapsulate all the release steps for this data type, as more are to be added later.
2010-08-05storage: make write_file transaction-safeInaky Perez-Gonzalez1-11/+36
write_file(), as written wasn't transaction-safe; a crash bewtween a file being open and the buffer being written before a safe close would leave the file with a set of undetermined contents. Modified to the file is written to a temporary file name; once completed, it is renamed to the final name. This way, a crash in the middle doesn't leave half-baked files.
2010-08-05doc: Fixup some long line / space at eol issuesDenis Kenzior1-8/+8
2010-08-05bluetooth: define DBUS_TIMEOUT macroGustavo F. Padovan2-3/+5
2010-08-05sim: Use less space for locked_pinsDenis Kenzior1-10/+6
Use only as required, since we only track PINs in this one, not PUKs
2010-08-05sim: Fix LockedPins in case SIM wants a PUK firstDenis Kenzior1-0/+26
In the case that oFono is started with the SIM asking for a PUK, we don't report LockedPins properly.
2010-08-04test: Update simple-agent with new capabilitiesDenis Kenzior1-0/+70
2010-08-04stkagent: No need to split these on two linesDenis Kenzior1-8/+4
2010-08-04stk: Rip out the HELP stuff for nowDenis Kenzior2-42/+0
We're not supporting it in the current API and doing so is actually very painful.
2010-08-04stkagent: Introduce CALLBACK_END macroDenis Kenzior1-85/+28
2010-08-04stk: Handle the Get Input proactive commandAndrzej Zaborowski1-0/+96
2010-08-04stkagent: Implement RequestInput/RequestDigitsAndrzej Zaborowski2-0/+192
2010-08-04stk: Handle the Get Inkey proactive commandAndrzej Zaborowski1-0/+200
2010-08-04stkagent: Implement RequestConfirmation/Key/DigitAndrzej Zaborowski2-0/+264
2010-08-03doc: Update standards.txtDenis Kenzior1-0/+75
2010-08-02Release 0.26Marcel Holtmann2-1/+7
2010-08-02huawei: fix double include of GPRS headerJoão Paulo Rechi Vita1-1/+0