Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-18 | ussd: Fix use of non-cloned gatchat object | Denis Kenzior | 1 | -3/+4 | |
2011-04-14 | Release 0.47 | Marcel Holtmann | 2 | -1/+5 | |
2011-04-14 | TODO: Remove main.conf task | Denis Kenzior | 1 | -6/+0 | |
No longer seems like a good idea | |||||
2011-04-14 | TODO: set owner on DUN profile and DUN usb | Guillaume Zajac | 1 | -0/+1 | |
2011-04-14 | TODO: Mark EFcsp task as done | Denis Kenzior | 2 | -12/+9 | |
2011-04-14 | simutil: Add support of CPHS EFcsp to our EF db | Denis Kenzior | 1 | -0/+1 | |
2011-04-14 | network: One more trivial fix | Denis Kenzior | 1 | -2/+2 | |
total_length and record_length are the same in this context, but using total_length makes the code more readable | |||||
2011-04-14 | doc: Update possible errors for netreg-api | Denis Kenzior | 1 | -0/+3 | |
This is due to EFcsp PLMN mode changes | |||||
2011-04-14 | network: Refactor EFcsp to support STK Refresh | Denis Kenzior | 1 | -11/+30 | |
2011-04-14 | network: Use strings instead of ints in settings | Denis Kenzior | 1 | -10/+51 | |
2011-04-14 | modem: Fix entering offline mode prematurely | Denis Kenzior | 1 | -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-14 | sms: Fix typo | Denis Kenzior | 1 | -1/+1 | |
2011-04-14 | network: Read EFcsp after initializing reg state | Denis Kenzior | 1 | -42/+42 | |
This is to avoid some benign race conditions when EFcsp might be read before the registration state has been established. | |||||
2011-04-14 | network: Try not to clash with 27.007-defined modes | Denis Kenzior | 1 | -1/+1 | |
2011-04-14 | netreg: Refactor register_callback | Denis Kenzior | 1 | -10/+3 | |
2011-04-14 | netreg: Add CPHS CSP implementation | Aki Niemi | 1 | -26/+97 | |
2011-04-14 | isimodem: Add SCA support to wgmodem2.5 driver | Aki Niemi | 3 | -13/+27 | |
2011-04-14 | isimodem: Refactor sms driver | Aki Niemi | 2 | -10/+11 | |
2011-04-14 | isimodem: Use constants where possible | Aki Niemi | 1 | -1/+1 | |
2011-04-14 | isimodem: Fix message sending in SMS driver | Aki Niemi | 2 | -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-14 | isimodem: Fix macro to be safer to use | Aki Niemi | 1 | -1/+1 | |
2011-04-14 | isimodem: Add reahcbility check for CBS driver | Aki Niemi | 1 | -14/+27 | |
2011-04-13 | doc: add emergency-call-handling.txt | Jeevaka Badrappan | 1 | -0/+113 | |
2011-04-13 | Release 0.46 | Marcel Holtmann | 2 | -1/+25 | |
2011-04-12 | isimodem: fix call_create_resp handling | Pekka Pessi | 1 | -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-12 | isimodem: Update SMS driver for wgmodem2.5 | Aki Niemi | 1 | -153/+541 | |
Based on patches from: Jessica Nilsson <jessica.j.nilsson@stericsson.com> | |||||
2011-04-12 | plugins: Remove wgmodem2.5 driver for netreg | Aki Niemi | 2 | -2/+1 | |
2011-04-12 | isimodem: Remove split voicecall driver | Aki Niemi | 3 | -81/+87 | |
Only a single driver created, with two clients checked for reachability in parallel. | |||||
2011-04-12 | isimodem: Add helper macros for 16/32bit values | Aki Niemi | 1 | -3/+11 | |
2011-04-12 | isimodem: Rename resource debug macro | Aki Niemi | 17 | -20/+20 | |
2011-04-12 | isimodem: Add helper macro for version checking | Aki Niemi | 1 | -0/+4 | |
2011-04-12 | isimodem: Indent and add missing codepoints | Aki Niemi | 2 | -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-11 | doc: Mark ConfirmOpenChannel as experimental | Denis Kenzior | 1 | -3/+4 | |
2011-04-11 | doc: Unmark stk-api as experimental | Denis Kenzior | 1 | -2/+2 | |
2011-04-11 | test: Add ConfirmOpenChannel to test-stk-menu | Philippe Nunes | 1 | -0/+14 | |
2011-04-11 | stkutil: Add additional info enum for BIP | Philippe Nunes | 1 | -0/+17 | |
2011-04-11 | stk-api.txt. Introduce the new API ConfirmOpenChannel | Philippe Nunes | 1 | -0/+7 | |
2011-04-11 | stkagent: Add ConfirmOpenChannel method | Philippe Nunes | 2 | -0/+74 | |
2011-04-11 | voicecall: fix to sim ecc free logic | Denis Kenzior | 1 | -4/+7 | |
Correct copy paste mistakes and a slight logic oversight | |||||
2011-04-11 | voicecall: Fix ECC list generation for empty EFecc | Denis Kenzior | 1 | -1/+10 | |
2011-04-11 | voicecall: add call, callsetup and callheld indicators | Frédéric Danis | 1 | -0/+131 | |
2011-04-11 | emulator: add call, callsetup and callheld cinds | Frédéric Danis | 1 | -0/+5 | |
2011-04-11 | include: Add callsetup, call and callheld | Frédéric Danis | 1 | -0/+12 | |
as indicators for HFP emulator | |||||
2011-04-07 | AUTHORS: Mention Nicolas' contributions | Denis Kenzior | 1 | -0/+1 | |
2011-04-07 | stkagent: Avoid error when URL is null | Nicolas Bertrand | 1 | -0/+3 | |
...with STK command "LAUNCH BROWSER" and default URL | |||||
2011-04-07 | TODO: Mark Network/Modem EN update task as done | Jeevaka Badrappan | 2 | -19/+10 | |
2011-04-07 | voicecall: Handle concurrent Refresh & NW ECC update | Denis Kenzior | 1 | -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-07 | voicecall: Don't reverse sim_en_list | Denis Kenzior | 1 | -2/+0 | |
The order of the ECCs is not important as they're all unique. | |||||
2011-04-07 | voicecall: Fix ECC list generation | Denis Kenzior | 1 | -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-07 | voicecall: Localize variable initialization | Denis Kenzior | 1 | -8/+6 | |