summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-04-18ussd: Fix use of non-cloned gatchat objectDenis Kenzior1-3/+4
2011-04-14Release 0.47Marcel Holtmann2-1/+5
2011-04-14TODO: Remove main.conf taskDenis Kenzior1-6/+0
No longer seems like a good idea
2011-04-14TODO: set owner on DUN profile and DUN usbGuillaume Zajac1-0/+1
2011-04-14TODO: Mark EFcsp task as doneDenis Kenzior2-12/+9
2011-04-14simutil: Add support of CPHS EFcsp to our EF dbDenis Kenzior1-0/+1
2011-04-14network: One more trivial fixDenis Kenzior1-2/+2
total_length and record_length are the same in this context, but using total_length makes the code more readable
2011-04-14doc: Update possible errors for netreg-apiDenis Kenzior1-0/+3
This is due to EFcsp PLMN mode changes
2011-04-14network: Refactor EFcsp to support STK RefreshDenis Kenzior1-11/+30
2011-04-14network: Use strings instead of ints in settingsDenis Kenzior1-10/+51
2011-04-14modem: Fix entering offline mode prematurelyDenis Kenzior1-4/+16
A contextual change to __ofono_modem_find_atom has caused us to enter into offline mode prematurely. find_atom was changed to return only the atoms that were registered, however the modem really has to know whether the sim atom is created (not registered) in order to know whether to wait for the SIM to be initialized or not.
2011-04-14sms: Fix typoDenis Kenzior1-1/+1
2011-04-14network: Read EFcsp after initializing reg stateDenis Kenzior1-42/+42
This is to avoid some benign race conditions when EFcsp might be read before the registration state has been established.
2011-04-14network: Try not to clash with 27.007-defined modesDenis Kenzior1-1/+1
2011-04-14netreg: Refactor register_callbackDenis Kenzior1-10/+3
2011-04-14netreg: Add CPHS CSP implementationAki Niemi1-26/+97
2011-04-14isimodem: Add SCA support to wgmodem2.5 driverAki Niemi3-13/+27
2011-04-14isimodem: Refactor sms driverAki Niemi2-10/+11
2011-04-14isimodem: Use constants where possibleAki Niemi1-1/+1
2011-04-14isimodem: Fix message sending in SMS driverAki Niemi2-1/+2
The same enum name SMS_ROUTE_DEFAULT has different constants in different modem API versions. This was causing "invalid parameter" errors with some modems.
2011-04-14isimodem: Fix macro to be safer to useAki Niemi1-1/+1
2011-04-14isimodem: Add reahcbility check for CBS driverAki Niemi1-14/+27
2011-04-13doc: add emergency-call-handling.txtJeevaka Badrappan1-0/+113
2011-04-13Release 0.46Marcel Holtmann2-1/+25
2011-04-12isimodem: fix call_create_resp handlingPekka Pessi1-6/+33
In case of call creation failure modem may return a valid call id in order to send CALL_SERVICE_DENIED_IND which we do not handle. Fixes MeeGo bug#15855.
2011-04-12isimodem: Update SMS driver for wgmodem2.5Aki Niemi1-153/+541
Based on patches from: Jessica Nilsson <jessica.j.nilsson@stericsson.com>
2011-04-12plugins: Remove wgmodem2.5 driver for netregAki Niemi2-2/+1
2011-04-12isimodem: Remove split voicecall driverAki Niemi3-81/+87
Only a single driver created, with two clients checked for reachability in parallel.
2011-04-12isimodem: Add helper macros for 16/32bit valuesAki Niemi1-3/+11
2011-04-12isimodem: Rename resource debug macroAki Niemi17-20/+20
2011-04-12isimodem: Add helper macro for version checkingAki Niemi1-0/+4
2011-04-12isimodem: Indent and add missing codepointsAki Niemi2-147/+155
In addition, renaming some wgmodem2.5-specific subblocks so that they use the same names as most recent on-line documentation.
2011-04-11doc: Mark ConfirmOpenChannel as experimentalDenis Kenzior1-3/+4
2011-04-11doc: Unmark stk-api as experimentalDenis Kenzior1-2/+2
2011-04-11test: Add ConfirmOpenChannel to test-stk-menuPhilippe Nunes1-0/+14
2011-04-11stkutil: Add additional info enum for BIPPhilippe Nunes1-0/+17
2011-04-11stk-api.txt. Introduce the new API ConfirmOpenChannelPhilippe Nunes1-0/+7
2011-04-11stkagent: Add ConfirmOpenChannel methodPhilippe Nunes2-0/+74
2011-04-11voicecall: fix to sim ecc free logicDenis Kenzior1-4/+7
Correct copy paste mistakes and a slight logic oversight
2011-04-11voicecall: Fix ECC list generation for empty EFeccDenis Kenzior1-1/+10
2011-04-11voicecall: add call, callsetup and callheld indicatorsFrédéric Danis1-0/+131
2011-04-11emulator: add call, callsetup and callheld cindsFrédéric Danis1-0/+5
2011-04-11include: Add callsetup, call and callheldFrédéric Danis1-0/+12
as indicators for HFP emulator
2011-04-07AUTHORS: Mention Nicolas' contributionsDenis Kenzior1-0/+1
2011-04-07stkagent: Avoid error when URL is nullNicolas Bertrand1-0/+3
...with STK command "LAUNCH BROWSER" and default URL
2011-04-07TODO: Mark Network/Modem EN update task as doneJeevaka Badrappan2-19/+10
2011-04-07voicecall: Handle concurrent Refresh & NW ECC updateDenis Kenzior1-26/+35
There is a potential case where the EFecc is being refreshed due to a SIM refresh and a Network ECC list is updated. In this case we might report a set of numbers that is not yet complete. Take care of this case.
2011-04-07voicecall: Don't reverse sim_en_listDenis Kenzior1-2/+0
The order of the ECCs is not important as they're all unique.
2011-04-07voicecall: Fix ECC list generationDenis Kenzior1-5/+5
If the network list of ECC numbers is updated when we have no SIM, or when the SIM numbers have not yet been read, or there is an error during EFecc read, then the default_no_sim numbers are never added to the ECC list.
2011-04-07voicecall: Localize variable initializationDenis Kenzior1-8/+6